bertos.git
2006-02-15 bernieDon't mask useful user signals on UNIX.
2006-02-15 bernieFixes for ARM/IAR support.
2006-02-15 bernieMake title bold; Fix height when we have no menubar.
2006-02-15 bernieImplement prop fonts; Fix algo styles.
2006-02-10 bernieAdd 10x20 fixed font.
2006-02-10 bernieAdd preliminary FreeRTOS support; Enforce CONFIG_*...
2006-02-10 bernieAdd support for ARM on IAR.
2006-02-10 berniePacify IAR warnings for side-effects.
2006-02-10 bernieEnforce CONFIG_* definitions.
2006-02-10 bernieRemove spurious EXTERN_C.
2006-02-10 bernieAdd missing config options for gfx and kbd.
2006-02-10 bernieMake emulator display a bit larger.
2006-02-10 bernieUpdate Copyright year.
2006-02-10 bernieAdd multiple font support in bitmaps; gfx_blitRaster...
2006-02-10 bernieAdd multiple font support in bitmaps.
2006-02-10 bernieAdd templates for hw definitions.
2006-02-10 berniePush interrupt protection inside hw module.
2006-02-10 bernieAdd menu system.
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-02-10 bernieFix standalone build.
2006-02-10 bernieC++ fixes.
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-23 bernieEnable CONFIG_GFX_VCOORDS.
2006-01-23 bernieLet Doxygen see through C++ protected section.
2006-01-23 bernieUse RASTER_SIZE() to compute... err... the raster size.
2006-01-23 bernieREVERSE_FOREACH_NODE(): New macro; FOREACHNODE(): Renam...
2006-01-21 bernieIgnore Qt moc's and unit tests.
2006-01-17 bernieDon't use hardcoded coordinates.
2006-01-17 bernieHardcode a different display size.
2006-01-17 bernieImplement correct line clipping algorithm.
2006-01-17 bernieTest gfx with the usual pentagons.
2006-01-17 bernieAdd bitmap format support; Improve some comments.
2006-01-17 bernieFix QImage format.
2006-01-17 bernieAdd new config vars.
2006-01-16 bernieFix boilerplate.
2006-01-16 bernieAdd LCD Qt emulator.
2006-01-16 bernieImport into DevLib.
2006-01-16 bernieAdd emulator skeleton.
2006-01-16 bernieMake header C++ friendly.
2006-01-16 bernieRemove redundant mtime_t definition (cfg/compiler.h...
2006-01-16 bernieRename sig_t to sigbit_t to avoid clash with POSIX.
2005-12-03 bernieDocument new directories.
2005-12-03 bernieReomove old TODOs; Add new TODOs.
2005-11-27 bernieUse appconfig.h instead of cfg/config.h.
2005-11-27 bernieReorder includes.
2005-11-27 bernieDrop avr-libc hack for missing stdint.h.
2005-11-27 bernieAdd CPU fallback for OS_ID.
2005-11-27 bernieUpdate copyright information.
2005-11-27 bernieSupport avr-libc 1.4.
2005-11-27 bernieAdd POSIX timer emulator.
2005-11-27 bernieUse C99 types to match cfg/compiler.h without depending...
2005-11-27 bernieDocumentation fixes.
2005-11-27 bernieIRQ_SAVE_DISABLE(): Really block signals.
2005-11-27 bernieQt timer emulation.
2005-11-27 bernieAdd x86_64 task switching (to be updated to new-style...
2005-11-27 bernieCONFIG_WATCHDOG: New config option.
2005-11-27 bernieAdd POSIX emulation for IRQ_* macros; Add Qt support.
2005-11-27 bernieMove test code to timer_test.c; Add OS_HOSTED support.
2005-11-27 bernieAdd Qt support hack.
2005-11-27 bernieConvert to appconfig.h.
2005-11-27 bernieMove event.[ch] from kern/ to mware/.
2005-11-26 bernieUpdate to Doxygen 1.4.5.
2005-11-04 bernieDescribe gfx/ and dt/ subsystems.
2005-11-04 bernieImport into DevLib.
2005-11-04 bernieFix header guards and includes for new location of...
2005-11-04 bernieMove graphics stuff from mware/ to gfx/.
2005-11-04 bernieImport into DevLib.
2005-11-04 bernieImport into DevLib.
2005-11-04 bernieFix one warning.
2005-11-04 bernieFix for LP64 architectures; Add some more tests.
2005-11-04 bernieMove cfg/config.h to appconfig.h.
2005-11-04 bernieFix reference to README.devlib in header.
2005-11-04 berniebuz_init(): Restore IRQ protection as in project_bko.
2005-11-04 bernieDoxygen workaround.
2005-11-04 bernieUpdate to Doxygen 1.4.4.
2005-07-19 bernieRefactor to decouple timer ticks from milliseconds.
2005-07-19 bernieUse arch_config.h; Update copyright year.
2005-07-19 bernieDon't use CPU_REG_BITS from cpu.h to avoid circular...
2005-07-19 bernieAdd missing #endif.
2005-07-19 bernieUse appconfig.h instead of cfg/config.h.
2005-07-19 bernieRefactor to remove type aliasing problems.
2005-07-19 berniePGM_STR(): New macro.
2005-07-03 bernieDoxygen fix.
2005-07-03 bernieTypo.
2005-06-27 bernieImport generic keyboard driver.
2005-06-27 bernieImport ADC driver.
2005-06-27 bernieMisc PGM fixes.
2005-06-27 bernieModularize hardware access; Port to new timer interface.
2005-06-27 bernieticks_t: New typedef.
2005-06-27 bernieCPU_CSOURCE(): New macro.
2005-06-27 bernieRename cfg/config.h to appconfig.h.
next