summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-10Backlight-on-when-charging fixBjörn Stenberg1-4/+0
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg1-0/+9
2002-10-09Don't try to load files if setting is emptyBjörn Stenberg1-3/+6
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-1/+31
2002-10-08Renamed .eq files .cfgBjörn Stenberg1-11/+10
2002-10-06The channel eq setting saved the value in global_settings.bassLinus Nielsen Feltzing1-1/+2
2002-10-06Accepted Brian King's backlight-on-when-charging patch, slightly modifiedLinus Nielsen Feltzing1-16/+9
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu1-3/+7
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-1/+6
2002-10-04bumped up the CONFIG_BLOCK_VERSION so that volume setting correctsRobert Hak1-1/+1
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing1-11/+28
2002-10-02Balance setting was signed but loaded as unsignedBjörn Stenberg1-2/+2
2002-10-02read_line() always null-terminates stringBjörn Stenberg1-0/+2
2002-10-02Save loaded EQ settings.Björn Stenberg1-0/+1
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg1-148/+109
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg1-7/+29
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing1-1/+26
2002-09-26set_bool uses lang.Mats Lidell1-1/+1
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg1-7/+6
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-13/+13
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-80/+100
2002-09-24Now sets the poweroff timer when loading the settingsLinus Nielsen Feltzing1-0/+1
2002-09-21Fixed time/date setting for new font system.Markus Braun1-7/+7
2002-09-19Removed F3 handling in the set_() functions. Now the function callback is not...Linus Nielsen Feltzing1-34/+8
2002-09-18New language/string handlingBjörn Stenberg1-6/+8
2002-09-18Added play_selected option, and moved browse_currentLinus Nielsen Feltzing1-5/+17
2002-09-17Philipp's fix .eq loading patchEric Linenberg1-9/+51
2002-09-14added Lee Marlow's get_option() wrap patchRobert Hak1-0/+4
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-91/+16
2002-09-10Added function pointer argument to set_option(). This allows for instantaneou...Linus Nielsen Feltzing1-2/+6
2002-09-09Now saves channel configLinus Nielsen Feltzing1-3/+8
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you wi...Eric Linenberg1-2/+6
2002-09-06Custom EQ files can now be loaded (*.eq). Docs coming soon :)Justin Heiner1-9/+35
2002-09-05Almost there with the loadable eq. still not ready to use yet though.Justin Heiner1-10/+31
2002-09-05Chris Pimlott's menu patch -- reorgainzes the menusEric Linenberg1-57/+9
2002-09-05The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner1-0/+69
2002-09-04Nate Nystrom's FF/RW min speed patchEric Linenberg1-4/+9
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-10/+3
2002-08-31USB Related: Justin Heiner1-0/+2
2002-08-30Added scrollbar to tree view and menus.Markus Braun1-1/+4
2002-08-30Added char rockboxdir[] containing the directory /.rockbox/ where we shouldHeikki Hannikainen1-0/+1
2002-08-29update to the ff/rw options accelerate optionsEric Linenberg1-9/+3
2002-08-28Nate Nystrom's ff/rw acceleration patchEric Linenberg1-1/+8
2002-08-28Added REPEAT to UP/DOWN keys in the time/date settingLinus Nielsen Feltzing1-0/+2
2002-08-28Corrected a commentLinus Nielsen Feltzing1-2/+2
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg1-1/+7
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg1-1/+4
2002-08-21Make use of the fixed lcd_getstringsize() for prop fonts.Markus Braun1-16/+15
2002-08-20enabled status bar in menus on recordersMarkus Braun1-14/+119
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg1-1/+1