summaryrefslogtreecommitdiffstats
path: root/apps/settings.h
AgeCommit message (Expand)AuthorFilesLines
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-5/+6
2002-09-23Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing1-1/+1
2002-09-18Added play_selected option, and moved browse_currentLinus Nielsen Feltzing1-0/+1
2002-09-10Added function pointer argument to set_option(). This allows for instantaneou...Linus Nielsen Feltzing1-1/+2
2002-09-09Added channel configurationLinus Nielsen Feltzing1-0/+1
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you wi...Eric Linenberg1-0/+4
2002-09-05Scrolling now goes up to 30Eric Linenberg1-1/+1
2002-09-05Chris Pimlott's menu patch -- reorgainzes the menusEric Linenberg1-0/+1
2002-09-05The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner1-0/+2
2002-09-04raised the default contrast a few. Works nicely on all modelsEric Linenberg1-1/+1
2002-09-04Nate Nystrom's FF/RW min speed patchEric Linenberg1-0/+17
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-4/+2
2002-08-30Added scrollbar to tree view and menus.Markus Braun1-0/+3
2002-08-30Added char rockboxdir[] containing the directory /.rockbox/ where we shouldHeikki Hannikainen1-0/+3
2002-08-29update to the ff/rw options accelerate optionsEric Linenberg1-2/+0
2002-08-28Nate Nystrom's ff/rw acceleration patchEric Linenberg1-1/+2
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg1-2/+2
2002-08-24global_settings are not for runtime state variables!Björn Stenberg1-4/+0
2002-08-24Experimental code is not to be enabled by defaultBjörn Stenberg1-3/+0
2002-08-24Damned CR/LF again. I need to get a better editor than notepadJustin Heiner1-1/+1
2002-08-24Update to the Custom WPS. Now actually works, can be fed any string, uses %xx...Justin Heiner1-0/+7
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg1-0/+4
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg1-4/+4
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-2/+6
2002-08-15Got rid of global mute variableJustin Heiner1-1/+0
2002-08-14Added Balance settingLinus Nielsen Feltzing1-7/+0
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg1-0/+4
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg1-2/+3
2002-08-13Increased default contrast to visible levelBjörn Stenberg1-1/+1
2002-08-13Added LCD contrast settingLinus Nielsen Feltzing1-1/+7
2002-08-09Added global_settings.mutedJustin Heiner1-0/+1
2002-08-09Added a time/date settingMarkus Braun1-0/+1
2002-08-07Added status bar to file browser and wpsMarkus Braun1-0/+3
2002-08-06Added battery charger for the recorder and a power management debugger.Heikki Hannikainen1-0/+1
2002-07-28Experimental disk save by Yves. #define SAVE_TO_DISK to try itLinus Nielsen Feltzing1-1/+0
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing1-1/+3
2002-07-24Removed the no longer needed hold settingLinus Nielsen Feltzing1-3/+0
2002-07-23primitive hold mode enabled for wpsJerome Kuptz1-0/+3
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing1-2/+3
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg1-7/+10
2002-06-28First step towards a better sound setting APILinus Nielsen Feltzing1-3/+3
2002-06-27Abstracted settings user interface into set_bool, set_int and set_option.Björn Stenberg1-0/+12
2002-06-27Moved settings.c/h to apps/Björn Stenberg1-0/+86