summaryrefslogtreecommitdiffstats
path: root/apps/gui/wps.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30[BUGFIX] block SYS_EVENTS from some action switchesWilliam Wilgus1-1/+1
2023-10-22Skip Length across tracksroman.artiukhin1-0/+14
2023-04-13Track Info: Show number of tracks being inspectedChristian Soffke1-1/+1
2023-04-13Track Info: Display larger file size and length valuesChristian Soffke1-1/+1
2023-01-22Use perceptual volume scale for volume barsAidan MacDonald1-2/+2
2023-01-22Add perceptual volume adjustmentAidan MacDonald1-2/+2
2023-01-06plugins: Properties: Add 'Last Modified' for audio filesChristian Soffke1-1/+1
2022-12-30Treat cue file as folder for next/prev folder actionroman.artiukhin1-4/+3
2022-12-16WPS hotkeys: Don't enable SBS for pitch screen or bookmarkingChristian Soffke1-1/+1
2022-12-14abrepeat add dummy functions and remove some of the ifdefsWilliam Wilgus1-18/+7
2022-12-14wps.c cleanup gui_show_wpsWilliam Wilgus1-182/+172
2022-12-13Improve transition between plugin and WPSChristian Soffke1-27/+69
2022-11-15skin engine: Reduce scope of internal wps_data structAidan MacDonald1-9/+10
2022-11-12Implement Rewind across tracks functionalityroman.artiukhin1-18/+39
2022-11-10skin engine: Remove touchregion argument from skin_get_touchactionAidan MacDonald1-2/+1
2022-10-25Enable access to Shortcuts Menu from QuickScreenChristian Soffke1-5/+15
2022-10-18Move skin global state to the WPSAidan MacDonald1-25/+32
2022-10-18Remove is_fading from the global WPS stateAidan MacDonald1-8/+0
2022-10-18Remove ff_rewind from global WPS stateAidan MacDonald1-4/+4
2022-10-18Remove unused 'may_fade' argument of pause/unpause_actionAidan MacDonald1-8/+4
2022-10-18Correct typo DEFAULT_SKIP_TRESH -> DEFAULT_SKIP_THRESHAidan MacDonald1-5/+5
2022-10-18Cleanup unused cruft in wps.hAidan MacDonald1-6/+1
2022-10-17Limit exposure of skin engine internalsAidan MacDonald1-0/+1
2021-12-28Playlist Viewer: Add Track InfoChristian Soffke1-1/+3
2021-08-15Drop HAVE_RTC_RAMAidan MacDonald1-2/+2
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald1-0/+1
2021-06-22Touchscreen: adjust calculation of bar touch positionAidan MacDonald1-2/+2
2021-06-22Touchscreen: make volume bars respect volume step incrementAidan MacDonald1-0/+2
2021-03-09Shortcuts Menu -- Update2William Wilgus1-1/+2
2021-03-07Shortcuts.c -- UpdateWilliam Wilgus1-1/+6
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