| Commit message (Expand) | Author | Age |
| * | YH8xx,YH9xx: Keymap improvement | Sebastian Leonhardt | 2015-11-15 |
| * | Enhancement of the metronome plugin: | Thomas Orgis | 2015-02-03 |
| * | Separate keymaps for YH-820 and YH-920/925 | Sebastian Leonhardt | 2014-05-24 |
| * | Tweak paramters of mp3_play_data and callback. | Michael Sevakis | 2012-03-04 |
| * | Revise the PCM callback system after adding multichannel audio. | Michael Sevakis | 2012-03-03 |
| * | plugins: another round of making local things static and adding missing #incl... | Bertrik Sikken | 2011-12-28 |
| * | Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow... | Björn Stenberg | 2011-10-15 |
| * | plugins: make local functions static for metronome, rockblox1d, wavview | Bertrik Sikken | 2011-10-04 |
| * | Correct the metronome keymap in the manual. Better describe buttons/actions i... | Andree Buschmann | 2011-02-03 |
| * | 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 |
| * | metronome: fix issue that backlight doesn't turn off. | Teruaki Kawashima | 2010-07-01 |
| * | S#10387 - Rework pluginlib actions | Thomas Martitz | 2010-05-20 |
| * | Fix FS#10546 - metronome doesn't work on h1xx/h3xx. | Torne Wuff | 2009-11-17 |
| * | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré | 2009-06-29 |
| * | remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ... | Andrew Mahone | 2009-01-24 |
| * | loader-initialized global plugin API: | Andrew Mahone | 2009-01-16 |
| * | Delete unused var and slight style police | Nils Wallménius | 2008-11-25 |
| * | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg | 2008-11-20 |
| * | Data does not belong in .h files. Not even if it makes the .c file prettier. | Björn Stenberg | 2008-10-30 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Plugin parameters should be const. | Steve Bavin | 2008-05-13 |
| * | Optimise some more line drawing calls. | Jens Arnold | 2008-04-12 |
| * | Allow to select the core for running the user timer on portalplayer targets. ... | Jens Arnold | 2008-04-04 |
| * | fix FS#8701 - metronome doesnt change back to ui font after drawing | Jonathan Gordon | 2008-03-09 |
| * | Fixed the problems on the new version of the fire plugin (so repush it), adde... | Kevin Ferrare | 2008-01-23 |
| * | Reenable metronome on Archos targets which got lost during the big change to ... | Marianne Arnold | 2008-01-13 |
| * | Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make... | Jonathan Gordon | 2008-01-10 |
| * | Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rock... | Kevin Ferrare | 2007-07-29 |
| * | Least but not last | Kevin Ferrare | 2007-07-29 |
| * | How should I say ... oops ? | Kevin Ferrare | 2007-07-29 |
| * | Use multi-screen api for metronome plugin, and made it run in the simulator b... | Kevin Ferrare | 2007-07-29 |
| * | Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h... | Nils Wallménius | 2007-06-14 |
| * | Accept FS#7264 'Build with -Os switch for coldfire targets'. | Nils Wallménius | 2007-06-13 |
| * | Fix metronome errors for hw codec. | Michael Sevakis | 2007-06-10 |
| * | Plugins that play sound must be sure to set inputs and outputs on audio muxed... | Michael Sevakis | 2007-06-10 |
| * | Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero... | Miika Pekkarinen | 2007-04-12 |
| * | Now charcell displays require lcd_update() for updating the main lcd content ... | Jens Arnold | 2007-04-06 |
| * | fix metronome sync button | Jonathan Gordon | 2006-12-04 |
| * | oops, its not as simple as that... | Martin Scarratt | 2006-12-03 |
| * | Enable syncing button in the metronome for I-Rivers | Martin Scarratt | 2006-12-03 |
| * | #if != #ifdef | Jonathan Gordon | 2006-12-03 |
| * | fix metronome keys | Jonathan Gordon | 2006-11-26 |
| * | fix ondio keys, and tempo +/- on all targets | Jonathan Gordon | 2006-11-17 |
| * | implement actions in the plugins, bubbles and metronome converted. | Jonathan Gordon | 2006-11-16 |
| * | Let SOURCES handle the sim exclusion for metronome | Martin Arver | 2006-10-27 |
| * | Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ... | Barry Wardell | 2006-10-26 |
| * | Fix errors when building H10 Normal build. | Barry Wardell | 2006-08-20 |
| * | Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. | Jens Arnold | 2006-04-02 |