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