summaryrefslogtreecommitdiff
path: root/frontends/amiga/search.c
Commit message (Collapse)AuthorAgeFilesLines
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-101-1/+1
|
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-101-1/+1
|
* set find window functionChris Young2019-05-081-4/+4
|
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-071-2/+2
| | | | In a lot of places gui_window_2 was only being accessed for Window
* Make gui_window private to gui.cChris Young2019-05-071-11/+11
| | | | TODO: ratonalise these accessors
* Convert find window messages to local charsetChris Young2018-09-271-30/+52
|
* Stop using the same large list of gadget constants everywhereChris Young2018-09-261-28/+41
| | | | Saves a small amount of memory
* Update treeviews to use event callbackChris Young2016-12-301-2/+2
|
* Start tidying up Amiga event-handling codeChris Young2016-12-301-6/+11
| | | | | | | 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
* Add missing includesChris Young2016-11-191-0/+1
|
* more allocvec/malloc changesChris Young2016-11-191-1/+1
|
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
|
* reduce core header usageVincent Sanders2016-06-011-0/+16
|
* 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 search header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+339