Age | Commit message (Expand) | Author |
2011-09-06 | midi: make the patch sample data pointer a *int16_t to get rid of some ugly c... | Nils Wallménius |
2011-05-08 | Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0. | Andree Buschmann |
2010-12-13 | Make the midiplugin's out of memory error more obvious to people who don't kn... | Michael Giacomelli |
2010-11-30 | HD300 - plugins keymaps | Marcin Bukat |
2010-11-03 | These should be the last of the plugin keymaps required | Robert Menes |
2010-11-02 | MPIO HD200: rename button defines to adhere how they are labeled on the device. | Marcin Bukat |
2010-09-07 | plugins (doom, midi, rockboy): don't use non-static inline | Rafaël Carré |
2010-08-30 | Plugins: modify IRAM copying code | Rafaël Carré |
2010-08-24 | Second try: Introduce plugin_crt0.c that every plugin links. | 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 | Replace remaining printf in midi plugin (fix yellow/red) | Michael Chicoine |
2010-07-25 | Rename printf to prevent naming conflict. Also change comment to conform with... | Michael Chicoine |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-05-07 | Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing... | Frank Gevaerts |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-04-26 | Add MPIO HD200 port - changed files | Marcin Bukat |
2010-02-14 | Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ... | Szymon Dziok |
2010-02-07 | Remove tabs | Andree Buschmann |
2009-12-15 | Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and | Tomer Shalev |
2009-12-09 | More GoGear SA9200 plugin keymaps, plus a fix on mosaique. | Robert Menes |
2009-12-06 | Correct checking return value of open in plugins. | Teruaki Kawashima |
2009-08-31 | * Fix plugin keymaps for VX777 | Maurus Cuelenaere |
2009-08-04 | Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ... | Michael Giacomelli |
2009-04-10 | FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up... | Thomas Martitz |
2009-04-07 | Enable plugins on the Onda VX747 | Maurus Cuelenaere |
2009-03-28 | midi: yield more, fixes flickering backlight fade on some targets while playi... | Nils Wallménius |
2009-03-04 | Use a static pattern rule to restrict the dependency on [pluginname].o to sin... | Jens Arnold |
2009-01-24 | Plugins for the Philips HDD1630. The keymaps are largely untested on the devi... | Mark Arigo |
2009-01-16 | loader-initialized global plugin API: | Andrew Mahone |
2009-01-04 | Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz. | Michael Giacomelli |
2008-12-12 | m200v4: rename Keys, so they match better other targets with similar key-layo... | Dominik Wenger |
2008-12-08 | Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M | Maurus Cuelenaere |
2008-12-04 | Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config... | Björn Stenberg |
2008-11-28 | Sansa Clip: build plugins (FS#9578) | Rafaël Carré |
2008-11-25 | Added 'keywords' and 'eol-style' properties. | Björn Stenberg |
2008-11-24 | Rearrange the main synth loop a little and move some tests around for a ~5% s... | Nils Wallménius |
2008-11-22 | Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() | Nils Wallménius |
2008-11-21 | Turns out that using likely in the loop condition gives a nice little speedup... | Nils Wallménius |
2008-11-20 | Introduce likely() and unlikely() macros, use to give gcc hints about which b... | Nils Wallménius |
2008-11-20 | Restore specific compiler flags for the midi plugin lost in r19146 | Nils Wallménius |
2008-11-20 | Don't objcopy simulator plugins. | Björn Stenberg |
2008-11-20 | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg |
2008-11-17 | Turn on more compiler optimizations on other targets than the coldfire based ... | Nils Wallménius |
2008-10-07 | IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. | Vitja Makarov |
2008-08-23 | Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN | Maurus Cuelenaere |
2008-07-27 | Oops, revert unrelated changes | Nils Wallménius |
2008-07-27 | FS#9221 by Christopher Williams fixing a couple of bugs in keybox | Nils Wallménius |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-13 | Plugin parameters should be const. | Steve Bavin |