summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+2
2006-10-18Don't try to fade unless audio is playing.Miika Pekkarinen1-1/+4
2006-10-18Fade out audio on shutdown if enabled.Miika Pekkarinen1-0/+4
2006-09-29Fixed screendump for iPod Mini.Jens Arnold1-1/+1
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing1-0/+36
2006-09-23Properly shutdown audio playback early and flush system, including notMiika Pekkarinen1-2/+6
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye1-1/+1
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod1-0/+3
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-8/+17
2006-07-26Rockbox logo adjusted to the correct iriver remote LCD size, and rockbox logo...Jens Arnold1-1/+1
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-3/+3
2006-05-03Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format.Jens Arnold1-8/+2
2006-04-24Clear all screens before the shutdown splash.Jens Arnold1-1/+4
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen1-0/+8
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman1-3/+3
2006-02-19Proper screendump for greyscale iPods.Jens Arnold1-0/+29
2006-01-22Initial attempt at using bmp2rb in the build system. Don't forget to re-run ...Dave Chapman1-8/+2
2006-01-19Fix red builds moreBrandon Low1-1/+1
2005-12-05kill gcc4 warningsDaniel Stenberg1-7/+7
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-3/+3
2005-11-26Cleanup of the screendump routine. More similar operation for the various LCD...Jens Arnold1-34/+40
2005-11-22Win32 simulator now supports iPod Color. Fixed screendump() to correctly work...Jens Arnold1-1/+1
2005-11-19Use LCD_PIXELFORMAT instead of CONFIG_LCD in screen_dump()Dave Chapman1-1/+1
2005-11-17Fixed the 16bit screendump to work with either endianess and use the 16 bit B...Jens Arnold1-11/+25
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-1/+2
2005-11-15Add logos for iPod color and NanoDave Chapman1-1/+1
2005-11-14H300 logoLinus Nielsen Feltzing1-1/+3
2005-11-13Implement screen_dump() function for 16-bit colour displaysDave Chapman1-5/+27
2005-10-01Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold1-34/+50
2005-09-14The database is now always synched when entering USB mode or shutting down, a...Linus Nielsen Feltzing1-0/+18
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing1-0/+53
2005-09-02Added universal functions for creation of numbered filenames and date+time fi...Jens Arnold1-40/+73
2005-08-18Fixed sim warningLinus Nielsen Feltzing1-0/+2
2005-08-18The shutdown message is now displayed before saving the database, giving bett...Linus Nielsen Feltzing1-4/+4
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-19/+86