summaryrefslogtreecommitdiffstats
path: root/apps/gui/wps.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08get rid of ACTION_F3 (leftover from Archos days)Solomon Peachy1-10/+0
2020-08-17Add open_plugin to coreWilliam Wilgus1-4/+2
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-7/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-128/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-22/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-4/+0
2018-06-20Volume adjustment in WPS ignored AUDIOHW_SETTING valuesMarcin Bukat1-2/+2
2015-10-25AB repeat: fix bug that prevents to jump to beginning of trackSebastian Leonhardt1-6/+3
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-30/+22
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-3/+3
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-1/+1
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-20/+20
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-2/+2
2012-05-06Remove extraneous parensRafaël Carré1-1/+1
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2012-03-13Add new actions to %Tp (Touchscreen areas)Osborne Jacobs1-0/+15
2012-02-07Fix FS#9391 - playback engine gets confused by multiple simultaneous button p...Jonathan Gordon1-1/+1
2012-01-30Apply "Skip to outro" and specific skip lengths to individual tracks in a cue...Thomas Martitz1-0/+10
2011-12-06Fix touchscreens so entering the WPS with a skin with no touchregions reverts...Jonathan Gordon1-1/+1
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon1-2/+2
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-1/+1
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-6/+0
2011-10-04Make function calc_db in peakmeter.c staticBertrik Sikken1-1/+0
2011-10-04Remove unused function display_keylock_textBertrik Sikken1-13/+0
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