index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
settings.c
Age
Commit message (
Expand
)
Author
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
2013-05-24
Add DAC's oversampling filter roll-off selection to sound settings.
Andrew Ryabinin
2013-05-23
Remove dsp_callback because DSP is now library code, not app code.
Michael Sevakis
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
2013-02-09
EQ settings: Rework the settings to clean up the config file.
Jonathan Gordon
2012-12-26
Revert 64d048be. It breaks h300.
Frank Gevaerts
2012-12-26
Make code that depends on HAVE_USB_CHARGING_ENABLE check HAVE_USBSTACK.
Frank Gevaerts
2012-10-06
Add set_sleeptimer_duration function in minutes
Richard Quirk
2012-05-28
New crossfeed algorithm for Rockbox: "Meier" crossfeed
Bertrik Sikken
2012-05-09
Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL
Nils Wallménius
2012-04-30
Make DSP's replaygain independent of global_settings.
Michael Sevakis
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
2012-04-27
rbcodec refactoring: dsp_set_eq_coefs
Sean Bartell
2012-04-26
Consolidate compressor settings into a struct.
Michael Sevakis
2011-12-26
Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c
Nick Peskett
2011-12-26
Option to restart running sleep timer on keypress.
Nick Peskett
2011-11-28
Be less smart about when to reload skins as it caused more problems than it w...
Jonathan Gordon
2011-11-20
Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...
Fred Bauer
2011-11-19
FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...
Fred Bauer
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
2011-10-22
Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...
Fred Bauer
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-10-05
Clean up compressor setting code
Jeffrey Goode
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
2011-09-04
Remove duplicated code to search for a setting by its cfg name
Jonathan Gordon
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
2011-03-01
Add an ability to set a setting to a specific value with a touchscreen action.
Jonathan Gordon
2011-01-26
Fix FS#11904, filename generation was lacking a slash.
Thomas Martitz
2011-01-02
Don't load the colours file if it's set to '' (partial fix for FS#11847)
Alexander Levin
2011-01-02
Don't load the keyboard layout '-.kbd' (partial fix for FS#11847)
Alexander Levin
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-10-03
Fix FS#11648 - loading a .cfg doesnt automatically save the new config, cause...
Jonathan Gordon
2010-09-20
Remove the call to settings_save() from settings_load_config() as it seems un...
Marcin Bukat
2010-09-17
Make disabling HAVE_PITCHSCREEN actually work without breaking the build
Frank Gevaerts
2010-09-01
Fix reds. The battery_capacity setting is used even for fixed-battery targets.
Thomas Martitz
2010-09-01
Android: don't compile powermgmt-sim.c
Thomas Martitz
2010-08-05
One more get_user_file_path() fix. Don't store the user dir in config.cfg and
Thomas Martitz
2010-08-02
A few post-fixes to the get_user_file_path() commit.
Thomas Martitz
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-07-26
Fix potential buffer overflow.
Thomas Martitz
2010-07-25
Rewrite set_file() to be smaller and better readable, and a comment describin...
Thomas Martitz
2010-07-25
Use MAX_PATH for array used for filename.
Thomas Martitz
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-21
Don't leak a file handle if nvram.bin is <8 bytes in size
Michael Sparmann
2010-06-05
Remove the jump scroll settings since they don't do anything, drop the releva...
Nils Wallménius
2010-05-27
Generate C file / header for svn version string
Rafaël Carré
2010-05-15
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...
Michael Sevakis
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
[next]