summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-15[BugFix] font.c filename was movableWilliam Wilgus1-5/+2
2022-12-17settings: Remove setting ID return from find_setting()Aidan MacDonald1-18/+13
2022-12-16[Bug Fix] setting.c fail to check F_TABLE_SETTING w/o arbitrary valuesWilliam Wilgus1-1/+21
2022-12-12Settings.c add logf debugging to verify settingsWilliam Wilgus1-1/+147
2022-12-10settings: Rewrite cfg_int_to_string() and cfg_string_to_int()Aidan MacDonald1-59/+42
2022-12-05settings: Clean up NVRAM codeAidan MacDonald1-63/+70
2022-12-04settings: More settings ID to pointer conversionsAidan MacDonald1-46/+35
2022-12-04settings: Settings ID to pointer for cfg_string_to_int()Aidan MacDonald1-4/+4
2022-12-01settings: Update int fallback check for settings with cfg_valsAidan MacDonald1-7/+3
2022-12-01settings: Clean up and simplify settings_load_config()Aidan MacDonald1-61/+61
2022-12-01settings: Add helper function for handling filename settingsAidan MacDonald1-23/+49
2022-11-20make int_setting step & unit int16_tWilliam Wilgus1-6/+16
2022-11-14replace strlcpy with strmemccpyWilliam Wilgus1-16/+19
2022-10-05gui: Remove redundant copies of list scrolling settingsAidan MacDonald1-2/+0
2022-01-22Option to switch off album art or to prefer file over embeddedChristian Soffke1-0/+3
2021-12-05powermgmt: Small cleanups to battery capacity codeAidan MacDonald1-1/+1
2021-11-08RFC settings & nvram.bin save setting to tmp file save oldWilliam Wilgus1-2/+32
2021-08-15Drop HAVE_RTC_RAMAidan MacDonald1-37/+2
2021-06-04Softlock ImprovementsDana Conrad1-0/+1
2021-03-22Add new audiohw capability: POWER_MODE_CAPAidan MacDonald1-0/+3
2021-03-07ibasso: Fix the dx50/dx90 build (and usb_mode selection)Solomon Peachy1-5/+6
2021-03-01Fix inability to reset filetype colors without restartingChristian Soffke1-7/+3
2020-11-16Fix the fix, which managed to make things _worse_Solomon Peachy1-1/+1
2020-11-16Fix the red introduced in 9c68c69Solomon Peachy1-1/+1
2020-11-16FS13257: Fix inconsistent defaults in the USB mode selectionSolomon Peachy1-0/+4
2020-07-27FS#13220: Allow sound settings to be saved againSolomon Peachy1-8/+1
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-21/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-10/+2
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-16/+0
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2020-07-20Fix the sea of red introduced in bf546fbSolomon Peachy1-1/+2
2020-07-21Run-time validation of INT settings.Solomon Peachy1-1/+7
2020-06-30Fixed system state information loss when it is saved in fileIgor B. Poretsky1-1/+5
2019-01-08Fix potential buffer overflow in settings.cWilliam Wilgus1-6/+9
2018-10-18Fix menu warningsWilliam Wilgus1-1/+1
2017-11-24Do playback restarts the proper wayMichael Sevakis1-41/+3
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-1/+1
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus1-15/+25
2016-04-04Fix reset runtimeMihail Zenkov1-0/+5
2015-02-02iBasso DX50/DX90: User selectable USB mode.Udo Schläpfer1-0/+2
2015-02-02iBasso DX50/DX90: User selectable freq scaling governor.Udo Schläpfer1-0/+9
2015-01-19three new DSPsChiwen Chang1-0/+7
2014-12-22Fix red (pass pointer of 'item')Thomas Jarosch1-1/+1
2014-12-22Always initialize "item"Thomas Jarosch1-0/+1
2014-09-08Fuze+: add a configurable deadzone area for touchpad buttonsAmaury Pouly1-0/+4
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-4/+4
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-5/+2
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-3/+8
2014-02-02talk: Remove superflous call to talk_init().Thomas Martitz1-3/+3
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz1-3/+0