summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
Commit message (Collapse)AuthorAgeFilesLines
* 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