summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Touchscreen targets: add basic progress bar & volume handlingMaurus Cuelenaere3-25/+82
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon9-1003/+1656
2009-07-24more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon2-3/+3
2009-07-23Fix possible null pointer dereference in cuesheet handling. Causes problems i...Magnus Holmgren1-1/+1
2009-07-23this file also...Jonathan Gordon1-2/+2
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz3-2/+10
2009-07-22touchscreen regions:Thomas Martitz1-4/+8
2009-07-20rework cuesheet support:Jonathan Gordon2-32/+10
2009-07-14FS#10080Nils Wallménius5-25/+17
2009-07-13Slightly reduce the bin size by using ushort instead of int in arraysAlexander Levin1-3/+3
2009-07-13Correctly compute the array size regardless of the element typeAlexander Levin1-2/+2
2009-07-12Unify semitone and cent macros and make the formula a bit more obviousAlexander Levin1-40/+37
2009-07-11Fix red in bootloadersAlexander Levin1-5/+0
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin2-129/+557
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone1-1/+1
2009-07-10Correct another small typo in a comment.Thomas Martitz1-1/+1
2009-07-10Fix a typoAlexander Levin1-1/+1
2009-07-10Fix a few comments in gwps.c.Thomas Martitz1-7/+7
2009-07-08cleanup the remote+main statusbar handling a bit, and fix the bug where the r...Jonathan Gordon5-41/+32
2009-07-05fix yellowJonathan Gordon1-1/+3
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon4-9/+50
2009-07-03Fix the bug where the short-long fwd/back action would ffwd/rewind the next f...Jonathan Gordon1-0/+2
2009-06-22Oops.Steve Bavin1-1/+1
2009-06-22Allow use of timestretch with semitones in the pitchscreen. Rename variables ...Steve Bavin1-54/+38
2009-06-20 Merge the "Replaygain Off" option into the replaygain type; eliminate the "O...Alexander Levin1-1/+1
2009-06-20Display speed as relative to real-time, not timestretch amount.Steve Bavin1-3/+4
2009-06-19Slightly rearrange statements. No functional change but RAM and binary are re...Alexander Levin1-2/+2
2009-06-18Restore the ACTION_REDRAW case as it was before r20661 (with a slight change ...Marianne Arnold1-2/+3
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin1-1/+1
2009-06-12Fix the charcell viewport defaults. The statusbar is offscreen on charcell. T...Jens Arnold1-2/+5
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin1-96/+232
2009-06-08Fix a problem that the statusbar was redrawn to late and not really in sync w...Thomas Martitz1-2/+1
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-2/+3
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