summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
Commit message (Expand)AuthorAgeFilesLines
* Remove gui_globals scale as no longer neededChris Young2011-03-101-1/+0
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-051-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-1/+1
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-291-0/+1
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-1/+2
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+2
* next round of plotter refactorVincent Sanders2009-07-141-3/+3
* plotters line refactorVincent Sanders2009-07-101-2/+1
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-091-1/+25
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-3/+1
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-1/+1
* Improve bitmap plotter APIVincent Sanders2009-06-301-3/+1
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-3/+3
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-2/+2
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+48