summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-4/+4
| | | | | | | | | | | | | Update the API which allows frontends to acquire the page features (images, link urls or form elements) present at the given coordinates within a browser window. By making this an explicit browser_window API and using the browser.h header for the associated data structure with a more appropriate API naming the usage is much more obvious and contained. Additionally the link url is now passed around as a nsurl stopping it being converted from nsurl to text and back again several times.
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-20/+14
|
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ↵Michael Drake2014-10-161-3/+3
| | | | ends.
* Fix web search from context menuChris Young2014-08-241-1/+1
|
* Completely re-write web search provider handlingVincent Sanders2014-05-251-15/+16
|
* Fix cppcheck syntaxErrorChris Young2014-04-051-3/+3
|
* Fix cppcheck syntaxErrorChris Young2014-04-051-1/+1
|
* Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
|
* More build fixing.Michael Drake2014-02-151-1/+1
|
* Fix build.Michael Drake2014-02-151-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-151-5/+6
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-10/+5
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-15/+12
| | | | browser_window_navigate flags.
* Simplify local history interface.Michael Drake2014-02-081-1/+1
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
|
* Formatting.Chris Young2014-02-061-7/+6
|
* This shouldn't be UTF-8Chris Young2014-01-051-7/+1
|
* Add hotlist favourites star buttonChris Young2013-11-231-0/+1
|
* Fix adding to hotlist from context menuChris Young2013-10-131-4/+3
|
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ↵Chris Young2013-10-011-1/+0
| | | | key.
* Use a simulated keypress rather than a simulated mouseclickChris Young2013-09-121-6/+1
|
* Botched fixes just to get it to compile againChris Young2013-09-121-2/+7
|
* Disable the treeview context menu for now, as it needs fixing.Chris Young2013-09-121-0/+2
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-5/+12
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-6/+5
| | | | cocoa front ends. Amiga front end very likely broken.
* Move old hotlist out of the way.Michael Drake2013-08-131-8/+8
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* 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