summaryrefslogtreecommitdiff
path: root/frontends/amiga/print.c
Commit message (Expand)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-2/+2
* Make gui_window private to gui.cChris Young2019-05-071-1/+1
* single precision testChris Young2018-11-211-1/+1
* Stop using the same large list of gadget constants everywhereChris Young2018-09-261-29/+32
* Make gui_globals less... globalChris Young2017-02-131-4/+2
* Manage shared pens internally unless we need multiple lists (eg. per browser_...Chris Young2017-02-131-1/+1
* 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