rockbox/apps/gui/skin_engine
Aidan MacDonald 02ad19c959 touchscreen: Fix seeking to end of track in WPS
Seeking to the very end of the track with the touchscreen caused
rapid skipping through the playlist because each touch event
generates a separate seek operation, kind of like rapidly pressing
a physical button. Fix this bug by executing the seek operation
only for the release event.

Change-Id: Ic1080065a68e7cc2ba98e2f27293c954f2ec8fb2
2025-12-04 19:36:19 -05:00
..
skin_backdrops.c [Bugfix] Copy current lcd contents into empty background buffers 2025-01-06 02:26:11 -05:00
skin_display.c Remove NVRAM infavor of a separate cfg file 2025-01-21 00:04:32 -05:00
skin_display.h skin engine: Remove progressbar viewport field 2022-11-23 09:44:23 -05:00
skin_engine.c touchscreen: Port skin engine to gesture API 2025-12-04 19:00:38 -05:00
skin_engine.h [Fix Yellow] remove DEBUGF from skin_parser.c cleanup spaces 2024-12-03 01:48:50 -05:00
skin_parser.c touchscreen: Port skin engine to gesture API 2025-12-04 19:00:38 -05:00
skin_render.c Bugfix FS#13696 - ID3 year with substring cause panic 2025-11-25 17:00:50 -05:00
skin_tokens.c [BugFix] itoa conflicts with mingw rename to itoa_buf 2025-02-18 10:41:18 -05:00
skin_touchsupport.c touchscreen: Fix seeking to end of track in WPS 2025-12-04 19:36:19 -05:00
wps_internals.h touchscreen: Port skin engine to gesture API 2025-12-04 19:00:38 -05:00