summaryrefslogtreecommitdiff
path: root/apps/settings.c (follow)
Commit message (Expand)AuthorAge
* Fix FS#11648 - loading a .cfg doesnt automatically save the new config, cause...Jonathan Gordon2010-10-03
* Remove the call to settings_save() from settings_load_config() as it seems un...Marcin Bukat2010-09-20
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* Fix reds. The battery_capacity setting is used even for fixed-battery targets.Thomas Martitz2010-09-01
* Android: don't compile powermgmt-sim.cThomas Martitz2010-09-01
* One more get_user_file_path() fix. Don't store the user dir in config.cfg andThomas Martitz2010-08-05
* A few post-fixes to the get_user_file_path() commit.Thomas Martitz2010-08-02
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Fix potential buffer overflow.Thomas Martitz2010-07-26
* Rewrite set_file() to be smaller and better readable, and a comment describin...Thomas Martitz2010-07-25
* Use MAX_PATH for array used for filename.Thomas Martitz2010-07-25
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Don't leak a file handle if nvram.bin is <8 bytes in sizeMichael Sparmann2010-06-21
* Remove the jump scroll settings since they don't do anything, drop the releva...Nils Wallménius2010-06-05
* Generate C file / header for svn version stringRafaël Carré2010-05-27
* Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis2010-05-15
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Fix someone elses yellow and redJeffrey Goode2010-04-02
* Boot charting support.Torne Wuff2010-04-01
* fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima2010-03-06
* Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren2010-03-06
* Properly handle empty and '-' font settings.Thomas Martitz2010-02-27
* split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon2010-02-26
* fix charcellJonathan Gordon2010-02-22
* do r24817 betterer to make it more generic and stuff. Skins will always be in...Jonathan Gordon2010-02-22
* fix remote WPS loadingJonathan Gordon2010-02-22
* fix typo of wps and sbs.Teruaki Kawashima2010-02-22
* Shorten settings_skins_apply() and correct some checks.Thomas Martitz2010-02-21
* Properly generate (with "Save Theme Settings") and handle filename settings w...Thomas Martitz2010-02-21
* Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon2010-02-16
* FS#10984 - multifont! 2 major additions:Jonathan Gordon2010-02-14
* fix red. these long #if's need to be changed to a single #defineJonathan Gordon2010-02-08
* revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon2010-02-08
* skin rework (FS#10922) notable changes:Jonathan Gordon2010-01-29
* futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon2010-01-27
* mpeg.h/c cleanupJeffrey Goode2009-11-16
* remove 3 bad viewport functions:Jonathan Gordon2009-11-11
* Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode2009-11-10
* Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode2009-11-04
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* Remove a few superfluous calls and use the correct symbol.Thomas Martitz2009-10-19
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross2009-10-18
* Revert r23212, I committed it accidentally.Thomas Martitz2009-10-16
* initial custom statusbar commitThomas Martitz2009-10-16
* Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz2009-10-14
* Fix player red and remove an obsolete function call.Thomas Martitz2009-10-09
* Fix red: Invert buttons in RTL modeTomer Shalev2009-10-05
* Invert buttons in RTL modeTomer Shalev2009-10-05