summaryrefslogtreecommitdiff
path: root/amiga/font_bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the bitmap font layout a bitChris Young2016-01-131-17/+58
|
* Cut/paste errorChris Young2016-01-111-0/+2
|
* More consistent naming for font cache elementsChris Young2016-01-111-0/+1
|
* Close the font when we finish with itChris Young2016-01-111-2/+2
|
* 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.
* micro-optimisationChris Young2015-02-281-3/+4
|
* fix warningsChris Young2015-02-231-3/+3
|
* Mostly working bitmap font supportChris Young2015-02-221-2/+18
|
* File missing from previous commitChris Young2015-02-031-0/+215