summaryrefslogtreecommitdiff
path: root/apps/settings.c (follow)
Commit message (Expand)AuthorAge
* Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...Karl Kurbjun2007-05-08
* Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin2007-04-25
* Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin2007-04-25
* Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R...Nicolas Pennequin2007-04-25
* e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon2007-04-22
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold2007-04-15
* Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt2007-04-15
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Move iPod Video hardware equalizer init to audio_init() after the hardware is...Dan Everton2007-04-11
* action_signalscreenchange(); was missingJonathan Gordon2007-04-08
* Player: Fix setting integer values to their min/max values.Jens Arnold2007-03-31
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen2007-03-07
* Factor first order shelving filter code out for easier reuse and replace the ...Thom Johansen2007-03-07
* Don't display 'Cancelled' splash screen if setting not changedSteve Bavin2007-03-01
* Add software based bass/treble controls for targets which have no such functi...Thom Johansen2007-02-26
* SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis2007-02-24
* fix the scroll delay settingJonathan Gordon2007-02-21
* Convert the EQ menusJonathan Gordon2007-02-19
* Fix CONFIG_BACKLIGHT warnings.Jens Arnold2007-02-18
* CONFIG_CHARGINGJonathan Gordon2007-02-18
* fix red buildsJonathan Gordon2007-02-18
* Convert the Display menu to the new system. Jonathan Gordon2007-02-17
* Minor code policing and cleanupLinus Nielsen Feltzing2007-02-16
* Icons in the menus. Thanks midkay for them.Jonathan Gordon2007-02-14
* * Move playback menu to the new sysetm Jonathan Gordon2007-02-12
* Do a case-insensitive compare of the prefix part of filename settings. Jonathan Gordon2007-02-12
* Revert the changes using global status for the screen states. It should wait ...Michael Sevakis2007-02-08
* Convert the sound menu to the new systemJonathan Gordon2007-02-08
* beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon2007-02-08
* Kill the errors for now. Would like to know why resetting in_recording_screen...Michael Sevakis2007-02-07
* if you reset your settings, you wont be in the rec screen anymore! Jonathan Gordon2007-02-07
* Do Mike's previous patch a bit nicer.Jonathan Gordon2007-02-07
* Fix warnings. Initialized struct needs at least one member actually initializ...Michael Sevakis2007-02-07
* Change the radio screen and recording screen to use the global_status structu...Michael Sevakis2007-02-07
* when saving config.cfg, only save settings which are not the same as Jonathan Gordon2007-02-01
* FS#4770 - OopsSteve Bavin2007-02-01
* grr! didnt see the h100 warning.. build table is too wideJonathan Gordon2007-01-29
* fix recorder warningJonathan Gordon2007-01-29
* fix buildJonathan Gordon2007-01-29
* Rearrange these files so they are more managable. No real code changes. Some ...Jonathan Gordon2007-01-29
* fix bool settings which don't use "off,on" for their config values. Neatens u...Jonathan Gordon2007-01-29
* remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.c...Jonathan Gordon2007-01-25
* Correct the spelling of persistent so its correct (Yes, I failed english at s...Jonathan Gordon2007-01-25
* prepending ~ to a setting name in config.cfg will use its value from the load...Jonathan Gordon2007-01-24
* allow int settings to call a function to get the default value (Fixes the con...Jonathan Gordon2007-01-24
* Split the system status variables out of global_settings and put them into a ...Jonathan Gordon2007-01-24
* Reduce stack usage in settings_write_config (by about 460 bytes). Should allo...Magnus Holmgren2007-01-23