rockbox/apps/recorder
Aidan MacDonald d5a081cbd1 gui: Remove "enum list_wrap" from list action functions
Removing the "list_wrap" argument is actually pretty easy.
In practice, almost all lists are using LIST_WRAP_UNLESS_HELD
behavior so we can make that the default. A couple of lists
disable wraparound with LIST_WRAP_OFF; this is now achieved
by setting the list "wraparound" flag to false when setting
up the list. LIST_WRAP_ON was unused and is of questionable
value, so it has been removed entirely.

This makes list wraparound behavior a property of the list,
controlled solely by the "wraparound" flag. The result is a
simpler list API and implementation, without changing the
behavior of any lists.

Change-Id: Ib55d17519e6d92fc95ae17b84ab0aaf4233bcb5a
2022-10-05 11:22:55 -04:00
..
albumart.c add const to const * strings 2022-05-03 23:00:58 -04:00
albumart.h
bmp.c Agptek Rocker: Initial commit 2018-06-12 10:31:14 +02:00
bmp.h
icons.c Plugin Api add core bitmaps 2021-08-26 12:55:34 +00:00
icons.h Plugin Api add core bitmaps 2021-08-26 12:55:34 +00:00
jpeg_common.h Simplify clamp_component 2021-08-05 10:26:50 +00:00
jpeg_idct_arm.S
jpeg_load.c Fix some non-portable alignment values 2022-05-02 15:38:48 +01:00
jpeg_load.h jpeg: provide a rough estimate of decoder memory overhead 2022-04-09 15:20:57 +01:00
keyboard.c keyboard.c change math for editline above picker 2022-04-27 21:40:49 -04:00
pcm_record.c buflib: add a common dummy callbacks struct & use it 2022-02-12 10:24:32 -05:00
pcm_record.h
peakmeter.c Fix some hardcoded assumptions in recording.c 2022-01-17 00:37:12 +00:00
peakmeter.h Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss) 2018-12-22 12:27:21 -06:00
recording.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
recording.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
resize.c Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
resize.h [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00