| Commit message (Expand) | Author |
| 2010-09-29 | fix red | Marcin Bukat |
| 2010-09-29 | fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop... | Marcin Bukat |
| 2010-09-09 | Extend lc_open() to also being able to load overlay plugins. | Thomas Martitz |
| 2010-09-07 | buflib_get_data(): static inline ensures it will be inlined | Rafaël Carré |
| 2010-08-28 | plugins: use lcd_putsf/lcd_putsxyf | Rafaël Carré |
| 2010-08-28 | Fix typo | Frank Gevaerts |
| 2010-08-26 | Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin... | Magnus Holmgren |
| 2010-08-25 | Remove a bunch of build conditions inside .c files | Rafaël Carré |
| 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-23 | 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-07-25 | strncpy.c / assert.h : need to include _ansi.h | Rafaël Carré |
| 2010-07-12 | improve displaying of string containing diacritic characters. add some charac... | Teruaki Kawashima |
| 2010-06-29 | some improvements for simple viewer. | Teruaki Kawashima |
| 2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
| 2010-06-18 | reorder apps/plugins/lib/SOURCES. | Teruaki Kawashima |
| 2010-06-18 | HD200 - calibrate lcdlinear[] matrix | Marcin Bukat |
| 2010-06-08 | fix yellow. | Teruaki Kawashima |
| 2010-06-08 | add simple text viewer to pluginlib and use this for dict to show description. | Teruaki Kawashima |
| 2010-06-05 | Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the... | Marianne Arnold |
| 2010-06-05 | Fix PLA_EXIT and PLA_CANCEL for the Iaudio M5 and X5, make them more intuitiv... | Marianne Arnold |
| 2010-06-04 | Convert some more stuff to mylcd_ and support pgfx as well. | Michael Sevakis |
| 2010-06-04 | Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c... | Michael Sevakis |
| 2010-06-02 | FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff... | Michael Sevakis |
| 2010-05-24 | Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f... | Szymon Dziok |
| 2010-05-20 | Clipv2 / Clip+ : lcd scanrate checked with test_scanrate | Rafaël Carré |
| 2010-05-20 | Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ... | Thomas Martitz |
| 2010-05-20 | S#10387 - Rework pluginlib actions | Thomas Martitz |
| 2010-05-20 | HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change) | Marcin Bukat |
| 2010-05-18 | apps/plugins/lib/SOURCES: make it more readable (space, comments, order) | Rafaël Carré |
| 2010-05-10 | HD200 - add support for the device in greylib | Marcin Bukat |
| 2010-05-07 | Fix size_t handling in plugin_get_buffer() | Frank Gevaerts |
| 2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
| 2010-05-06 | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz |
| 2010-05-06 | Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap... | Thomas Martitz |
| 2010-04-26 | Add MPIO HD200 port - changed files | Marcin Bukat |
| 2010-02-25 | plugins/lib: remove out-dated comments about plugin api. | Teruaki Kawashima |
| 2010-02-22 | plugin: implement highscore_show for player and use it in rockblox. | Teruaki Kawashima |
| 2010-02-22 | some changes to use of display_text. | Teruaki Kawashima |
| 2010-02-11 | Packard Bell Vibe 500: Start committing plugin keymaps. | Szymon Dziok |
| 2010-02-01 | FS#10943, optimized division and clz routines to replace libgcc routines for ... | Andrew Mahone |
| 2010-01-05 | pluginlib: Support calling a function at exit time to clean up open files | Torne Wuff |
| 2010-01-03 | Set svn:keywords property on .c and .h files that didn't already have it. Cor... | Bertrik Sikken |
| 2009-12-15 | Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and | Tomer Shalev |
| 2009-12-12 | Cowon: Fix wrong pluginlib action | Tomer Shalev |
| 2009-12-10 | These are the last plugin keymaps needed for the GoGear SA9200. | Robert Menes |
| 2009-11-22 | XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori... | Jens Arnold |
| 2009-10-16 | Pluginlib: make scroll functions clear screen if scrolled by >= screen size (... | Torne Wuff |
| 2009-10-09 | Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1. | Tom Ross |