summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
Commit message (Collapse)AuthorAgeFilesLines
* move options includeVincent Sanders2013-05-281-1/+1
|
* Prevent ASL from causing delayed menusChris Young2013-05-251-0/+2
|
* more fix of edit menu updatesChris Young2013-05-121-1/+1
|
* attempt fix cut disable on context menuChris Young2013-05-121-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Fix can paste/copy tests.Michael Drake2013-03-181-2/+2
|
* Remove obsolete ami_selection_to_textChris Young2013-02-221-5/+4
|
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-5/+4
|
* Update for new core selection stuff. Save handling still needs fixing. ↵Michael Drake2013-02-221-2/+2
| | | | Core now gives a char * that the front end should free.
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-15/+15
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-4/+32
|
* browser_window_navigate refactorVincent Sanders2013-02-181-10/+76
|
* Include desktop/browser_private.h.Michael Drake2012-08-221-0/+1
|
* Need render/form.hMichael Drake2012-08-201-0/+1
|
* More fixing.Michael Drake2012-08-201-5/+5
|
* Missing semicolon.Michael Drake2012-08-201-1/+1
|
* Avoid using HTML internal for form file input handling. Note: untested.Michael Drake2012-08-201-39/+25
|
* Add AppWindow ourself rather than letting window.class create it. InitialChris Young2012-04-281-0/+1
| | | | | | | | tests indicate we are no longer losing icon drop events although there is still an "event leak" somewhere. Fix warnings. svn path=/trunk/netsurf/; revision=13894
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
| | | | svn path=/trunk/netsurf/; revision=13548
* Complete treeview context menu.Chris Young2011-12-181-7/+158
| | | | | | | | | Fix mouse trapping. Remove remaining buttons (from non-SSL trees). May return as a graphical toolbar at some point, but for now I'm glad to be rid of them. All the options are in the context menu. svn path=/trunk/netsurf/; revision=13295
* Start popuating treeview context menuChris Young2011-12-171-2/+90
| | | | | | Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287
* More prep for treeview context menusChris Young2011-12-161-0/+26
| | | | svn path=/trunk/netsurf/; revision=13283
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-12/+12
| | | | svn path=/trunk/netsurf/; revision=13236
* Complete extended context menusChris Young2011-10-231-55/+96
| | | | svn path=/trunk/netsurf/; revision=13076
* Move all main file req save ops to file.cChris Young2011-10-151-56/+5
| | | | svn path=/trunk/netsurf/; revision=13064
* Start to consolidate user file operation into one fileChris Young2011-10-151-0/+9
| | | | svn path=/trunk/netsurf/; revision=13062
* page context menu (mostly non-functioning)Chris Young2011-10-091-4/+74
| | | | svn path=/trunk/netsurf/; revision=13025
* Add keyboard shortcuts that already exist. These are handled in gui.c -Chris Young2011-10-081-0/+6
| | | | | | popupmenu.class does not appear to act on them. svn path=/trunk/netsurf/; revision=13015
* Treat all objects equally, non-plugin_hack objects can now be opened in externalChris Young2011-10-081-25/+15
| | | | | | application if CMD line present in resources/mimetypes svn path=/trunk/netsurf/; revision=13013
* Navigate submenuChris Young2011-10-081-7/+91
| | | | svn path=/trunk/netsurf/; revision=13010
* 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