summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-4/+6
2010-08-28output_dyn_value() : don't use strlen() to check string emptinessRafaël Carré1-1/+1
2010-08-10try againJonathan Gordon1-0/+1
2010-08-10fid red/yellow... does database really need to compile all of misc.c?Jonathan Gordon1-4/+4
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon1-7/+18
2010-08-07Android port: handle incoming calls.Thomas Martitz1-0/+19
2010-08-02make grey targets reject viewport colours if theyare more than one letter (i....Jonathan Gordon1-1/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-29/+0
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-127/+8
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-06-09simplify parse_list. don't search for terminating separator or parenthesis wh...Teruaki Kawashima1-13/+9
2010-06-08fix - not being accepted for viewport font.Jonathan Gordon1-1/+1
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon1-4/+6
2010-05-27Generate C file / header for svn version stringRafaël Carré1-2/+2
2010-05-26Since the sdl to target tree move, the main thread cannot be removed anymore,Thomas Martitz1-1/+0
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis1-9/+1
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis1-1/+9
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-6/+4