Doc fixes.
[bertos.git] / gfx / bitmap.c
2007-10-23 battSplit cpu/cpu.h in 3 files: irq, types and attr.
2007-10-11 battUpdate cpu.h dir.
2007-10-08 marcoRemoved 'This file is part of DevLib ...'
2007-10-08 marcoUpdated copiright notice.
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-09-29 bernieRASTER_SIZE(): Remove obsolete macro.
2006-08-01 berniegfx_setClipRect(): Also define when CONFIG_GFX_VCOORDS...
2006-07-19 bernieConvert to new Doxygen style.
2006-05-27 bernieFactor out, simplify and document clipping.
2006-05-25 bernieCleanup.
2006-03-27 berniegfx_blitImage(): New function; gfx_blitRaster(): Fix...
2006-03-07 bernieCorrectly compute text width for prop fonts; Make style...
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.