rockbox/apps/gui/skin_engine
Aidan MacDonald 910a39af27 touchscreen: Evaluate %Tp tag only if pointing mode is enabled
Simply knowing that a touchscreen is present isn't that useful for
themes. Having %Tp evaluate as true when in pointing mode and false
in 3x3 mode is better. For example, themes can change their layout
or hide touch UI elements when in 3x3 mode, or show a status icon.

Although a similar effect can be achieved with the %St tag it's
simpler to use %Tp for this purpose -- it can report the current
mode, not just the user preference.

Change-Id: Ie343c105970dca11864fa44c6a091ed8e9e35b3d
2025-12-04 19:36:51 -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 touchscreen: Evaluate %Tp tag only if pointing mode is enabled 2025-12-04 19:36:51 -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