summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2011-05-23Fix %Tl 'last touch' tag not accepting the timeoutJonathan Gordon
2011-05-22Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscree...Andree Buschmann
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth
2011-05-13Skin engine: Swap meaning of & and * for touch regions.Thomas Martitz
2011-05-09Fix a warningMichael Hohmuth
2011-05-09FS#11931 part 1: Make fade in/out behavior more consistent across theMichael Hohmuth
2011-05-08More tab fixesBertrik Sikken
2011-05-07Fix FS#12098 by ignoring battery update events in the yesno screen.Nils Wallménius
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2011-04-24invert the quickscreen setting direction on wheel targets for settings which ...Jonathan Gordon
2011-04-17Move declaration of global function cfg_string_to_int to header file settings.hBertrik Sikken
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon
2011-03-22Scroll speed is increased every N seconds, not every N half seconds.Andree Buschmann
2011-03-22Make repeat mode/shuffle work in the sbs alsoJonathan Gordon
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon
2011-03-10Quicker fade_on_stop.Björn Stenberg
2011-03-07last of the errors... hopefullyJonathan Gordon
2011-03-07move code around to make checkwps compileJonathan Gordon
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon
2011-03-01fix redJonathan Gordon
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon
2011-03-01fix yellowJonathan Gordon
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon
2011-03-01Add a touchaction "none" which does nothing when pressed. This will allow som...Jonathan Gordon
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz
2011-02-01Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz
2011-01-29Ugh, remove debug output.Thomas Martitz
2011-01-29Improve sometimes glitchy touchscreen handling in the pitchscreen.Thomas Martitz
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji
2011-01-15fix FS#11835: %Lt tag doesn't work on targets with more than 1 screen.Teruaki Kawashima
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon
2011-01-13here tooJonathan Gordon
2011-01-13remove unecessary (duplicated even) headerJonathan Gordon
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon
2010-12-10Oops, unintended change slipped in.Thomas Martitz
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz