aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/fonts.c
Commit message (Expand)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-96/+0
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-1/+1
* Improve font name searching.inmarket2013-08-171-4/+8
* Fix compiler warnings, operating system dependancies, and non-portable code.inmarket2013-07-291-1/+0
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-281-674/+34
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* License header updatesinmarket2013-06-151-1/+1
* GOS module, for operating system independanceinmarket2013-05-251-3/+0
* docsJoel Bodenmann2013-05-201-0/+1
* updated license headersJoel Bodenmann2013-05-031-18/+5
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
* updated license headersJoel Bodenmann2013-05-021-19/+8
* GDISP changes including polygon supportAndrew Hannam2013-03-101-780/+748
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-101-748/+780
* GDISP changes including polygon supportAndrew Hannam2013-03-101-780/+748
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+780
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-780/+0
* doxygen updateJoel Bodenmann2012-12-161-3/+3
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-68/+196
* RestructureAndrew Hannam2012-12-061-0/+652