summaryrefslogtreecommitdiff
path: root/apps/misc.c
AgeCommit message (Expand)Author
2007-04-12fix typo in the last commit: lcd_setfont -> lcd_remote_setfontMarcoen Hirschberg
2007-04-12If credits.rock isnt loadable manually show the logo and version.Jonathan Gordon
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold
2007-04-05Oops again, use correct variable types for storing file date and timePeter D'Hoye
2007-04-05Use date and time rather than size and starting cluster to detect installatio...Peter D'Hoye
2007-04-05Fix automatic rolo on new version for archos. Introduces new define in config...Peter D'Hoye
2007-03-30Don't check for bootfile changes on devices that use OF for USB (and thus reb...Peter D'Hoye
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-17A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-01-22Use the svn revision number for version information too, version string is no...Dominik Riebeling
2007-01-08Added fade to car adapter mode pauseBjörn Stenberg
2006-12-19update the runtime screen and move it to the inf menu instead of debugJonathan Gordon
2006-12-19revert my previous commit, Save your settings manually to a .cfg if youJonathan Gordon
2006-12-19Force saving settings to disk on shutdown. Better an extra disk writeJonathan Gordon
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold
2006-12-12Fix dircache not saving the last size (Caused the Scanning disk splashJonathan Gordon
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon
2006-11-15Make the updated %rg tag match playback behaviour (fall back to track gain if...Magnus Holmgren
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell
2006-11-09call call_ata_idle_notifys on clean shutdown, this should work, butJonathan Gordon
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon
2006-10-21Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing
2006-10-18Don't try to fade unless audio is playing.Miika Pekkarinen
2006-10-18Fade out audio on shutdown if enabled.Miika Pekkarinen
2006-09-29Fixed screendump for iPod Mini.Jens Arnold
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing
2006-09-23Properly shutdown audio playback early and flush system, including notMiika Pekkarinen
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen
2006-07-26Rockbox logo adjusted to the correct iriver remote LCD size, and rockbox logo...Jens Arnold
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold
2006-05-03Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format.Jens Arnold
2006-04-24Clear all screens before the shutdown splash.Jens Arnold
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman
2006-02-19Proper screendump for greyscale iPods.Jens Arnold
2006-01-22Initial attempt at using bmp2rb in the build system. Don't forget to re-run ...Dave Chapman
2006-01-19Fix red builds moreBrandon Low