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