2006-02-10 |
bernie | C++ fixes. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
bernie | Const correctness for some new functions. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
bernie | Graphics private header. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
aleph | gfx_blit_P(): use RASTER_SIZE() to calculate raster... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
bernie | Split out gfx.c into bitmap.c and line.c. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | Implement simple, but impressive windowing system. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | gfx_blit(): New function, but dog slow for now. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | RECT_WIDTH(), RECT_HEIGHT(), RASTER_SIZE(): New macros. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | Enable CONFIG_GFX_VCOORDS. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | Let Doxygen see through C++ protected section. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | Use RASTER_SIZE() to compute... err... the raster size. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
bernie | REVERSE_FOREACH_NODE(): New macro; FOREACHNODE(): Renam... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
bernie | Ignore Qt moc's and unit tests. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Don't use hardcoded coordinates. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Hardcode a different display size. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Implement correct line clipping algorithm. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Test gfx with the usual pentagons. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Add bitmap format support; Improve some comments. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Fix QImage format. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
bernie | Add new config vars. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Fix boilerplate. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Add LCD Qt emulator. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Import into DevLib. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Add emulator skeleton. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Make header C++ friendly. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Remove redundant mtime_t definition (cfg/compiler.h... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
bernie | Rename sig_t to sigbit_t to avoid clash with POSIX. |
commit | commitdiff | tree | snapshot |
2005-12-03 |
bernie | Document new directories. |
commit | commitdiff | tree | snapshot |
2005-12-03 |
bernie | Reomove old TODOs; Add new TODOs. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Use appconfig.h instead of cfg/config.h. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Reorder includes. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Drop avr-libc hack for missing stdint.h. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Add CPU fallback for OS_ID. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Update copyright information. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Support avr-libc 1.4. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Add POSIX timer emulator. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Use C99 types to match cfg/compiler.h without depending... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Documentation fixes. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | IRQ_SAVE_DISABLE(): Really block signals. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Qt timer emulation. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Add x86_64 task switching (to be updated to new-style... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | CONFIG_WATCHDOG: New config option. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Add POSIX emulation for IRQ_* macros; Add Qt support. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Move test code to timer_test.c; Add OS_HOSTED support. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Add Qt support hack. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Convert to appconfig.h. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
bernie | Move event.[ch] from kern/ to mware/. |
commit | commitdiff | tree | snapshot |
2005-11-26 |
bernie | Update to Doxygen 1.4.5. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Describe gfx/ and dt/ subsystems. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Import into DevLib. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Fix header guards and includes for new location of... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Move graphics stuff from mware/ to gfx/. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Import into DevLib. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Import into DevLib. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Fix one warning. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Fix for LP64 architectures; Add some more tests. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Move cfg/config.h to appconfig.h. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Fix reference to README.devlib in header. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | buz_init(): Restore IRQ protection as in project_bko. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Doxygen workaround. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
bernie | Update to Doxygen 1.4.4. |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | Refactor to decouple timer ticks from milliseconds. |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | Use arch_config.h; Update copyright year. |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | Don't use CPU_REG_BITS from cpu.h to avoid circular... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | Add missing #endif. |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | Use appconfig.h instead of cfg/config.h. |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | Refactor to remove type aliasing problems. |
commit | commitdiff | tree | snapshot |
2005-07-19 |
bernie | PGM_STR(): New macro. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
bernie | Doxygen fix. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
bernie | Typo. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | Import generic keyboard driver. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | Import ADC driver. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | Misc PGM fixes. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | Modularize hardware access; Port to new timer interface. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | ticks_t: New typedef. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | CPU_CSOURCE(): New macro. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | Rename cfg/config.h to appconfig.h. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
bernie | ROUND_DOWN, ROUND_UP, ROUND_NEAREST: New macros. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
bernie | Add all missing functions. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
bernie | Add X86_64 support. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
bernie | host_to_net(16|32)(), net_to_host(16|32)(): New functions. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
bernie | Catch missing CPU earlier. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
bernie | Import into DevLib. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
bernie | Prevent warning when watchdog is disabled. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
bernie | Metrowerks touchups from HeCo. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
bernie | Add hack to enable TX line at module initialization. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Done. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Update to Doxygen 1.4.2. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Fixes for sprintf_test. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Include top-level headers from cfg/ subdir. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Move top-level headers to cfg/ subdir. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Done. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
bernie | Doxygen fixes. |
commit | commitdiff | tree | snapshot |
2005-03-29 |
bernie | setjmp.h, time_t: Remove ancient retrocompatibility... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
bernie | Don't create lots of subdirectories. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
bernie | proc_schedule(): New sanity check. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
bernie | BREAKPOINT, IRQ_RUNNING(), IRQ_GETSTATE(): New DSP56K... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
bernie | Simpler, smaller, faster. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
bernie | Give due credit for this astounding creation. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
bernie | String table and localization stuff. |
commit | commitdiff | tree | snapshot |
next |