summaryrefslogtreecommitdiffstats
path: root/apps/plugins/random_folder_advance_config.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24plugins: Fix the builds for targets lacking HAVE_BACKLIGHTSolomon Peachy1-0/+8
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-2/+0
2014-04-09plugins: Add plugin_release_audio_buffer().Thomas Martitz1-0/+3
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-1/+1
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett1-2/+9
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken1-11/+11
2011-02-27Blindly forcing stylus mode on plugin entry for an arbitrary subset of touch ...Jonathan Gordon1-0/+3
2011-02-24Include config.h for strncmp RaaA maemo fixThomas Jarosch1-0/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-1/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-3/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-5/+5
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-2/+2
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken1-1/+1
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima1-2/+2
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-1/+3
2009-07-14FS#10080Nils Wallménius1-5/+5
2009-07-06Fix returning too early (before cleanup) in RFAC, which led to not cancellingThomas Martitz1-2/+4
2009-07-05Adapt pictureflow and random_folder_advance_config to make use of the new got...Thomas Martitz1-43/+42
2009-07-01clarify error message a bitFrank Gevaerts1-1/+1
2009-07-01Remove the static order[] allocation in favour of plugin_get_buffer()Frank Gevaerts1-4/+13
2009-07-01Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE actually fits on archosFrank Gevaerts1-1/+2
2009-07-01Add "Play Shuffled" menu item to random_folder_advance_config, which adds all...Frank Gevaerts1-0/+70
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon1-35/+18
2009-01-16loader-initialized global plugin API:Andrew Mahone1-6/+4
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-6/+6
2008-06-29fix FS#9120 by actually quiting random folder advance config after choosing "...Jonathan Gordon1-5/+9
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-26Revert pointless change to random_folder_advance_config.cMarc Guay1-2/+0
2008-06-26Add the Random Folder Advance feature to the manual, along with the plugin ra...Marc Guay1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-04-24Accept FS#7708 by John KaminarJonathan Gordon1-53/+175
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-2/+2
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-05Accept FS#7074 - choose which folders should be scanned and ignored using the...Jonathan Gordon1-4/+112
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-2/+3
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-10/+11
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-8/+2
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-3/+3
2006-11-06dont allow the volume setting to wrapJonathan Gordon1-1/+1
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+2