bertos.git
2006-03-13 bernieMark slow paths as UNLIKELY.
2006-03-07 bernieCorrectly compute text width for prop fonts; Make style...
2006-02-27 bernieAdd support for poor pre-C99 compilers.
2006-02-27 bernieMisc build and doc fixes from Grillo.
2006-02-24 bernieUpdate for new emulator.
2006-02-24 bernieLIST_ENQUEUE(): New macro; Remove obsolete names.
2006-02-24 bernieUpdate for new emulator.
2006-02-24 bernieCPU_SAVED_REGS_CNT: Declare for x86/x86_64.
2006-02-24 bernieRemove #error to allow compiling local demo.
2006-02-24 bernieEnable kernel and fix Doxygen markup.
2006-02-24 bernieUse new naming convention for list macros.
2006-02-24 bernieFixes for CONFIG_KERNEL.
2006-02-24 bernieFix header name.
2006-02-23 bernieDocumentation fixes.
2006-02-23 bernieDocumentation fix.
2006-02-23 bernieDocumentation fixes.
2006-02-23 bernieAdd even more code duplication until we properly refact...
2006-02-23 bernieRemove Linux specific hack.
2006-02-23 bernieAdd note for a frequently reported non-bug.
2006-02-23 bernieTRACEMSG() support for compilers with no variadic macros.
2006-02-23 bernieEmulate __func__ on MSVC.
2006-02-23 bernieFix for compilers without variadic macros support.
2006-02-23 bernieCompile fix for MSVC.
2006-02-22 bernieDon't be too anal for missing docs.
2006-02-21 bernieNew time handling based on TIMER_TICKS_PER_SEC to suppo...
2006-02-21 bernieCleanup/update process scheduling.
2006-02-21 bernieFix ssize_t redefinitions on glibc systems.
2006-02-21 bernieUpdate copyright info.
2006-02-21 bernieMove from cfg/ to top-level.
2006-02-21 bernieRemove obsolete file.
2006-02-20 bernieUse portable type checking.
2006-02-20 bernieInclude appconfig.h before using its definitions.
2006-02-20 berniePort to Qt 4.1.
2006-02-20 bernieDepend on cfg/os.h.
2006-02-20 berniePort to MacOSX.
2006-02-17 bernieSupport TRACE() and TRACEMSG() on hosted targets.
2006-02-17 bernieAdd missing UART definitions.
2006-02-17 bernieRename ser_emul.c to ser_posix.c.
2006-02-17 bernieFix undefined preprocessor symbol.
2006-02-17 bernieUpdate POSIX timer emulator.
2006-02-17 bernieAdd MOD_CHECK() checks.
2006-02-17 bernieUpdate POSIX serial emulator.
2006-02-17 bernieAdd MOD_CHECK() checks.
2006-02-16 bernieMacros for intermodule dependency checks.
2006-02-15 bernieRemove item from TODO list.
2006-02-15 bernieFont converter for DevLib.
2006-02-15 bernieAdd keyboard emulator.
2006-02-15 bernieSwitch to BITMAP_FMT_PLANAR_V_LSB.
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.
next