summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-26Simulator compiler error fixedLinus Nielsen Feltzing1-0/+4
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing1-4/+14
2003-06-11From Bjorn: The bool variable can be located at an odd address. Trying to rea...Hardeep Sidhu1-1/+1
2003-06-11Fixed simulator warningHardeep Sidhu1-1/+1
2003-06-10Added more time options to recorder timesplitBjörn Stenberg1-2/+4
2003-06-05Bug fix: Never read an int from a bool pointerBjörn Stenberg1-7/+11
2003-06-05Made bool options apply instantly (patch #729614). Also cleared up a long-sta...Björn Stenberg1-19/+56
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg1-2/+11
2003-06-04Dave Jones' recording time split feature (patch #697373)Björn Stenberg1-1/+7
2003-06-02Fixed bug about saving jump_scroll.Kjell Ericson1-2/+2
2003-05-28Moved the settings for jump scroll to a more correct place.Kjell Ericson1-13/+13
2003-05-27Fix for time/date setting after power loss (battery change).Markus Braun1-6/+2
2003-05-27When we read the year from the RTC, it can be so totally messed up so thatDaniel Stenberg1-2/+6
2003-05-27Vincent Kujala's bug report and fix #742131Daniel Stenberg1-1/+1
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson1-0/+7
2003-05-22New feature for player: Jump scroll!Kjell Ericson1-1/+15
2003-05-17Bumped the config block version, this forces a reset of the settingsLinus Nielsen Feltzing1-1/+1
2003-05-09Bugs caught and killed by Craigh Sather (patch #729910)Linus Nielsen Feltzing1-14/+22
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-26/+31
2003-05-04Moved read_line() to misc.cLinus Nielsen Feltzing1-36/+1
2003-04-28The independent frames option wasn't correctly loadedLinus Nielsen Feltzing1-1/+1
2003-04-27Removed pointers to language stringsLinus Nielsen Feltzing1-23/+23
2003-04-25Added version to created .cfg file (Johan Vromans)Björn Stenberg1-1/+2
2003-04-25Changed caption backlight bool bit handlingBjörn Stenberg1-1/+1
2003-04-25Only write caption backlight onceBjörn Stenberg1-7/+0
2003-04-24Replaced snprintf+write with fprintf.Björn Stenberg1-212/+97
2003-04-24Added a single option var for booleans.Björn Stenberg1-28/+23
2003-04-24Added caption backlight to .cfg loader (Henrik Backe)Björn Stenberg1-0/+9
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-3/+3
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg1-2/+6
2003-04-20Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing1-5/+21
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing1-8/+18
2003-04-11Fixed buggy open() return code check in settings_load_config(). (Christian De...Björn Stenberg1-1/+1
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg1-7/+2
2003-03-10Patch #701103, invert option added to .cfg, plus changed AVC handling when sa...Linus Nielsen Feltzing1-3/+14
2003-03-10Added .cfg file writing. Patch by Christian Determann.Björn Stenberg1-0/+377
2003-03-10Added new channels modes and invert setting in cfg-loader. Patch by Christian...Björn Stenberg1-4/+9
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg1-3/+3
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg1-4/+11
2003-02-25Fixed bad backlight and peak meter value list (Henrik Backe)Björn Stenberg1-5/+4
2003-02-25language file correctionRobert Hak1-1/+1
2003-02-24Silly font_load() mistake spotted by Christian DetermannBjörn Stenberg1-1/+1
2003-02-23Bug fix: .cfg line 'font' must use set_file()Björn Stenberg1-2/+4
2003-02-17Bidir limit is not LCD_BITMAP specificBjörn Stenberg1-2/+2
2003-02-17Load new wps silentlyBjörn Stenberg1-1/+1
2003-02-17Fixed a number of .cfg loader bugsBjörn Stenberg1-29/+72
2003-02-16The settings for battery and volume display were reversed in the expanded .cfgMarkus Braun1-2/+2
2003-02-15include sprintf.h when we use snprintf()Daniel Stenberg1-0/+1
2003-02-14Volume fade patch by Eric LinenbergBjörn Stenberg1-1/+11
2003-02-14That line was only for testing.Björn Stenberg1-4/+0