summaryrefslogtreecommitdiffstats
path: root/apps/misc.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon1-3/+3
2008-06-07fix red and pointer screwupJonathan Gordon1-1/+1
2008-06-07oops, missed to failed hunks in the patchJonathan Gordon1-1/+1
2008-06-07Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon1-15/+15
2008-06-07Make parse_list() a bit stricter by only allowing items to be skipped if they...Jonathan Gordon1-4/+5
2008-06-05make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon1-17/+49
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-1/+0
2008-05-01Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius1-0/+20
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-3/+3
2008-04-20Fix speaking of decimal values to work when decimals != 1, spell the fraction...Nils Wallménius1-12/+1
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-6/+6
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman1-35/+40
2008-03-21Another small optimisation/simplification to the hex_to_rgb() function.Dave Chapman1-18/+13
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman1-3/+105
2008-03-18Fix FS 8753, JdGordon started it, I finished it.Brandon Low1-10/+21
2008-03-15Further size savings - no need to make call for 0-9Steve Gotthardt1-1/+1
2008-03-15Small bin-size optimisation - convert a macro used six times to a functionDave Chapman1-2/+5
2008-03-14Make screendump work on the M3 (sim).Jens Arnold1-4/+32
2008-03-02fix red 1Robert Kukla1-1/+1
2008-03-02simulator: Robert Kukla1-0/+5
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren1-6/+20
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin1-0/+19
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