summaryrefslogtreecommitdiff
path: root/apps/misc.c (follow)
Commit message (Expand)AuthorAge
* Another small optimisation/simplification to the hex_to_rgb() function.Dave Chapman2008-03-21
* Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman2008-03-21
* Fix FS 8753, JdGordon started it, I finished it.Brandon Low2008-03-18
* Further size savings - no need to make call for 0-9Steve Gotthardt2008-03-15
* Small bin-size optimisation - convert a macro used six times to a functionDave Chapman2008-03-15
* Make screendump work on the M3 (sim).Jens Arnold2008-03-14
* fix red 1Robert Kukla2008-03-02
* simulator: Robert Kukla2008-03-02
* Prevent possible buffer overflow when locating album art.Magnus Holmgren2008-02-06
* Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin2008-01-18
* make check_dir use dir_exists and slightly optimise the latter Robert Kukla2007-11-21
* consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla2007-11-21
* Use the strrsplt function in one more placeNils Wallménius2007-11-18
* Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2007-11-03
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing2007-10-08
* Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye2007-08-25
* Apply fix from FS#6341, with some changes by me.Magnus Holmgren2007-08-22
* Removed special X5 backlight handling, and replaced it with a generic system ...Jens Arnold2007-08-12
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* Redraw the menu when stopping playback, in case the bookmarking code left som...Magnus Holmgren2007-08-05
* Fix some places for USB_NONE. Still some more complex cases left though.Jens Arnold2007-08-01
* Fix a bug that would cause a hang when shutting down from the recording scree...Michael Sevakis2007-07-25
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold2007-06-29
* A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye2007-06-24
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius2007-05-30
* fix typo in the last commit: lcd_setfont -> lcd_remote_setfontMarcoen Hirschberg2007-04-12
* If credits.rock isnt loadable manually show the logo and version.Jonathan Gordon2007-04-12
* Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold2007-04-09
* Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold2007-04-06
* Oops again, use correct variable types for storing file date and timePeter D'Hoye2007-04-05
* Use date and time rather than size and starting cluster to detect installatio...Peter D'Hoye2007-04-05
* Fix automatic rolo on new version for archos. Introduces new define in config...Peter D'Hoye2007-04-05
* Don't check for bootfile changes on devices that use OF for USB (and thus reb...Peter D'Hoye2007-03-30
* Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye2007-03-30
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla2007-03-03
* FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2007-02-28
* Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold2007-02-20
* CONFIG_CHARGINGJonathan Gordon2007-02-18
* A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren2007-02-17
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Use the svn revision number for version information too, version string is no...Dominik Riebeling2007-01-22
* Added fade to car adapter mode pauseBjörn Stenberg2007-01-08
* update the runtime screen and move it to the inf menu instead of debugJonathan Gordon2006-12-19
* revert my previous commit, Save your settings manually to a .cfg if youJonathan Gordon2006-12-19
* Force saving settings to disk on shutdown. Better an extra disk writeJonathan Gordon2006-12-19