summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-18Open Plugin cache plugin entry when possibleWilliam Wilgus1-0/+2
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-1/+3
2020-10-01Fix warnings and errors introduced in b030bf5Solomon Peachy1-0/+2
2020-09-18Headphone / lineout pause/resume #FS13237William Wilgus1-6/+27
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-17/+2
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-28/+3
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-15/+0
2020-05-24Comment details, typosSylvain Saubier1-1/+1
2019-08-06Improved reliability of runtime accounting and speaking it.Solomon Peachy1-0/+2
2019-02-03FS#12353: For car adapter mode, make delay before resuming configurableSolomon Peachy1-2/+9
2019-01-31FS#10311 -- Add beep when navigating to beginning or end of list.Solomon Peachy1-0/+7
2019-01-04Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy1-5/+26
2018-12-22Fix Auto Ranged Time Fix Red for DatabaseWilliam Wilgus1-2/+4
2018-12-22Fix Auto Ranged Time Fix Red for CheckwpsWilliam Wilgus1-2/+2
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-6/+231
2018-12-15Voice: Don't omit "shutting down" speech warning when battery dies.Solomon Peachy1-14/+14
2018-12-09Fix possible truncation misc.c->output_dyn_value + use KibytesWilliam Wilgus1-18/+24
2017-12-12Add a 32 byte read buffer to read_line.Michael Sevakis1-10/+32
2017-11-21aced667 forgot about those pesky __PCTOOL__ things.Michael Sevakis1-15/+15
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis1-15/+23
2017-02-04Fix dangerous castsAmaury Pouly1-1/+1
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-0/+5
2016-04-04Save bookmark and settings on shutdown at low battery level on players withou...Mihail Zenkov1-1/+3
2016-04-04Fix reset runtimeMihail Zenkov1-2/+1
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-8/+8
2014-06-29open_utf8: Actually use the result of read/write.Thomas Martitz1-5/+13
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-0/+2
2014-01-15Fix PlayerThomas Martitz1-5/+4
2014-01-15Fix checkwps.Thomas Martitz1-2/+8
2014-01-15skins: Update SBS when changing activities.Thomas Martitz1-2/+10
2014-01-13Implement volume limiter featurePurlingNayuki1-0/+3
2013-11-10Updated IAP commands.Ralf Ertzinger1-8/+0
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-2/+1
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-10/+10
2012-07-30New GUI browser to select one (or more) folders.Thomas Martitz1-0/+31
2012-07-05Fix fast_readline to handle windows line endings (\r\n)Jonathan Gordon1-0/+7
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-0/+39
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-1/+2
2012-03-03Correct actionable offense for misappropriation of action context.Michael Sevakis1-2/+2
2012-03-03Change keyclick_click so that it may accept raw buttons or actions.Michael Sevakis1-3/+5
2012-02-10checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz1-1/+1
2012-01-15fix compiler error, missed action.hJonathan Gordon1-0/+1
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon1-2/+18
2012-01-07apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not definedRafaël Carré1-0/+2
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+3
2011-12-20Convert hard-coded unicode byte order mark values to constants.Nick Peskett1-6/+4
2011-11-16Change the "keyclick repeat" setting behaviour so when it is off only the *fi...Jonathan Gordon1-14/+37
2011-11-16Finally commit FS#5111 - piezo clicker for ipods!Jonathan Gordon1-2/+24
2011-11-13Fix typos in usb_screen.c and use lcd_remote_bmp() for showing the rockbox lo...Thomas Martitz1-2/+1
2011-11-13Add the ability to create a prefilled struct bitmap along with generated images.Thomas Martitz1-4/+2