summaryrefslogtreecommitdiff
path: root/atari/plot/font_freetype.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo ( fontbitmap was never destroyed within dtor )Ole Loots2012-04-241-3/+4
* Small font plotter speedup by reducing function calls in a draw glyph loop. Ole Loots2012-04-241-63/+60
* Optimized bitmap blitting: cache native (converted) bitmaps. Ole Loots2012-04-191-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-10/+10
* Restructured the plotter driver struct and declared misc functions static wit...Ole Loots2012-03-141-12/+18
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-251-1/+5
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
* Fixed header, made different font plotters optional. Ole Loots2011-12-041-24/+26
* Removed unused codeOle Loots2011-02-121-5/+0
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-301-19/+5
* Implemented Search DialogOle Loots2011-01-301-0/+0
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+512