summaryrefslogtreecommitdiff
path: root/frontends/amiga/search.c
Commit message (Collapse)AuthorAgeFilesLines
* 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