summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.c
Commit message (Collapse)AuthorAgeFilesLines
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-141-5/+5
|
* Try to ensure we get the correct type of native BitMapChris Young2017-02-131-2/+2
|
* Remove direct_render, only ever used for debuggingChris Young2017-02-131-2/+1
|
* Make gui_globals less... globalChris Young2017-02-131-0/+25
|
* Get render bitmap size via functionChris Young2017-02-131-0/+6
|
* Manage shared pens internally unless we need multiple lists (eg. per ↵Chris Young2017-02-131-4/+29
| | | | browser_window)
* Alloc gui_global structure when initialisingChris Young2017-02-131-7/+15
|
* Remove use of global context data from Amiga frontendChris Young2017-02-131-31/+49
|
* update amiga plot APIVincent Sanders2017-02-111-340/+512
|
* Revert "Ensure we free the pen list memory"Chris Young2016-12-061-10/+9
| | | | This reverts commit 74d7c2d2c2b2161701c1f0258bbfc7feb753ac1e.
* Ensure we free the pen list memoryChris Young2016-12-061-9/+10
|
* Move ItemPool compatiblity into the header and renameChris Young2016-11-201-4/+4
|
* Add missing includesChris Young2016-11-191-0/+1
|
* more allocvec/malloc changesChris Young2016-11-191-17/+13
|
* Move slab size def into memory.cChris Young2016-11-191-0/+1
|
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
|
* OS3-related commentsChris Young2016-08-111-1/+7
|
* Make browserglob private to gui.cChris Young2016-07-091-1/+0
|
* Force friend BitMap usage at depths>8bppChris Young2016-07-081-17/+15
| | | | Fix logic so this forced usage actually applies
* Attempt to help gcc out a littleChris Young2016-07-031-2/+3
|
* Rationalise gui_globals a bitChris Young2016-06-011-0/+3
|
* 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 the CSS content handlerVincent Sanders2016-05-261-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+920