rockbox/apps/menus
William Wilgus ddcab156f7 gui_synclist move global display settings to list struct
its really painful needing to override global settings in order to change
some aspects of lists

this patch moves:

[scrollbar position, cursor type,
talk_menus, keyclick,
wrap around, scroll paginated]

to variables within the synclist, it also makes updating
after settings changes a necessity

I think I have the static synclists in core covered

(I think the one in gui/list-skinned can be left as is)

this patch allows easy modification these flags on the fly

Change-Id: Id0dcb8b05eb9ecd78929c0aff7678bf2ab4c70a7
2022-04-10 22:24:28 -04:00
..
audiohw_eq_menu.c Fix red dynamic menus 2019-09-20 03:57:38 -05:00
display_menu.c Add setting for numeric list sort order 2021-12-11 01:13:22 +00:00
eq_menu.c Remove long-deprecated old style EQ settings 2021-08-28 13:23:34 +00:00
eq_menu.h quickscreen: fix EQ enable not working in quickscreen 2021-08-26 19:34:18 +00:00
exported_menus.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
main_menu.c [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
menu_common.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
menu_common.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playback_menu.c LastFm remove scrobbler from core make a TSR plugin WIP 2022-03-26 02:50:11 -04:00
playlist_menu.c FS#13287 - Load a newly saved playlist and resume where it was 2021-05-03 20:10:27 +00:00
plugin_menu.c Use USB events for storing plugin_menu state 2021-10-31 12:42:24 -04:00
radio_menu.c sync clock with RDS time 2022-02-07 22:04:10 +01:00
recording_menu.c misc: Only include rbpaths.h and string-extra.h in places that need it 2021-04-10 12:08:12 -04:00
settings_menu.c Add setting to hide shutdown message 2021-12-08 22:26:38 -05:00
sound_menu.c Document an intentional fallthrough in the volume limit menu code 2021-07-22 23:55:03 +00:00
theme_menu.c gui_synclist move global display settings to list struct 2022-04-10 22:24:28 -04:00
time_menu.c alarm_menu share setter with settime 2022-03-30 09:05:28 -04:00