summaryrefslogtreecommitdiff
path: root/frontends/amiga/print.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using the same large list of gadget constants everywhereChris Young2018-09-261-29/+32
| | | | Saves a small amount of memory
* Make gui_globals less... globalChris Young2017-02-131-4/+2
|
* Manage shared pens internally unless we need multiple lists (eg. per ↵Chris Young2017-02-131-1/+1
| | | | browser_window)
* Alloc gui_global structure when initialisingChris Young2017-02-131-4/+2
|
* Remove use of global context data from Amiga frontendChris Young2017-02-131-3/+1
|
* Update print window to use event callbackChris Young2016-12-311-5/+19
|
* more allocvec/malloc changesChris Young2016-11-191-9/+8
|
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
|
* Make browserglob private to gui.cChris Young2016-07-091-2/+2
|
* Update content to split public and internal APIVincent Sanders2016-06-061-3/+4
|
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout 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/+589