summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char s...Jonathan Gordon1-88/+80
2011-07-28skin engine softlock support for touchscreens:Jonathan Gordon4-5/+27
2011-07-21Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno a...Jonathan Gordon2-0/+18
2011-07-20Remove to top/bottom quickscreen defaults.Jonathan Gordon1-4/+2
2011-07-08Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis1-2/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-2/+14
2011-06-20Use enum themable_icons in struct file_type and struct filetype (who made tho...Thomas Martitz1-3/+2
2011-06-13Fix the %cs tag for the pitchscreen and playlist viewerJonathan Gordon1-0/+3
2011-06-12Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius2-3/+2
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon4-32/+8
2011-05-25Workaround an occasional problem where album art or cuesheets might not be re...Michael Sevakis1-0/+5
2011-05-23Make volume and progresssbar touch regions work with touch timeoutsJonathan Gordon1-0/+1
2011-05-23Fix %Tl 'last touch' tag not accepting the timeoutJonathan Gordon1-1/+2
2011-05-22Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscree...Andree Buschmann1-4/+1
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth1-0/+11
2011-05-13Skin engine: Swap meaning of & and * for touch regions.Thomas Martitz1-2/+2
2011-05-09Fix a warningMichael Hohmuth1-1/+0
2011-05-09FS#11931 part 1: Make fade in/out behavior more consistent across theMichael Hohmuth2-8/+23
2011-05-08More tab fixesBertrik Sikken2-2/+2
2011-05-07Fix FS#12098 by ignoring battery update events in the yesno screen.Nils Wallménius1-0/+1
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-5/+8
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+0
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-11/+29
2011-04-24invert the quickscreen setting direction on wheel targets for settings which ...Jonathan Gordon3-7/+14
2011-04-17Move declaration of global function cfg_string_to_int to header file settings.hBertrik Sikken1-1/+0
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts1-9/+5
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann1-2/+2
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon4-16/+188
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon4-30/+39
2011-03-22Scroll speed is increased every N seconds, not every N half seconds.Andree Buschmann1-2/+2
2011-03-22Make repeat mode/shuffle work in the sbs alsoJonathan Gordon2-23/+24
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon4-21/+81
2011-03-10Quicker fade_on_stop.Björn Stenberg1-11/+12
2011-03-07last of the errors... hopefullyJonathan Gordon2-1/+7
2011-03-07move code around to make checkwps compileJonathan Gordon3-63/+65
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon8-64/+92
2011-03-01fix redJonathan Gordon1-0/+2
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon3-26/+101
2011-03-01fix yellowJonathan Gordon1-2/+2
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon4-46/+37
2011-03-01Add a touchaction "none" which does nothing when pressed. This will allow som...Jonathan Gordon1-0/+1
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon4-10/+86
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-4/+5
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis1-8/+6
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz1-0/+3
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz1-15/+3
2011-02-01Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz1-2/+2
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz1-1/+10
2011-01-29Ugh, remove debug output.Thomas Martitz1-1/+0
2011-01-29Improve sometimes glitchy touchscreen handling in the pitchscreen.Thomas Martitz1-7/+24