summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-1/+1
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+1
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-7/+4
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell1-1/+4
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis1-5/+2
2011-12-26Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.cNick Peskett1-0/+2
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett1-0/+2
2011-11-28Be less smart about when to reload skins as it caused more problems than it w...Jonathan Gordon1-2/+6
2011-11-20Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...Fred Bauer1-1/+1
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer1-1/+1
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon1-14/+16
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer1-0/+1
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-3/+1
2011-10-05Clean up compressor setting codeJeffrey Goode1-5/+1
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-14/+32
2011-09-04Remove duplicated code to search for a setting by its cfg nameJonathan Gordon1-0/+14
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+2
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon1-1/+1
2011-01-26Fix FS#11904, filename generation was lacking a slash.bootloader_gogearsa9200_v1Thomas Martitz1-1/+1
2011-01-02Don't load the colours file if it's set to '' (partial fix for FS#11847)Alexander Levin1-1/+2
2011-01-02Don't load the keyboard layout '-.kbd' (partial fix for FS#11847)Alexander Levin1-1/+2
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-27/+9
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