summaryrefslogtreecommitdiff
path: root/atari/plot/font_vdi.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-310/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-4/+1
|
* 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