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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
settings.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-15
[BugFix] font.c filename was movable
William Wilgus
1
-5
/
+2
2022-12-17
settings: Remove setting ID return from find_setting()
Aidan MacDonald
1
-18
/
+13
2022-12-16
[Bug Fix] setting.c fail to check F_TABLE_SETTING w/o arbitrary values
William Wilgus
1
-1
/
+21
2022-12-12
Settings.c add logf debugging to verify settings
William Wilgus
1
-1
/
+147
2022-12-10
settings: Rewrite cfg_int_to_string() and cfg_string_to_int()
Aidan MacDonald
1
-59
/
+42
2022-12-05
settings: Clean up NVRAM code
Aidan MacDonald
1
-63
/
+70
2022-12-04
settings: More settings ID to pointer conversions
Aidan MacDonald
1
-46
/
+35
2022-12-04
settings: Settings ID to pointer for cfg_string_to_int()
Aidan MacDonald
1
-4
/
+4
2022-12-01
settings: Update int fallback check for settings with cfg_vals
Aidan MacDonald
1
-7
/
+3
2022-12-01
settings: Clean up and simplify settings_load_config()
Aidan MacDonald
1
-61
/
+61
2022-12-01
settings: Add helper function for handling filename settings
Aidan MacDonald
1
-23
/
+49
2022-11-20
make int_setting step & unit int16_t
William Wilgus
1
-6
/
+16
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
1
-16
/
+19
2022-10-05
gui: Remove redundant copies of list scrolling settings
Aidan MacDonald
1
-2
/
+0
2022-01-22
Option to switch off album art or to prefer file over embedded
Christian Soffke
1
-0
/
+3
2021-12-05
powermgmt: Small cleanups to battery capacity code
Aidan MacDonald
1
-1
/
+1
2021-11-08
RFC settings & nvram.bin save setting to tmp file save old
William Wilgus
1
-2
/
+32
2021-08-15
Drop HAVE_RTC_RAM
Aidan MacDonald
1
-37
/
+2
2021-06-04
Softlock Improvements
Dana Conrad
1
-0
/
+1
2021-03-22
Add new audiohw capability: POWER_MODE_CAP
Aidan MacDonald
1
-0
/
+3
2021-03-07
ibasso: Fix the dx50/dx90 build (and usb_mode selection)
Solomon Peachy
1
-5
/
+6
2021-03-01
Fix inability to reset filetype colors without restarting
Christian Soffke
1
-7
/
+3
2020-11-16
Fix the fix, which managed to make things _worse_
Solomon Peachy
1
-1
/
+1
2020-11-16
Fix the red introduced in 9c68c69
Solomon Peachy
1
-1
/
+1
2020-11-16
FS13257: Fix inconsistent defaults in the USB mode selection
Solomon Peachy
1
-0
/
+4
2020-07-27
FS#13220: Allow sound settings to be saved again
Solomon Peachy
1
-8
/
+1
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-21
/
+0
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-10
/
+2
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
[next]