summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-13/+13
| | | | svn path=/trunk/netsurf/; revision=12928
* Add context menu for plain text content.Chris Young2011-10-021-0/+6
| | | | | | All non-HTML contents now have context menus activated svn path=/trunk/netsurf/; revision=12922
* Make adding context menus more modularChris Young2011-10-021-218/+247
| | | | svn path=/trunk/netsurf/; revision=12921
* Add context menu items for framesChris Young2011-09-251-4/+101
| | | | svn path=/trunk/netsurf/; revision=12877
* Partially convert to use browser_window_contextual_contentChris Young2011-09-131-72/+75
| | | | svn path=/trunk/netsurf/; revision=12793
* Remove more checks for browser_window_typeChris Young2011-09-041-2/+1
| | | | svn path=/trunk/netsurf/; revision=12719
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12701
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to ↵Chris Young2011-09-021-0/+2
| | | | | | | | | | initiate an Intuition or Input deadlock. Re-enable context menus as they are now safe. Remove sticky context menus option as this can be set in GUI prefs as a global option. svn path=/trunk/netsurf/; revision=12698
* Show existing file size when file already exists on downloadChris Young2011-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=12618
* Fix warningsChris Young2011-07-231-8/+8
| | | | svn path=/trunk/netsurf/; revision=12616
* Fix up Amiga front end.Michael Drake2011-07-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12601
* Update to new APIChris Young2011-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12557
* Decouple context menus from gui_window, ensure they get disposed on exitChris Young2011-06-231-26/+32
| | | | svn path=/trunk/netsurf/; revision=12496
* missing includeChris Young2011-06-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12488
* Only show external app context menu item if an external app is actually definedChris Young2011-06-091-8/+11
| | | | svn path=/trunk/netsurf/; revision=12470
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-111-0/+21
| | | | | | context menu svn path=/trunk/netsurf/; revision=12381
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
| | | | svn path=/trunk/netsurf/; revision=12377
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix DSI when drag savingChris Young2011-04-291-36/+2
| | | | | | Allow selection drags to URL and search gadgets svn path=/trunk/netsurf/; revision=12259
* Implement ask overwriteChris Young2011-03-261-9/+15
| | | | svn path=/trunk/netsurf/; revision=12135
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-161-3/+99
| | | | | | __amigaos4__ only. svn path=/trunk/netsurf/; revision=12077
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
| | | | svn path=/trunk/netsurf/; revision=11879
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+3
| | | | svn path=/trunk/netsurf/; revision=11870
* Limit context menu history items to 10Chris Young2011-02-281-0/+7
| | | | svn path=/trunk/netsurf/; revision=11868
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
| | | | svn path=/trunk/netsurf/; revision=11866
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
| | | | | | Probably needs tidying up - limiting number of entries etc svn path=/trunk/netsurf/; revision=11865
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
| | | | | | Allow selection menu to appear over blank area of text boxes svn path=/trunk/netsurf/; revision=11862
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-281-122/+193
| | | | | | | Add a Local History item to a new back button context menu, eventually this will give a recent history list. svn path=/trunk/netsurf/; revision=11858
* Web search text selectionChris Young2011-02-091-12/+70
| | | | svn path=/trunk/netsurf/; revision=11638
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Fix some edit menu probsChris Young2010-08-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=10684
* Fix menu disable on tab switch and CutChris Young2010-07-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=10661
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-2/+37
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* 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