summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2009-05-24Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnece...Thomas Martitz1-1/+0
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken2-2/+2
2009-05-21Remove some unused declarationsBertrik Sikken1-1/+0
2009-05-17Fix duplicate #includesBertrik Sikken3-6/+0
2009-05-17Clean up some unused #includesBertrik Sikken1-1/+0
2009-05-17get repeat/hold actions working on the touchscreen WPS. prepending an action ...Jonathan Gordon4-6/+38
2009-05-16New 'clock present' WPS tag: The tag checks for the presence of the clock har...Marianne Arnold3-0/+11
2009-05-15Fix splash on greyscale (was showing only a black or grey box, no text) by re...Thomas Martitz1-2/+6
2009-05-15Fix FS#10197 by setting the viewport before calculating the string size.Thomas Martitz1-3/+5
2009-05-15More touchscreen additions, quickscreen, browser, context menu, skip fwd/back...Jonathan Gordon1-1/+4
2009-05-15allow the user to change the shuffle and repeat modes from the touchscreen, u...Jonathan Gordon2-2/+29
2009-05-15get the quickscreen working on the mr500. hold "mode" on the remote to get to...Jonathan Gordon1-1/+26
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken6-6/+0
2009-05-08Convert splashes to viewports for bitmap targets and only draw/update the vie...Thomas Martitz1-39/+49
2009-05-06Keep the quickscreen from crashing the player with a divide by 0Karl Kurbjun1-0/+7
2009-04-27Revert r20786 as it caused problems with alternating sublines (they need to b...Thomas Martitz1-0/+1
2009-04-25Setting do_full_update isn't actually needed, since the track changed event w...Thomas Martitz1-3/+1
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon4-5/+144
2009-04-14Fix caption backlight.Thomas Martitz2-34/+47
2009-04-12Fix remote wps updating (again, FS#10121).Thomas Martitz1-2/+4
2009-04-11Slightly more compact boundary check.Jens Arnold1-3/+1
2009-04-11Fix the scrollbar boundary checking to prevent the player from freezing on sc...Karl Kurbjun1-0/+8
2009-04-09FS#8523 - Disable WPS updating when the backlight is off.Thomas Martitz1-1/+31
2009-04-08Forgot to add the call too gwps_fix_statusbars(), fixes yellow too.Thomas Martitz1-0/+1
2009-04-08WPS update optimizations:Thomas Martitz1-35/+24
2009-04-06FS9795 - some playback cleanup. Jonathan Gordon4-59/+76
2009-04-05Drop the unnecessary checks since they are made by the callerAlexander Levin1-4/+1
2009-04-05Fix hopping backwards if skip length is > 0 and we're near the end of the tra...Alexander Levin1-2/+4
2009-04-04A few skip length and dir change fixes.Thomas Martitz1-43/+43
2009-03-29Fix the resume problems on hwcodec which were uncovered by r20483+r20485. The...Jens Arnold1-18/+8
2009-03-29Fix potential NULL pointer access.Jens Arnold1-3/+5
2009-03-28Fix typos in commentsAlexander Levin1-2/+2
2009-03-27Fix hwcodec to actually check for prevent_skipThomas Martitz1-3/+3
2009-03-27FS#10014 - Separate tracklocking out of skip length, skip length prevented to...Thomas Martitz1-27/+39
2009-03-23Fix a typo in the comment and add a (somewhat vague) description of the value...Alexander Levin1-4/+8
2009-03-23Fix red, and use gui_wps_display() for restoration.Thomas Martitz2-9/+2
2009-03-23Another wps rework:Thomas Martitz4-160/+133
2009-03-20Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw...Thomas Martitz4-35/+33
2009-03-19Put exiting the wps entirely into the hands of the wps (restoring backdrops a...Thomas Martitz1-9/+10
2009-03-19Move gwps_leave_wps() a bit down, so that the menu-statusbars are showing in ...Thomas Martitz1-1/+1
2009-03-17Some style changes, move gwps_leave_wps a bit down; add a #define for restora...Thomas Martitz1-22/+23
2009-03-17Some internal rework of the wps:Thomas Martitz3-93/+62
2009-03-12Move play_hop() to gwps.c and make it static. It's the only file that calls it.Thomas Martitz3-32/+32
2009-03-08Yet more #include cleanupsBertrik Sikken1-0/+1
2009-03-08Clean up some more #includesBertrik Sikken5-8/+4
2009-03-08Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's ...Jens Arnold1-17/+15
2009-03-08Changed the comment to more accurately reflect how it worksAlexander Levin1-2/+4
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz2-6/+3
2009-02-27Fix screens not redrawing the statusbar when they should.Jonathan Gordon1-2/+2
2009-02-24Cleanup play_hop() slightly and remove redundant/uneeded checks, reclaim a ti...Thomas Martitz1-13/+9