Add missing config options for gfx and kbd.
[bertos.git] / gfx /
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/.