summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-20Fix the r29343 red.Michael Sevakis1-1/+1
2011-02-20Make format_time properly format negative times because sometimes they are sh...Michael Sevakis1-6/+10
2011-02-18Fix yellows and checkwps.Thomas Martitz1-0/+1
2011-02-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch1-1/+1
2011-02-08Initial maemo platform supportThomas Jarosch1-2/+2
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji1-1/+1
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima1-1/+1
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-1/+36
2010-10-17Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE if...Thomas Martitz1-1/+1
2010-10-17Oops #ifdef -> #ifNils Wallménius1-1/+1
2010-10-17Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too.Nils Wallménius1-2/+10
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts1-1/+1