summaryrefslogtreecommitdiffstats
path: root/apps/gui/wps.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...Michael Sevakis1-15/+34
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-05-25Workaround an occasional problem where album art or cuesheets might not be re...Michael Sevakis1-0/+5
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth1-0/+11
2011-05-09Fix a warningMichael Hohmuth1-1/+0
2011-05-09FS#11931 part 1: Make fade in/out behavior more consistent across theMichael Hohmuth1-8/+19
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-11/+29
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon1-2/+2
2011-03-22Make repeat mode/shuffle work in the sbs alsoJonathan Gordon1-23/+0
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon1-20/+27
2011-03-10Quicker fade_on_stop.Björn Stenberg1-11/+12
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-2/+2
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon1-20/+0
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann1-2/+2
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji1-1/+1
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon1-1/+14
2010-12-10Oops, unintended change slipped in.Thomas Martitz1-2/+0
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz1-0/+2
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-7/+7
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-160/+111
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon1-1/+9
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon1-4/+8
2010-08-10Fix FS#11527 - remote wps/sbs doesnt update correctlyJonathan Gordon1-3/+2
2010-08-04Force touchscreen targets into 3x3 grid mode when entering the wps/radio if t...Jonathan Gordon1-2/+7
2010-08-02Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns...Jonathan Gordon1-3/+13
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon1-1/+2
2010-07-31Various minor clean-ups for mrobeBertrik Sikken1-2/+2
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-8/+8
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré1-8/+0
2010-06-21Fix the hotkey touch region in the wpsJonathan Gordon1-0/+4
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon1-144/+52
2010-06-20fix ffwd/rewind on touchscreen targets using regionsJonathan Gordon1-0/+3
2010-06-15first step of making touch regions usable in all skins, not just the WPS.. no...Jonathan Gordon1-0/+20
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon1-1/+1
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon1-0/+2
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon1-0/+2
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon1-8/+8
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon1-1/+0
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-67/+4
2010-05-09Fix redJeffrey Goode1-0/+2
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode1-1/+4
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode1-1/+3
2010-03-28Fix "bookmark on stop: ask" when idle poweroff triggers.Torne Wuff1-1/+1
2010-03-03fix FS#10926 - backlight turning off stops track info being updatedJonathan Gordon1-1/+2
2010-02-24Change how touchscreen regions work slightly... "It modifies the behaviour of...Jonathan Gordon1-3/+34
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz1-5/+6
2010-02-14WPS volume touchregion: fix reverse Y coordinate in portrait modeMaurus Cuelenaere1-1/+1
2010-02-08Fix WPS backdrop drawing, as instructed by JdGordon.Alex Parker1-3/+3