summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
Commit message (Expand)AuthorAgeFilesLines
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+3
* Limit context menu history items to 10Chris Young2011-02-281-0/+7
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-281-122/+193
* Web search text selectionChris Young2011-02-091-12/+70
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Fix some edit menu probsChris Young2010-08-081-1/+2
* Fix menu disable on tab switch and CutChris Young2010-07-241-1/+0
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-2/+37
* Changes required for new-cacheChris Young2010-03-281-28/+38
* Fix crash when attempting to open context menu in a browser_window with no co...Chris Young2010-03-211-1/+4
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-6/+25
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-161-1/+3
* Copy and save images in IFF ILBM format. Currently, the data in the BODY chu...Chris Young2009-05-161-1/+41
* Don't open menu if there are no itemsChris Young2009-04-011-0/+11
* Change to use names instead of numbers for keypressesChris Young2009-02-011-3/+4
* Added context menu option to download the link target.Chris Young2009-01-311-1/+10
* Add copy and select all itemsChris Young2009-01-161-0/+34
* Use an ASL requester allocated for saves (which defaults to option_download_d...Chris Young2009-01-101-5/+4
* Save objectChris Young2008-12-131-10/+35
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-251-32/+113
* Initial context menus. Five possible options (copy link to clipboard, downlo...Chris Young2008-10-211-0/+143