summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-7/+0
2011-09-06fix the last of the errorJonathan Gordon1-4/+4
2011-09-06Add the new file and fix the compile errorJonathan Gordon1-4/+4
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-0/+15
2011-08-17Fix panic after usb extraction if lastfm logging is enabled.Thomas Martitz1-2/+0
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-0/+3
2011-08-14Remove a couple of duplicate #includesBertrik Sikken1-1/+0
2011-08-14Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz1-1/+3
2011-07-23imx233/fuze+: huge reworkAmaury Pouly1-1/+1
2011-07-08Fix r30130 red. New functions in misc.c shouldn't be compiled if '__PCTOOL__'...Michael Sevakis1-49/+50
2011-07-08Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis1-0/+48
2011-06-29Knock out at least some red/yellow from r30097.Michael Sevakis1-0/+2
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-1/+4
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen1-1/+1
2011-06-20Fixed a changelog export/import problem with tagcache where <CR> or <LF>Miika Pekkarinen1-9/+1
2011-06-04Center Rockbox logo when smaller than the screen size.Dominik Riebeling1-2/+4
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-0/+17
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth1-13/+0
2011-05-09FS#11931 part 1: Make fade in/out behavior more consistent across theMichael Hohmuth1-10/+7
2011-05-09unplug_change: Precede call to audio_ff_rewind withMichael Hohmuth1-0/+3
2011-04-27Get rid of a committed #define from kernel.h that didn't make the final cut. ...Michael Sevakis1-0/+3
2011-03-31Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034.Björn Stenberg1-1/+10
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz1-7/+0
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+9