summaryrefslogtreecommitdiff
path: root/amiga/context_menu.h
Commit message (Collapse)AuthorAgeFilesLines
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-0/+2
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Added context menu option to download the link target.Chris Young2009-01-311-0/+1
| | | | | | Added SAVEAS/K to OPEN ARexx command to download a URL instead of displaying it. svn path=/trunk/netsurf/; revision=6326
* nsfont_width implemented for Unicode textChris Young2009-01-161-1/+1
| | | | | | | | | cache outline fonts for big speedup still need to implement other text size functions and also bold and italic fonts svn path=/trunk/netsurf/; revision=6095
* Add copy and select all itemsChris Young2009-01-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=6092
* Save objectChris Young2008-12-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=5909
* Complete (but quite minimal at the moment) context menu implementation for ↵Chris Young2008-10-251-2/+8
| | | | | | | | | | | | | | | | | 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/+32
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