summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop using the same large list of gadget constants everywhereChris Young2018-09-261-9/+0
| | | | Saves a small amount of memory
* 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
| | | | This almost certainly will not work properly
* Process mouse moves and qualifier keysChris Young2017-01-011-1/+6
| | | | | NB: we are doing mouse moves differently by using an IDCMP hook on space.gadget, as this gives us co-ordinates relative to the render area GID_DRAW object when the window is defined will need tagging ICA_TARGET, ICTARGET_IDCMP
* 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
| | | | | | | As we used a shared message port, we call different event-handling functions for different window types. This changes that so we register the event-handler as a callback so we can handle event processing for all windows generically. Currently the main browser window and find window use the new approach, so the handling still has a long list of window types. This should also make window_list private to gui.c
* 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) ↵Chris Young2016-06-251-1/+1
| | | | override and (b) get it without constantly looking it up
* 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