summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes required for new-cacheChris Young2010-03-281-28/+38
| | | | svn path=/trunk/netsurf/; revision=10186
* Fix crash when attempting to open context menu in a browser_window with no ↵Chris Young2010-03-211-1/+4
| | | | | | content. svn path=/trunk/netsurf/; revision=10143
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8752
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-6/+25
| | | | svn path=/trunk/netsurf/; revision=7523
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-161-1/+3
| | | | | | | Copy now works, saving just creates an empty file - probably something wrong with my DTM_WRITE call. svn path=/trunk/netsurf/; revision=7517
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-1/+41
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Don't open menu if there are no itemsChris Young2009-04-011-0/+11
| | | | svn path=/trunk/netsurf/; revision=7019
* Change to use names instead of numbers for keypressesChris Young2009-02-011-3/+4
| | | | | | Add missing keypresss svn path=/trunk/netsurf/; revision=6328
* Added context menu option to download the link target.Chris Young2009-01-311-1/+10
| | | | | | Added SAVEAS/K to OPEN ARexx command to download a URL instead of displaying it. svn path=/trunk/netsurf/; revision=6326
* Add copy and select all itemsChris Young2009-01-161-0/+34
| | | | svn path=/trunk/netsurf/; revision=6092
* Use an ASL requester allocated for saves (which defaults to ↵Chris Young2009-01-101-5/+4
| | | | | | | | option_download_dir when first used and remembers the save location thereafter) for the save requesters. svn path=/trunk/netsurf/; revision=6024
* Save objectChris Young2008-12-131-10/+35
| | | | svn path=/trunk/netsurf/; revision=5909
* Complete (but quite minimal at the moment) context menu implementation for ↵Chris Young2008-10-251-32/+113
| | | | | | | | | | | | | | | | | AmigaOS: Links, objects and upload file boxes have their own menu item or submenu. Context menus can be enable/disabled and be made "sticky" with the following options: context_menu sticky_context_menu Seperated clipboard related code out to clipboard.c to make it easier to maintain and add the ability to copy URLs to the clipboard. Copying images to the clipboard will come later. svn path=/trunk/netsurf/; revision=5629
* Initial context menus. Five possible options (copy link to clipboard, ↵Chris Young2008-10-211-0/+143
download link, show object, save object and select file for upload), only one implemented at the moment. Menu structure/strings need some thought and tidy-up (with object and URL options in their own sub-menus?) svn path=/trunk/netsurf/; revision=5612