summaryrefslogtreecommitdiff
path: root/frontends/amiga/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix menu shortcuts on non-menuclass menusChris Young2017-02-241-1/+1
* remove silly debugChris Young2017-01-161-1/+1
* Perform dynamic update of Hotlist menu when using MenuClass menusChris Young2017-01-161-1/+2
* Update documentatonChris Young2017-01-151-1/+1
* minor menu fixesChris Young2017-01-151-8/+6
* Attempt hotlist menu refreshChris Young2017-01-151-1/+36
* Update JS menu check state when prefs option is toggledChris Young2017-01-151-1/+1
* Split up menu.c into generic and gui_window-specific filesChris Young2017-01-151-1049/+20
* Share menuclass object with all browser windowsChris Young2017-01-151-2/+26
* Remove excess logging and fix user-added hotlist separator barsChris Young2017-01-151-6/+3
* Fix MenuClass menu creationChris Young2017-01-141-106/+131
* Get selected state with MenuClass compatible abstractionChris Young2017-01-141-4/+23
* Replace OnMenu/OffMenu with MenuClass compatible abstractionChris Young2017-01-141-34/+149
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/men...Chris Young2017-01-141-1/+1
|\
| * Avoid accessing NULL pointerChris Young2017-01-121-1/+1
* | Our hook function needs to be in UserData, not PickHook, for window.class rea...Chris Young2017-01-121-1/+1
* | Attempt to construct menu using menuclassChris Young2017-01-091-8/+92
|/
* Ensure we free the NM_END menu itemChris Young2017-01-081-2/+2
* Conversion of Amiga hotlist manager to corewindowChris Young2017-01-061-5/+4
* Migrate global history to corewindowChris Young2017-01-061-1/+1
* Complete cookie manager corewindow interfaceChris Young2017-01-051-2/+7
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/ami...Chris Young2017-01-031-216/+247
|\
| * re-structure menu code to make it useable elsewhere in the frontendChris Young2017-01-031-216/+247
* | Basic conversion of cookie manager to core windowChris Young2017-01-031-1/+1
|/
* more allocvec/malloc changesChris Young2016-11-191-11/+10
* Move slab size def into memory.cChris Young2016-11-191-0/+1
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
* Move current user options path to an abstracted nsoptions_read/write functionChris Young2016-07-091-1/+2
* Remove unused variable; help gccChris Young2016-07-091-5/+4
* Attempt to help gcc out a littleChris Young2016-07-031-1/+2
* Handle closing windows and quitting from the menu differentlyChris Young2016-07-031-4/+8
* Remove ami_menu_toggle_checked globalChris Young2016-07-031-4/+16
* move key press enums and operations to their own headerVincent Sanders2016-07-011-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-3/+3
* Ensure variables are declared correctlyChris Young2016-06-021-4/+8
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* move frontends into sub directoryVincent Sanders2016-05-151-0/+1146