summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-01Check for features, not for models.Jens Arnold1-1/+1
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold1-1/+1
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing1-1/+65
2005-03-05Change the colour of screendumps to blue on irivers.Thom Johansen1-1/+7
2005-02-11iRiver: Fixed screendump() functionLinus Nielsen Feltzing1-5/+47
2005-02-10iRiver: Allow shutdown when chargingLinus Nielsen Feltzing1-0/+2
2005-02-07oops again, incomplete long policyJean-Philippe Bernardy1-2/+2
2005-02-07long policyJean-Philippe Bernardy1-2/+2
2005-02-06clean shutdown for idle timer and sleep timerChristi Scarborough1-13/+2
2005-01-31Slightly more compact code; cleanup.Jens Arnold1-33/+11
2005-01-31Made total/free disk space info fit on the player lcd.Jens Arnold1-1/+1
2005-01-31Ooops.Jens Arnold1-0/+1
2005-01-31New function for formatting large-range values for output, both printed and v...Jens Arnold1-20/+55
2004-10-23Reverted conditional shutdown config flushBjörn Stenberg1-6/+5
2004-10-23Don't spin up disk to flush config sector on shutdownBjörn Stenberg1-5/+6
2004-10-13Fake power off in clean_shutdown() on Ondio players, to make the user release...Linus Nielsen Feltzing1-0/+6
2004-10-12Extended default_event_handler() that calls a callback function prior to actu...Jens Arnold1-1/+11
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-0/+5
2004-10-12Request to remove MMC before acknowledging USB (Ondio)Jens Arnold1-1/+7
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-1/+4
2004-09-03Faster & smaller screen_dump() function, saving almost 1.8 KB of ramJens Arnold1-41/+32
2004-08-01More const policeing step 1Jens Arnold1-2/+2
2004-07-27No need to save the settings in clean_shutdown(), it is always saved, and wil...Linus Nielsen Feltzing1-1/+0
2004-07-26Cosmetic changesLinus Nielsen Feltzing1-2/+2
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-0/+11
2004-07-26Don't display the shutting down message when the charger is attachedLinus Nielsen Feltzing1-9/+9
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-0/+28
2004-07-07Changed the screenshot color mapLinus Nielsen Feltzing1-1/+1
2004-07-05Moved settings_parseline() to misc.cLinus Nielsen Feltzing1-0/+34