summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-arrange menu to better conform to the Style GuideChris Young2013-07-191-4/+5
|
* Remove PDF menu item if built without PDF exportChris Young2013-06-081-5/+4
|
* Revert gadtools 53.5 changeChris Young2013-06-061-26/+0
|
* Merge branch 'chris/gadtools-53-5'Chris Young2013-05-311-17/+30
|\
| * If using image menus, change the type to reflect thatChris Young2013-05-191-1/+3
| |
| * Fix buildChris Young2013-05-181-5/+5
| |
| * Create menus with icons when using gadtools 53.5+ (hotlist only currently)Chris Young2013-05-181-15/+25
| |
| * Get hotlist icons to use in menu creationChris Young2013-05-181-1/+2
| |
* | fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
| |
* | move options includeVincent Sanders2013-05-281-1/+1
| |
* | Prevent ASL from causing delayed menusChris Young2013-05-251-0/+2
|/
* Bring ARexx items to new alloc functionChris Young2013-05-181-18/+19
|
* Move hotlist entries to new allocation functionChris Young2013-05-181-37/+26
|
* Menu refactorChris Young2013-05-181-251/+135
|
* more futile attempts to get the copy option to behaveChris Young2013-05-121-5/+12
|
* attempt fix edit menu item disableChris Young2013-05-121-7/+7
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Schedule redraws from local history too, hide ami_do_redraw and friends as ↵Chris Young2013-04-041-1/+1
| | | | only gui.c needs to call those directly now
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-1/+1
|
* More fixup for new core selection treatment.Michael Drake2013-02-221-2/+2
|
* Remove spurious error message after closing AboutChris Young2013-02-181-12/+14
|
* fix errors introduced in refactorVincent Sanders2013-02-181-1/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-9/+9
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-8/+52
|
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+19
|
* Track the mouse pointer on a per-window basisChris Young2013-01-061-4/+4
|
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ↵Chris Young2013-01-031-4/+4
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* Set the busy pointer during redrawsChris Young2013-01-031-1/+0
|
* Ensure the menu checked state remain in sync with realityChris Young2012-12-151-2/+3
|
* Update menu checked stateChris Young2012-12-151-0/+36
|
* Check the checked state of the menu items a more correct wayChris Young2012-12-151-3/+21
|
* Add some options to the browser menuChris Young2012-12-151-14/+65
|
* These values shouldn't be declared staticChris Young2012-12-151-2/+2
|
* Make hotlist toolbar work and update (only updates on hotlist window close ↵Chris Young2012-11-291-3/+3
| | | | currently)
* Fix a serious crash that occurs if the underlying window is closed during a ↵Chris Young2012-10-311-2/+2
| | | | hook function invoked from it.
* Include desktop/browser_private.h.Michael Drake2012-08-221-1/+1
|
* Fix build date displayChris Young2012-08-151-1/+1
|
* Remove visible and invalid uses of git revision hashes. Anybody who needs ↵Chris Young2012-07-011-3/+1
| | | | to know hich revision it is can check about:testament, to everybody else the string is meaningless.
* Change menus so menu functions are called internally by window.classChris Young2012-04-291-293/+455
| | | | | | | | (RA_HandleInput). This makes menu selection more reliable and stops us missing menu events which appeared to be getting lost within the HANDLEINPUT method. svn path=/trunk/netsurf/; revision=13898
* Move user-specifics out of ResourcesChris Young2012-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13768
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-14/+14
| | | | svn path=/trunk/netsurf/; revision=13548
* Disable print menu optionChris Young2012-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=13497
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-3/+3
| | | | svn path=/trunk/netsurf/; revision=13236
* Reimplement the previous hotlist menu refresh code, as the bug causing the ↵Chris Young2011-11-071-9/+5
| | | | | | | | previous problems was fixed ages ago. Make the timing configurable for now but default to off. svn path=/trunk/netsurf/; revision=13135
* Complete extended context menusChris Young2011-10-231-5/+10
| | | | svn path=/trunk/netsurf/; revision=13076
* Move all main file req save ops to file.cChris Young2011-10-151-123/+6
| | | | svn path=/trunk/netsurf/; revision=13064
* Start to consolidate user file operation into one fileChris Young2011-10-151-61/+2
| | | | svn path=/trunk/netsurf/; revision=13062
* Add favicon to iconification iconChris Young2011-10-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=12995
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-15/+15
| | | | svn path=/trunk/netsurf/; revision=12928
* Remove more checks for browser_window_typeChris Young2011-09-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=12719