summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-03FS#13287 - Load a newly saved playlist and resume where it wasDana Conrad1-0/+1
2021-03-16Offer function to Clear List & Play Shuffled when playback is stoppedChristian Soffke1-16/+22
2021-03-14Customizable Current Playlist SubmenuChristian Soffke1-47/+107
2021-03-10Move "View" option for playlists up one levelChristian Soffke1-16/+15
2021-03-09UI: Rename "Play Next" to "Clear List & Play Next"Christian Soffke1-1/+1
2021-03-09FS#13263: Rockbox deletes wrong fileChristian Soffke1-1/+8
2021-03-09Show 'Play Next' option when playback is stoppedChristian Soffke1-6/+23
2021-02-27Warn before permanently reshuffling the current playlistChristian Soffke1-0/+2
2021-02-17Don’t erase a user’s stopped dynamic playlist when inserting/queuing songsChristian Soffke1-1/+1
2021-01-21Make delete_file_dir() more threadsafeMoshe Piekarski1-4/+6
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-5/+6
2020-08-17Add open_plugin to coreWilliam Wilgus1-16/+14
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-6/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-8/+0
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-2/+2
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-14/+46
2019-02-04Fix minor issues introduced in fe95127 (Playlist playing time)Solomon Peachy1-3/+3
2019-01-31FS6338: Playlist playing timeSolomon Peachy1-20/+279
2019-01-02FS#11711: Add ability to create bookmark from WPS hotkeySolomon Peachy1-0/+3
2018-06-05Add file view menu to file browserWilliam Wilgus1-1/+2
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-327/+517
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-1/+1
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-3/+3
2012-03-12Fix minor bookmark problems/Enhance bookmark functionsOsborne Jacobs1-4/+12
2011-12-05Sprinkle around some static and const.Nils Wallménius1-1/+1
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-5/+14
2011-10-28Fix FS#12357 - New backdrop not displayed after set backdrop from context menuThomas Martitz1-0/+1
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-10-07Fix exit/return behavior in the id3 info screen.Fixes returning immediately o...Thomas Martitz1-2/+10
2011-08-05Add a %cs item for the context menusJonathan Gordon1-1/+4
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-12/+28
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts1-12/+3
2010-12-17Stay in file browser (do not go to WPS) after adding a track to the playlist ...Alexander Levin1-2/+2
2010-11-15FS#11751: increase buffer size of settings to store path.Teruaki Kawashima1-1/+2
2010-10-04New setting to control the file browser start location.Jonathan Gordon1-2/+13
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-2/+5
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-4/+5
2010-07-06Rename functions so that the code is easier to readAlexander Levin1-1/+1
2010-06-09a few more HAVE_PICTUREFLOW_INTEGRATIONJonathan Gordon1-1/+3
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon1-2/+2
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon1-2/+2
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon1-1/+17
2010-05-11No need to have a variable for a thing computed by the preprocessorAlexander Levin1-4/+2
2010-05-11Fix yellowJeffrey Goode1-1/+1
2010-05-11Add Insert Shuffled to hotkey optionsJeffrey Goode1-3/+24
2010-05-11More hotkey code cleanupJeffrey Goode1-33/+24
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode1-100/+21
2010-05-07Hotkey menu items have their own iconJeffrey Goode1-6/+10
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1