Age | Commit message (Expand) | Author |
2009-07-11 | Fix red in bootloaders | Alexander Levin |
2009-07-11 | Improvements to the pitch screen UI (FS#10359 by David Johnston) | Alexander Levin |
2009-07-11 | Fix type mismatch warnings and errors exposed when building with EABI toolchain. | Andrew Mahone |
2009-07-10 | Correct another small typo in a comment. | Thomas Martitz |
2009-07-10 | Fix a typo | Alexander Levin |
2009-07-10 | Fix a few comments in gwps.c. | Thomas Martitz |
2009-07-08 | cleanup the remote+main statusbar handling a bit, and fix the bug where the r... | Jonathan Gordon |
2009-07-05 | fix yellow | Jonathan Gordon |
2009-07-05 | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon |
2009-07-03 | Fix the bug where the short-long fwd/back action would ffwd/rewind the next f... | Jonathan Gordon |
2009-06-22 | Oops. | Steve Bavin |
2009-06-22 | Allow use of timestretch with semitones in the pitchscreen. Rename variables ... | Steve Bavin |
2009-06-20 | Merge the "Replaygain Off" option into the replaygain type; eliminate the "O... | Alexander Levin |
2009-06-20 | Display speed as relative to real-time, not timestretch amount. | Steve Bavin |
2009-06-19 | Slightly rearrange statements. No functional change but RAM and binary are re... | Alexander Levin |
2009-06-18 | Restore the ACTION_REDRAW case as it was before r20661 (with a slight change ... | Marianne Arnold |
2009-06-16 | Renamed routines and changed comments for clarity. | Steve Bavin |
2009-06-12 | Fix the charcell viewport defaults. The statusbar is offscreen on charcell. T... | Jens Arnold |
2009-06-12 | FS#8894 - Add time stretching feature to all SWCODEC targets - the current al... | Steve Bavin |
2009-06-08 | Fix a problem that the statusbar was redrawn to late and not really in sync w... | Thomas Martitz |
2009-06-07 | Convert a number of places in core and plugins to use the BIT_N() macro inste... | Jens Arnold |
2009-05-24 | Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnece... | Thomas Martitz |
2009-05-21 | Simplify some redundant boolean expressions | Bertrik Sikken |
2009-05-21 | Remove some unused declarations | Bertrik Sikken |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2009-05-17 | Clean up some unused #includes | Bertrik Sikken |
2009-05-17 | get repeat/hold actions working on the touchscreen WPS. prepending an action ... | Jonathan Gordon |
2009-05-16 | New 'clock present' WPS tag: The tag checks for the presence of the clock har... | Marianne Arnold |
2009-05-15 | Fix splash on greyscale (was showing only a black or grey box, no text) by re... | Thomas Martitz |
2009-05-15 | Fix FS#10197 by setting the viewport before calculating the string size. | Thomas Martitz |
2009-05-15 | More touchscreen additions, quickscreen, browser, context menu, skip fwd/back... | Jonathan Gordon |
2009-05-15 | allow the user to change the shuffle and repeat modes from the touchscreen, u... | Jonathan Gordon |
2009-05-15 | get the quickscreen working on the mr500. hold "mode" on the remote to get to... | Jonathan Gordon |
2009-05-09 | Remove unneeded #include "backdrop.h" | Bertrik Sikken |
2009-05-08 | Convert splashes to viewports for bitmap targets and only draw/update the vie... | Thomas Martitz |
2009-05-06 | Keep the quickscreen from crashing the player with a divide by 0 | Karl Kurbjun |
2009-04-27 | Revert r20786 as it caused problems with alternating sublines (they need to b... | Thomas Martitz |
2009-04-25 | Setting do_full_update isn't actually needed, since the track changed event w... | Thomas Martitz |
2009-04-20 | beginings of a working touchscreen interface for the WPS. 2 new tags: | Jonathan Gordon |
2009-04-14 | Fix caption backlight. | Thomas Martitz |
2009-04-12 | Fix remote wps updating (again, FS#10121). | Thomas Martitz |
2009-04-11 | Slightly more compact boundary check. | Jens Arnold |
2009-04-11 | Fix the scrollbar boundary checking to prevent the player from freezing on sc... | Karl Kurbjun |
2009-04-09 | FS#8523 - Disable WPS updating when the backlight is off. | Thomas Martitz |
2009-04-08 | Forgot to add the call too gwps_fix_statusbars(), fixes yellow too. | Thomas Martitz |
2009-04-08 | WPS update optimizations: | Thomas Martitz |
2009-04-06 | FS9795 - some playback cleanup. | Jonathan Gordon |
2009-04-05 | Drop the unnecessary checks since they are made by the caller | Alexander Levin |
2009-04-05 | Fix hopping backwards if skip length is > 0 and we're near the end of the tra... | Alexander Levin |
2009-04-04 | A few skip length and dir change fixes. | Thomas Martitz |