summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-03More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold1-18/+19
2006-02-26Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord...Dave Chapman1-2/+59
2006-02-19Use a better string for 'Canceled' splashes.Magnus Holmgren1-1/+1
2006-02-17Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ...Peter D'Hoye1-0/+5
2006-02-17Fix warning on non-SWCODEC targets.Dan Everton1-0/+2
2006-02-17Reduce CPU usage while changing EQ by only updating the coefficients of the b...Dan Everton1-1/+6
2006-02-13Add paged scrolling option. Really helps when scrolling through large lists o...Dan Everton1-19/+20
2006-02-08Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.Hristo Kovachev1-5/+11
2006-02-07Add Equalizer configuration to Sound Settings menu.Dan Everton1-0/+23
2006-02-05Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276)Hardeep Sidhu1-0/+3
2006-02-04Committed a little too muchLinus Nielsen Feltzing1-22/+0
2006-02-04The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing1-0/+22
2006-02-02Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman1-1/+1
2006-02-02Oops - fix the builds broken by the backdrop image patchDave Chapman1-0/+2
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman1-9/+64
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger1-0/+12
2006-01-10change the arabic codepage from ISO-8859-6 to CP1256Marcoen Hirschberg1-1/+1
2005-12-22Oops:) Make the brightness setting purely numericalHristo Kovachev1-1/+1
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev1-0/+7
2005-12-09don't display the WPS after loading, it made rockbox crash with some WPS'Marcoen Hirschberg1-4/+4
2005-12-08Remember the default codepage settingLinus Nielsen Feltzing1-0/+2
2005-12-07Simplified and uniform volume handling: * Volume setting in dB on all targets...Jens Arnold1-11/+6
2005-12-07Prevent numerical settings from wrapping - patch by Stephan WezelDave Chapman1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-4/+4
2005-12-05Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg1-8/+9
2005-12-05kill gcc4 warningsDaniel Stenberg1-19/+31
2005-12-04iRiver: new sound option "prevent clipping:adjust volume/adjust bass/adjust c...Anton Oleynikov1-1/+10
2005-12-04Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in pre...Dave Chapman1-3/+3
2005-12-04iRiver: Make logf-enabled builds of the simulator work again.Magnus Holmgren1-2/+2
2005-11-23Replaced the booolean 'Backlight On When Plugged' setting with a complete alt...Jens Arnold1-18/+19
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-2/+16
2005-11-20fixed scroll delay for the remoteAnton Oleynikov1-1/+1
2005-11-20The default scroll parameters are now correctly applied to the remote, as sug...Linus Nielsen Feltzing1-0/+3
2005-11-20Changed invert cursor as default since most of the users want itKevin Ferrare1-1/+1
2005-11-19Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define.Miika Pekkarinen1-1/+3
2005-11-19Forgot to initialize the ticking reduce setting on boot.Miika Pekkarinen1-0/+1
2005-11-19Added option to reduce (and almost prevent) the remote lcd tickingMiika Pekkarinen1-0/+4
2005-11-18Missing file headers put back. Code within 80 cols. Code policed indentingDaniel Stenberg1-6/+6
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-5/+45
2005-11-14completed the CONFIG_BACKLIGHT transitionDaniel Stenberg1-2/+2
2005-11-14CONFIG_BACKLIGHT is not set for the simulator builds so only do the checkDaniel Stenberg1-1/+1
2005-11-14add crossfeed dsp effect. Makes some music more enjoyable with headphones.Marcoen Hirschberg1-1/+3
2005-11-121 - assume and use WPS files in .rockbox/wpsDaniel Stenberg1-2/+2
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy1-1/+0
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-1/+22
2005-11-07Please discuss default changes in the future\!Jens Arnold1-1/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-3/+5
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen1-6/+7
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare1-9/+16
2005-11-05Corrected a bug introduced with the multi screen settings handling code : The...Kevin Ferrare1-12/+20