Documentation fixes.
[bertos.git] / gfx / bitmap.c
2006-02-23 bernieDocumentation fixes.
2006-02-15 bernieImplement prop fonts; Fix algo styles.
2006-02-10 bernieAdd multiple font support in bitmaps; gfx_blitRaster...
2006-01-26 bernieConst correctness for some new functions.
2006-01-24 alephgfx_blit_P(): use RASTER_SIZE() to calculate raster...
2006-01-24 bernieSplit out gfx.c into bitmap.c and line.c.