Changelog:
r44289 | compyx | 2023-07-19 18:37:34 +0000 (Wed, 19 Jul 2023) | 2 lines
Destroy Dr. Frankenvice's research and burn down the lab
------------------------------------------------------------------------
r44288 | compyx | 2023-07-19 18:02:10 +0000 (Wed, 19 Jul 2023) | 5 lines
Fix clang 15 warning about code never being executed
Clang warns about the code inside an `if (!mainlock_is_vice_thread())` never
being executed when building the headless, SDL1 or SDL2 UIs.
------------------------------------------------------------------------
r44287 | compyx | 2023-07-19 12:29:20 +0000 (Wed, 19 Jul 2023) | 2 lines
sdl_ui_display_item(): use `log_error()` instead of printf, fix format string
------------------------------------------------------------------------
r44286 | compyx | 2023-07-19 08:27:11 +0000 (Wed, 19 Jul 2023) | 8 lines
Merge branch `compyx/sdl-uiactions` into trunk
Make the SDL UI code use the UI actions system in `src/shared/uiactions.{c,h}`
for menu items. Implement action handlers for (nearly) all of the actions IDs.
The hotkeys and joymappings still use the "Some&menu&item" menu path lookups,
so those continue to function. These will be changed to also use UI actions in
the near future.
------------------------------------------------------------------------
r44279 | compyx | 2023-07-17 06:07:40 +0000 (Mon, 17 Jul 2023) | 6 lines
Add UI action ID/name for playing default PSID subtune
Add UI action `ACTION_PSID_SUBTUNE_DEFAULT`/"psid-subtune-default" for vsid.
The SDL UI has a menu item for this, but the Gtk3 UI appears to be missing this,
so perhaps it needs to be added to the Gtk3 UI.
------------------------------------------------------------------------