Doc fixes.
[bertos.git] / gfx / gfx.h
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 raskySistema l'errore da me commesso in fase di conversione...
2007-09-29 bernieRASTER_SIZE(): Remove obsolete macro.
2006-08-01 bernieRemove Bitmap::cr when not needed.
2006-07-19 bernieConvert to new Doxygen style.
2006-05-27 bernieOptimize away divisions in RAST_ADDR/MASK macros.
2006-05-25 bernieCleanup.
2006-04-27 bernieEnhance text rendering to arbitrary x,y coords.
2006-04-11 bernietext_offset(): New function, but I'm not quite confiden...
2006-03-27 berniegfx_blitImage(): New function; gfx_blitRaster(): Fix...
2006-03-07 bernieCorrectly compute text width for prop fonts; Make style...
2006-02-17 bernieFix undefined preprocessor symbol.
2006-02-15 bernieImplement prop fonts; Fix algo styles.
2006-02-10 bernieAdd font support in bitmaps; Make bitmap formats public.
2006-01-26 bernieConst correctness for some new functions.
2006-01-23 bernieRECT_WIDTH(), RECT_HEIGHT(), RASTER_SIZE(): New macros.
2006-01-17 bernieAdd bitmap format support; Improve some comments.
2006-01-16 bernieMake header C++ friendly.
2005-11-27 bernieUse appconfig.h instead of cfg/config.h.
2005-11-04 bernieFix header guards and includes for new location of...
2005-11-04 bernieMove graphics stuff from mware/ to gfx/.