| Commit message (Expand) | Author | Age |
| * | plugins (doom, midi, rockboy): don't use non-static inline | Rafaël Carré | 2010-09-07 |
| * | Plugins: modify IRAM copying code | Rafaël Carré | 2010-08-30 |
| * | plugins: use lcd_putsf/lcd_putsxyf | Rafaël Carré | 2010-08-28 |
| * | Second try: Introduce plugin_crt0.c that every plugin links. | 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 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | rockboy: use unions instead of type-punning | Rafaël Carré | 2010-06-10 |
| * | rockboy: rename pcm_*() functions to avoid namespace clash with rockbox | Rafaël Carré | 2010-05-27 |
| * | Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes | Rafaël Carré | 2010-05-18 |
| * | plugins: changes for targets with small plugin buffer (Clipv1) | Rafaël Carré | 2010-05-18 |
| * | rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f... | Teruaki Kawashima | 2010-05-17 |
| * | rockboy: add a Clip keymap | Rafaël Carré | 2010-05-17 |
| * | 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 |
| * | Packard Bell Vibe 500: More plugin keymaps (second portion). | Szymon Dziok | 2010-02-13 |
| * | Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and | Tomer Shalev | 2009-12-15 |
| * | Yet more GoGear SA9200 plugin keymaps. Almost done! | Robert Menes | 2009-12-07 |
| * | Correct checking return value of open in plugins. | Teruaki Kawashima | 2009-12-06 |
| * | rockboy: remove useless assignement for fuze | Rafaël Carré | 2009-10-09 |
| * | * Fix plugin keymaps for VX777 | Maurus Cuelenaere | 2009-08-31 |
| * | Make the formatter functions used by the settings return a pointer to avoid u... | Nils Wallménius | 2009-08-20 |
| * | Fix mistake at checking the return in rockboy. Thanks Al Le for spotting. | Thomas Martitz | 2009-08-12 |
| * | Make kbd_input() show a cancel splash to indicate user abort better and for b... | Thomas Martitz | 2009-08-12 |
| * | Rockboy: Cleanup red | Karl Kurbjun | 2009-08-09 |
| * | Rockboy: Significantly reduce the number of palette updates, add support for ... | Karl Kurbjun | 2009-08-09 |
| * | M:Robe 500: Make yes/no screen work better and add appropriate strings for so... | Karl Kurbjun | 2009-08-08 |
| * | Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ... | Michael Giacomelli | 2009-08-04 |
| * | FS#10080 | Nils Wallménius | 2009-07-14 |
| * | Accept FS#10094 by Teruaki Kawashima: | Jonathan Gordon | 2009-06-16 |
| * | Fix red. | Michael Giacomelli | 2009-06-15 |
| * | FS#10327: Patch by Frederick Full to fix the scrollwheel and default | Thomas Martitz | 2009-06-15 |
| * | Convert a number of places in core and plugins to use the BIT_N() macro inste... | Jens Arnold | 2009-06-07 |
| * | FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up... | Thomas Martitz | 2009-04-10 |
| * | Enable plugins on the Onda VX747 | Maurus Cuelenaere | 2009-04-07 |
| * | Calculate the optimal memory location for overlay plugins, and use plugin.lds... | Jens Arnold | 2009-03-02 |
| * | Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS... | Michael Sevakis | 2009-02-11 |
| * | remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ... | Andrew Mahone | 2009-01-24 |
| * | Plugins for the Philips HDD1630. The keymaps are largely untested on the devi... | Mark Arigo | 2009-01-24 |
| * | loader-initialized global plugin API: | Andrew Mahone | 2009-01-16 |
| * | Removed the sim_ prefix from the plugin api. | Björn Stenberg | 2009-01-07 |
| * | Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz. | Michael Giacomelli | 2009-01-04 |
| * | Cleaner solution to plugin-included core files. | Björn Stenberg | 2009-01-03 |
| * | Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M | Maurus Cuelenaere | 2008-12-08 |
| * | Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config... | Björn Stenberg | 2008-12-04 |
| * | Added 'keywords' and 'eol-style' properties. | Björn Stenberg | 2008-11-25 |
| * | $* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak... | Jens Arnold | 2008-11-21 |
| * | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg | 2008-11-20 |
| * | Revert last commit (accidentally committed the whole tree) | Karl Kurbjun | 2008-11-12 |
| * | Add in the needed crt0.S code for the wakeup alarm also | Karl Kurbjun | 2008-11-12 |