| Commit message (Expand) | Author | Age |
| ... | |
| * | fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop... | Marcin Bukat | 2010-09-29 |
| * | Make disabling HAVE_PITCHSCREEN actually work without breaking the build | Frank Gevaerts | 2010-09-17 |
| * | pitch_detector: don't use a struct with only one member | Rafaël Carré | 2010-09-14 |
| * | Extend lc_open() to also being able to load overlay plugins. | Thomas Martitz | 2010-09-09 |
| * | keybox: do not leak filehandle when the wrong password is entered. | Nils Wallménius | 2010-09-08 |
| * | invadrox: make all inline functions static inline | Rafaël Carré | 2010-09-07 |
| * | invadrox: make inline function static inline | Rafaël Carré | 2010-09-07 |
| * | pitch_detector: build with -std=gnu99 | Rafaël Carré | 2010-09-07 |
| * | plugins (doom, midi, rockboy): don't use non-static inline | Rafaël Carré | 2010-09-07 |
| * | buflib_get_data(): static inline ensures it will be inlined | Rafaël Carré | 2010-09-07 |
| * | Change the file name extension for the shopper plugin from 'list' to a more d... | Alexander Levin | 2010-09-02 |
| * | fix test_codec broken after r27968 | Rafaël Carré | 2010-09-02 |
| * | battery_bench: make functions/struct/variables static | Rafaël Carré | 2010-09-02 |
| * | Ged rid of uisimulator/common/io.c for android builds. | Thomas Martitz | 2010-09-01 |
| * | Update comments in the helloword plugin. | Thomas Martitz | 2010-08-30 |
| * | Plugins: modify IRAM copying code | Rafaël Carré | 2010-08-30 |
| * | Fix r27923: folder size displayed "lld" in properties | Rafaël Carré | 2010-08-28 |
| * | disktidy: store the number of removed files as global scope | Rafaël Carré | 2010-08-28 |
| * | cube: only needs text buffer on LCD_BITMAP | Rafaël Carré | 2010-08-28 |
| * | fix r27926 : lcd_puts() not changed to lcd_putsf() | Rafaël Carré | 2010-08-28 |
| * | plugins: use lcd_putsf/lcd_putsxyf | Rafaël Carré | 2010-08-28 |
| * | splitedit: fix snprintf() argument (size of wrong buffer) | Rafaël Carré | 2010-08-28 |
| * | wormlet: remove some text buffers | Rafaël Carré | 2010-08-28 |
| * | properties: remove some text buffers | Rafaël Carré | 2010-08-28 |
| * | pitch_detector: use lcd_putsxyf(), not lcd_putsf() | Rafaël Carré | 2010-08-28 |
| * | pitch detector: remove more unused functions for sim builds | Rafaël Carré | 2010-08-28 |
| * | pitch detector: remove unused functions for sim builds | Rafaël Carré | 2010-08-28 |
| * | pitch_detector: cleanup | Rafaël Carré | 2010-08-28 |
| * | pitch_detector: avoid a division by zero when changing 'lowest frequency' set... | Rafaël Carré | 2010-08-28 |
| * | Fix typo | Frank Gevaerts | 2010-08-28 |
| * | tweak lrcplayer. | Teruaki Kawashima | 2010-08-27 |
| * | 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me... | Thomas Martitz | 2010-08-27 |
| * | Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem... | Thomas Martitz | 2010-08-27 |
| * | Introduce a small api for loading code (codecs,plugins) from disk/memory. | Thomas Martitz | 2010-08-26 |
| * | Oops, forgot this file in r27893. | Magnus Holmgren | 2010-08-26 |
| * | Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin... | Magnus Holmgren | 2010-08-26 |
| * | remove executable bit on plugin_crt0.c | Rafaël Carré | 2010-08-26 |
| * | pacbox_cf.S contains a h300-only function, AND a function for all CF | Rafaël Carré | 2010-08-25 |
| * | Fix pacbox build on coldfire | Rafaël Carré | 2010-08-25 |
| * | Remove a bunch of build conditions inside .c files | Rafaël Carré | 2010-08-25 |
| * | Remove build conditions inside .c plugin files | Rafaël Carré | 2010-08-25 |
| * | Fix yellows/reds. Red where caused by preprocessor condition mismatch. | Thomas Martitz | 2010-08-24 |
| * | Second try: Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 2010-08-24 |
| * | Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i... | Thomas Martitz | 2010-08-24 |
| * | Revert "Introduce plugin_crt0.c that every plugin links." | Thomas Martitz | 2010-08-23 |
| * | Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 2010-08-23 |
| * | Whoops typoed the svn prop | Nils Wallménius | 2010-08-18 |
| * | Enable shopper plugin for charcell too and fix the :$ tag in shopper.c | Nils Wallménius | 2010-08-18 |
| * | FS10820 - Shopper, a shopping list plugin by Daniel Rigby. | Nils Wallménius | 2010-08-18 |
| * | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz | 2010-08-12 |