summaryrefslogtreecommitdiff
path: root/atari/plot/font_vdi.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variables.Michael Drake2014-05-201-3/+0
|
* Remove redundant NULL check.Michael Drake2014-05-201-13/+12
|
* Fix line endings.Michael Drake2014-05-201-227/+227
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+2
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-1/+1
|
* Make comaptible with new nsfont_split expectation. Untested, but code is ↵Michael Drake2013-02-101-1/+1
| | | | same as framebuffer front end, so should work.
* Some more finetuning...Ole Loots2013-01-311-63/+144
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-1/+1
|
* Fixed header, made different font plotters optional. Ole Loots2011-12-041-25/+26
| | | | svn path=/trunk/netsurf/; revision=13230
* Added missing call to vst_colorOle Loots2011-03-071-5/+16
| | | | svn path=/trunk/netsurf/; revision=11933
* Implemented OS detection routines provided by GSOle Loots2011-03-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=11873
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-301-16/+9
| | | | svn path=/trunk/netsurf/; revision=11537
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Improved compatibility with classic TOS systems. Ole Loots2011-01-221-7/+19
| | | | svn path=/trunk/netsurf/; revision=11450
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+216
svn path=/trunk/netsurf/; revision=11218