summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
Commit message (Expand)AuthorAgeFilesLines
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-101-2/+8
* Make the window list more privateChris Young2019-05-101-2/+10
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-101-1/+12
* Replace global current gui_window with an accessor functionChris Young2019-05-101-2/+7
* try storing form_control in the hook dataChris Young2019-05-081-10/+0
* Make gadget object enum private to gui.cChris Young2019-05-081-39/+0
* make gui_window_2 private to gui.cChris Young2019-05-081-60/+8
* Pass ptr to clicktab var instead of func callsChris Young2019-05-081-1/+1
* more accessor for gui_window_2Chris Young2019-05-081-2/+57
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_...Chris Young2019-05-081-1/+2
* throbber crapChris Young2019-05-081-0/+21
* get the window title from a gui_windowChris Young2019-05-081-0/+5
* set find window functionChris Young2019-05-081-0/+5
* Try moving form_control into gui_windowChris Young2019-05-081-1/+0
* Accessor for the select menu control pointerChris Young2019-05-081-0/+10
* remove direct access to gui_window_2's gui_windowChris Young2019-05-081-0/+12
* accessor for window from gui_window_2Chris Young2019-05-071-0/+5
* set menu to window through a functionChris Young2019-05-071-0/+5
* Get menu structure directly from gui_windowChris Young2019-05-071-0/+5
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-071-0/+5
* Make gui_window private to gui.cChris Young2019-05-071-23/+55
* Stop using the same large list of gadget constants everywhereChris Young2018-09-261-9/+0
* Migrate Amiga local history to corewindowChris Young2017-06-101-4/+3
* Remove use of global context data from Amiga frontendChris Young2017-02-131-5/+0
* Attempt hotlist menu refreshChris Young2017-01-151-1/+1
* Split up menu.c into generic and gui_window-specific filesChris Young2017-01-151-1/+1
* re-structure menu code to make it useable elsewhere in the frontendChris Young2017-01-031-8/+3
* Amga core window redrawChris Young2017-01-011-0/+7
* Process mouse moves and qualifier keysChris Young2017-01-011-1/+6
* add a todoChris Young2016-12-311-1/+1
* Update treeviews to use event callbackChris Young2016-12-301-2/+2
* Start tidying up Amiga event-handling codeChris Young2016-12-301-4/+33
* more allocvec/malloc changesChris Young2016-11-191-2/+3
* More allocvec/malloc changesChris Young2016-11-191-1/+3
* Add an ACTIVE switch to the OPEN ARexx command to force new tabs to be activeChris Young2016-09-101-0/+5
* When opening a new blank tab, always switch to it.Chris Young2016-09-041-1/+1
* Make browserglob private to gui.cChris Young2016-07-091-0/+4
* Remove unused variable; help gccChris Young2016-07-091-11/+11
* Attempt to help gcc out a littleChris Young2016-07-031-2/+2
* Handle closing windows and quitting from the menu differentlyChris Young2016-07-031-0/+1
* Use charset from default Locale and store it in an option so we can (a) overr...Chris Young2016-06-251-1/+1
* Move some globals into gui.cChris Young2016-06-021-4/+4
* Make ami_autoscroll private to drag.cChris Young2016-06-011-1/+0
* Rationalise gui_globals a bitChris Young2016-06-011-2/+0
* reduce core header usageVincent Sanders2016-06-011-6/+7
* 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/+246