Add test suite for ramp and pwm driver.
[bertos.git] / gfx /
2008-02-07 battMerge from kseries.
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-09-13 bernietext_moveTo(): Swap parameters.
2006-08-01 bernieRemove Bitmap::cr when not needed.
2006-08-01 berniegfx_setClipRect(): Also define when CONFIG_GFX_VCOORDS...
2006-08-01 bernieIndentation fix.
2006-08-01 berniegfx_findRegion(): Only define when CONFIG_GFX_CLIPPING...
2006-07-19 bernieImport into DevLib.
2006-07-19 bernieConvert to new Doxygen style.
2006-05-27 bernieSwitch to a smaller default fount.
2006-05-27 bernieKill old window demo.
2006-05-27 bernieMove 6x8 font to fonts/.
2006-05-27 bernieFactor out, simplify and document clipping.
2006-05-27 bernieOptimize away divisions in RAST_ADDR/MASK macros.
2006-05-25 bernieCleanup.
2006-05-25 bernieImplement correct and faster clipping for algo text.
2006-05-15 bernieDoxygen fix.
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-22 bernieUse the same format for fonts and rasters.
2006-03-22 bernieDon't use C99 stuff.
2006-03-20 bernieCleanups.
2006-03-13 bernieFONT_HAS_GLYPH(): New macro.
2006-03-13 bernieMark slow paths as UNLIKELY.
2006-03-07 bernieCorrectly compute text width for prop fonts; Make style...
2006-02-23 bernieDocumentation fixes.
2006-02-17 bernieFix undefined preprocessor symbol.
2006-02-15 bernieImplement prop fonts; Fix algo styles.
2006-02-10 bernieAdd 10x20 fixed font.
2006-02-10 bernieAdd multiple font support in bitmaps; gfx_blitRaster...
2006-02-10 bernieAdd multiple font support in bitmaps.
2006-02-10 bernieAdd font support in bitmaps; Make bitmap formats public.
2006-02-10 bernieCheck CONFIG_* constraints.
2006-02-10 bernieAdd STYLEF_TALL (unimplemented).
2006-02-10 bernieAdd missing header.
2006-01-26 bernieConst correctness for some new functions.
2006-01-26 bernieGraphics private header.
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.
2006-01-23 bernieImplement simple, but impressive windowing system.
2006-01-23 berniegfx_blit(): New function, but dog slow for now.
2006-01-23 bernieRECT_WIDTH(), RECT_HEIGHT(), RASTER_SIZE(): New macros.
2006-01-17 bernieImplement correct line clipping algorithm.
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-27 bernieReorder includes.
2005-11-04 bernieFix header guards and includes for new location of...
2005-11-04 bernieMove graphics stuff from mware/ to gfx/.