summaryrefslogtreecommitdiff
path: root/atari/plot/font_internal.c
Commit message (Collapse)AuthorAgeFilesLines
* Make comaptible with new nsfont_split expectation. Untested, but code is ↵Michael Drake2013-02-101-1/+8
| | | | same as framebuffer front end, so should work.
* Some more finetuning...Ole Loots2013-01-311-4/+12
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-2/+0
| | | | | - Serch window - Pop Menus in the settings dialog
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-8/+12
|
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13845
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-251-2/+6
| | | | svn path=/trunk/netsurf/; revision=13467
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-021-5/+10
| | | | svn path=/trunk/netsurf/; revision=13367
* Fixed header, made different font plotters optional. Ole Loots2011-12-041-17/+18
| | | | svn path=/trunk/netsurf/; revision=13230
* When using onscreen plotter: Collect nsfb internal font characters into a ↵Ole Loots2011-03-201-18/+70
| | | | | | single bitmap instead of plotting each character. svn path=/trunk/netsurf/; revision=12109
* Added the internal font decoder from frambuffer port. Ole Loots2011-02-121-0/+2298
svn path=/trunk/netsurf/; revision=11660