- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
- fef8255 Optimise some more line drawing calls. by Jens Arnold · 16 years ago
- ac9b927 Allow to select the core for running the user timer on portalplayer targets. * Incompatible plugin API change -> sorted API. by Jens Arnold · 17 years ago
- 4404724 fix FS#8701 - metronome doesnt change back to ui font after drawing by Jonathan Gordon · 17 years ago
- ebe5acf Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions. by Kevin Ferrare · 17 years ago
- 071c2ac Reenable metronome on Archos targets which got lost during the big change to it in last summer and fix a warning (wrong data type). The plugin button action system causes problems with the Ondio controls (tapping and playing conflict, even though there are exceptions defined) and it's only halfway usable, probably this applies to the Player as well but couldn't test. It is still better than nothing and e.g. metronome is not completely controllable on c200 too where it is also enabled. by Marianne Arnold · 17 years ago
- 81ba146 Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. by Jonathan Gordon · 17 years ago
- a2b14a5 Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rockbox.org/tracker/task/7421'>FS#7421</a> by Kevin Ferrare · 17 years ago
- 4f08483 Least but not last by Kevin Ferrare · 17 years ago
- f3114f3 How should I say ... oops ? by Kevin Ferrare · 17 years ago
- 81aac2a Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions by Kevin Ferrare · 17 years ago
- 61cf9b8 Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file by Nils Wallménius · 17 years ago
- c7f9ca4 Accept FS#7264 'Build with -Os switch for coldfire targets'. by Nils Wallménius · 17 years ago
- 4354878 Fix metronome errors for hw codec. by Michael Sevakis · 17 years ago
- 4597ebe Plugins that play sound must be sure to set inputs and outputs on audio muxed targets. Add strict adherence to the interface protocols. Make sure playback sets the playback output as well. by Michael Sevakis · 17 years ago
- 0569fae Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero as well when tapping in the beat. by Miika Pekkarinen · 17 years ago
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
- 148c553 fix metronome sync button by Jonathan Gordon · 18 years ago
- 1612275 oops, its not as simple as that... by Martin Scarratt · 18 years ago
- 85860c3 Enable syncing button in the metronome for I-Rivers by Martin Scarratt · 18 years ago
- 8e297d1 #if != #ifdef by Jonathan Gordon · 18 years ago
- fee5ca2 fix metronome keys by Jonathan Gordon · 18 years ago
- 10b0013 fix ondio keys, and tempo +/- on all targets by Jonathan Gordon · 18 years ago
- 7b8b0ff implement actions in the plugins, bubbles and metronome converted. by Jonathan Gordon · 18 years ago
- 2c1eec5 Let SOURCES handle the sim exclusion for metronome by Martin Arver · 18 years ago
- 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
- 18cfe43 Fix errors when building H10 Normal build. by Barry Wardell · 18 years ago
- 1be25a4 Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. by Jens Arnold · 19 years ago
- f474699 Enabled metronome and battery_bench for X5 by Daniel Stenberg · 19 years ago
- 220fafd Code Police raid. Mostly changed // comments and indented to Rockbox style. by Daniel Stenberg · 19 years ago
- fb4e384 More iPod 3G work from Seven Le Mesle by Dave Chapman · 19 years ago
- 413da2a Rework PCM buffer by Brandon Low · 19 years ago
- a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
- c7c9069 Metronome patch by Martin Scarratt: BPM entry acceleration and proper stopping of playback on iriver by Linus Nielsen Feltzing · 19 years ago
- d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
- befd0ac Correct metronome sound on PCM playback targets by Linus Nielsen Feltzing · 19 years ago
- ccf3283 Add iPod button definitions for Metronome by Dave Chapman · 19 years ago
- 81c9d58 Metronome plugin for iriver targets, by Sebastian Henriksen, Martin Scarratt and me by Linus Nielsen Feltzing · 19 years ago
- c80e0c1 Fixed several plugins for dB volume. by Jens Arnold · 19 years ago
- e44372e Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. by Jens Arnold · 19 years ago
- 674eaca Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() by Linus Nielsen Feltzing · 20 years ago
- 2d69f4c Fix for adjustable frequency by Linus Nielsen Feltzing · 20 years ago
- a00619f nah, this doesn't depend on MAS but assumed bad stuff about LED/SH by Daniel Stenberg · 20 years ago
- 4a93acc MAS-specific plugin by Daniel Stenberg · 20 years ago
- b8c9a0c Plugin fixes: Correct button name for MODE key in help texts, conforming to the manual & wiki documentation (Ondio plugins). Alternate image is selected with MINUS, not MENU (rockbox_flash for player). Shortened some help lines that didn't fit on the display with the default font (solitaire). Fixed a number of typos. by Jens Arnold · 20 years ago
- a5a6fa9 Correctly display paused state by Jens Arnold · 20 years ago
- 569b998 Patch #1048937 by Jacob Erlbeck, Metronome tap speed entry by Linus Nielsen Feltzing · 20 years ago
- cc8cff2 Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (snow) Made USB aware. (video) Added contrast setting to Ondio version. by Jens Arnold · 20 years ago
- c9e7726 metronome.rock now uses default_event_handler_ex(). Adapted and enabled for Ondio. by Jens Arnold · 20 years ago
- 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
- 0df29b2 Fixes: (1) metronome didn't yield() at all, (2) possible race condition, (3) complete cleanup when detecting USB connection, (4) removed TAB chars by Jens Arnold · 20 years ago
- 4bd2702 Patch #958658, metronome uses plugin_register_timer now by Linus Nielsen Feltzing · 20 years ago
- fd5714b minor bugfix by Jörg Hohensohn · 21 years ago
- c5067bf Patch #917313, changes in muting and timing handling by Linus Nielsen Feltzing · 21 years ago
- 1fcd8ce Ninja-cool metronome plugin by Matthias Wientapper, for both Player and Recorder by Linus Nielsen Feltzing · 21 years ago