index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
settings.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-16
/
+0
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-1
/
+1
2020-07-20
Fix the sea of red introduced in bf546fb
Solomon Peachy
1
-1
/
+2
2020-07-21
Run-time validation of INT settings.
Solomon Peachy
1
-1
/
+7
2020-06-30
Fixed system state information loss when it is saved in file
Igor B. Poretsky
1
-1
/
+5
2019-01-08
Fix potential buffer overflow in settings.c
William Wilgus
1
-6
/
+9
2018-10-18
Fix menu warnings
William Wilgus
1
-1
/
+1
2017-11-24
Do playback restarts the proper way
Michael Sevakis
1
-41
/
+3
2017-02-04
Implement speaker enable/disable on jack (un)plug
Amaury Pouly
1
-1
/
+1
2017-01-17
Selective Backlight/Advanced Softlock - Selective actions based on context
William Wilgus
1
-15
/
+25
2016-04-04
Fix reset runtime
Mihail Zenkov
1
-0
/
+5
2015-02-02
iBasso DX50/DX90: User selectable USB mode.
Udo Schläpfer
1
-0
/
+2
2015-02-02
iBasso DX50/DX90: User selectable freq scaling governor.
Udo Schläpfer
1
-0
/
+9
2015-01-19
three new DSPs
Chiwen Chang
1
-0
/
+7
2014-12-22
Fix red (pass pointer of 'item')
Thomas Jarosch
1
-1
/
+1
2014-12-22
Always initialize "item"
Thomas Jarosch
1
-0
/
+1
2014-09-08
Fuze+: add a configurable deadzone area for touchpad buttons
Amaury Pouly
1
-0
/
+4
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-4
/
+4
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-5
/
+2
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-3
/
+8
2014-02-02
talk: Remove superflous call to talk_init().
Thomas Martitz
1
-3
/
+3
2014-01-07
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
Thomas Martitz
1
-3
/
+0
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-0
/
+1
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
1
-0
/
+38
2013-05-24
Add DAC's oversampling filter roll-off selection to sound settings.
Andrew Ryabinin
1
-0
/
+3
2013-05-23
Remove dsp_callback because DSP is now library code, not app code.
Michael Sevakis
1
-3
/
+0
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
1
-1
/
+1
2013-02-09
EQ settings: Rework the settings to clean up the config file.
Jonathan Gordon
1
-0
/
+2
2012-12-26
Revert 64d048be. It breaks h300.
Frank Gevaerts
1
-1
/
+1
2012-12-26
Make code that depends on HAVE_USB_CHARGING_ENABLE check HAVE_USBSTACK.
Frank Gevaerts
1
-1
/
+1
2012-10-06
Add set_sleeptimer_duration function in minutes
Richard Quirk
1
-1
/
+1
2012-05-28
New crossfeed algorithm for Rockbox: "Meier" crossfeed
Bertrik Sikken
1
-1
/
+1
2012-05-09
Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL
Nils Wallménius
1
-1
/
+1
2012-04-30
Make DSP's replaygain independent of global_settings.
Michael Sevakis
1
-1
/
+1
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
1
-1
/
+1
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
1
-7
/
+4
2012-04-27
rbcodec refactoring: dsp_set_eq_coefs
Sean Bartell
1
-1
/
+4
2012-04-26
Consolidate compressor settings into a struct.
Michael Sevakis
1
-5
/
+2
2011-12-26
Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c
Nick Peskett
1
-0
/
+2
2011-12-26
Option to restart running sleep timer on keypress.
Nick Peskett
1
-0
/
+2
2011-11-28
Be less smart about when to reload skins as it caused more problems than it w...
Jonathan Gordon
1
-2
/
+6
2011-11-20
Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...
Fred Bauer
1
-1
/
+1
2011-11-19
FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...
Fred Bauer
1
-1
/
+1
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
1
-14
/
+16
2011-10-22
Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...
Fred Bauer
1
-0
/
+1
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-3
/
+1
2011-10-05
Clean up compressor setting code
Jeffrey Goode
1
-5
/
+1
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
1
-14
/
+32
2011-09-04
Remove duplicated code to search for a setting by its cfg name
Jonathan Gordon
1
-0
/
+14
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
1
-0
/
+2
[next]