Changelog:
r42920 | compyx | 2023-01-22 08:25:34 +0000 (Sun, 22 Jan 2023) | 5 lines
Gtk3: Fix bug in calling ui_action_finish() on dialog destruction
Fixes bug #1816.
------------------------------------------------------------------------
r42919 | compyx | 2023-01-21 19:00:02 +0000 (Sat, 21 Jan 2023) | 6 lines
Gtk3: Settings dialog: clean up up SID widgets code a bit (WIP)
Attempt to simplify the code for the SID settings a bit, before reorganizing
the code further.
------------------------------------------------------------------------
r42918 | compyx | 2023-01-21 18:04:18 +0000 (Sat, 21 Jan 2023) | 7 lines
Gtk3: Mixer: simplify further: make `mixer_widget_sid_type_changed()` a big NOP when --without-resid
When VICE is built without ReSID support none of the ReSID-specific widgets
are even shown, so all the show/hide magic can be ignored when built with
--without-resid.
------------------------------------------------------------------------
r42917 | compyx | 2023-01-21 17:51:32 +0000 (Sat, 21 Jan 2023) | 3 lines
Gtk3: Sound mixer widget: fix set-but-unused warning when --without-resid
------------------------------------------------------------------------
r42916 | compyx | 2023-01-21 10:43:52 +0000 (Sat, 21 Jan 2023) | 8 lines
Gtk3: Settings dialog: Tweak Audio->Sound driver layout
Tweak grid layout: use homogeneous column spacing for the subwidgets, reduce
indentation to 8. Replace "msec" label with "milliseconds" and place under the
buffer size spin button, aligned with the spin button.
Rename "audio/sound" settings node to "audio/sound-driver".
------------------------------------------------------------------------