summaryrefslogtreecommitdiff
path: root/apps/settings.c
AgeCommit message (Expand)Author
2011-10-05Clean up compressor setting codeJeffrey Goode
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-09-04Remove duplicated code to search for a setting by its cfg nameJonathan Gordon
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon
2011-01-26Fix FS#11904, filename generation was lacking a slash.Thomas Martitz
2011-01-02Don't load the colours file if it's set to '' (partial fix for FS#11847)Alexander Levin
2011-01-02Don't load the keyboard layout '-.kbd' (partial fix for FS#11847)Alexander Levin
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-10-03Fix FS#11648 - loading a .cfg doesnt automatically save the new config, cause...Jonathan Gordon
2010-09-20Remove the call to settings_save() from settings_load_config() as it seems un...Marcin Bukat
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts
2010-09-01Fix reds. The battery_capacity setting is used even for fixed-battery targets.Thomas Martitz
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz
2010-08-05One more get_user_file_path() fix. Don't store the user dir in config.cfg andThomas Martitz
2010-08-02A few post-fixes to the get_user_file_path() commit.Thomas Martitz
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-07-26Fix potential buffer overflow.Thomas Martitz
2010-07-25Rewrite set_file() to be smaller and better readable, and a comment describin...Thomas Martitz
2010-07-25Use MAX_PATH for array used for filename.Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-21Don't leak a file handle if nvram.bin is <8 bytes in sizeMichael Sparmann
2010-06-05Remove the jump scroll settings since they don't do anything, drop the releva...Nils Wallménius
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-04-02Fix someone elses yellow and redJeffrey Goode
2010-04-01Boot charting support.Torne Wuff
2010-03-06fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren
2010-02-27Properly handle empty and '-' font settings.Thomas Martitz
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon
2010-02-22fix charcellJonathan Gordon
2010-02-22do r24817 betterer to make it more generic and stuff. Skins will always be in...Jonathan Gordon
2010-02-22fix remote WPS loadingJonathan Gordon
2010-02-22fix typo of wps and sbs.Teruaki Kawashima
2010-02-21Shorten settings_skins_apply() and correct some checks.Thomas Martitz
2010-02-21Properly generate (with "Save Theme Settings") and handle filename settings w...Thomas Martitz
2010-02-16Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon
2010-02-08fix red. these long #if's need to be changed to a single #defineJonathan Gordon
2010-02-08revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-27futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon
2009-11-16mpeg.h/c cleanupJeffrey Goode
2009-11-11remove 3 bad viewport functions:Jonathan Gordon
2009-11-10Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode
2009-11-04Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz