summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-21make check_dir use dir_exists and slightly optimise the latter Robert Kukla1-8/+4
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-0/+32
2007-11-18Use the strrsplt function in one more placeNils Wallménius1-0/+16
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon1-0/+10
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-08Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing1-1/+6
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye1-2/+4
2007-08-22Apply fix from FS#6341, with some changes by me.Magnus Holmgren1-0/+3
2007-08-12Removed special X5 backlight handling, and replaced it with a generic system ...Jens Arnold1-3/+1
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-3/+24
2007-08-05Redraw the menu when stopping playback, in case the bookmarking code left som...Magnus Holmgren1-0/+1
2007-08-01Fix some places for USB_NONE. Still some more complex cases left though.Jens Arnold1-4/+4
2007-07-25Fix a bug that would cause a hang when shutting down from the recording scree...Michael Sevakis1-0/+7
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-1/+2
2007-06-29Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold1-33/+42
2007-06-24A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye1-0/+2
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-0/+33
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius1-0/+15
2007-04-12fix typo in the last commit: lcd_setfont -> lcd_remote_setfontMarcoen Hirschberg1-1/+1
2007-04-12If credits.rock isnt loadable manually show the logo and version.Jonathan Gordon1-1/+3
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold1-0/+47
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-16/+14
2007-04-05Oops again, use correct variable types for storing file date and timePeter D'Hoye1-2/+2
2007-04-05Use date and time rather than size and starting cluster to detect installatio...Peter D'Hoye1-7/+7
2007-04-05Fix automatic rolo on new version for archos. Introduces new define in config...Peter D'Hoye1-4/+4
2007-03-30Don't check for bootfile changes on devices that use OF for USB (and thus reb...Peter D'Hoye1-0/+8
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye1-0/+57
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-4/+4
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-7/+0
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-0/+7
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-5/+5
2007-02-18CONFIG_CHARGINGJonathan Gordon1-3/+3
2007-02-17A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren1-0/+21
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2007-01-22Use the svn revision number for version information too, version string is no...Dominik Riebeling1-1/+1
2007-01-08Added fade to car adapter mode pauseBjörn Stenberg1-1/+4
2006-12-19update the runtime screen and move it to the inf menu instead of debugJonathan Gordon1-1/+0
2006-12-19revert my previous commit, Save your settings manually to a .cfg if youJonathan Gordon1-2/+1
2006-12-19Force saving settings to disk on shutdown. Better an extra disk writeJonathan Gordon1-0/+2
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-1/+1
2006-12-12Fix dircache not saving the last size (Caused the Scanning disk splashJonathan Gordon1-1/+1
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis1-3/+18
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon1-2/+2
2006-11-15Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren1-0/+16
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell1-9/+19
2006-11-09call call_ata_idle_notifys on clean shutdown, this should work, butJonathan Gordon1-0/+3
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-10/+47
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon1-0/+2
2006-10-21Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen1-0/+47