Changelog:
r43079 | compyx | 2023-02-08 10:02:09 +0000 (Wed, 08 Feb 2023) | 7 lines
Gtk3: resource-bound text entry: remove variant that updates resource on each key press
Remove the resource-bound GtkEntry that updates the resource on each key press,
we only use the 'full' version (updates resource on pressing Enter or when the
widget loses focus). Rename the `_entry_full_FOO()` methods to `entry_FOO()`.
------------------------------------------------------------------------
r43078 | compyx | 2023-02-07 21:59:16 +0000 (Tue, 07 Feb 2023) | 3 lines
Gtk3: uimedia: swapped signals can be connected without locking
------------------------------------------------------------------------
r43077 | compyx | 2023-02-07 21:58:37 +0000 (Tue, 07 Feb 2023) | 3 lines
Gtk3: Fix invalid param name in g_signal_connect_swapped_unlocked()
------------------------------------------------------------------------
r43076 | compyx | 2023-02-07 21:42:53 +0000 (Tue, 07 Feb 2023) | 7 lines
Gtk3: Implement locking version of g_signal_connect_swapped()
Implement override of `g_signal_signal_connect_swapped()` that obtains the VICE
lock before calling the handler and release the lock afterwards.
The non-locking (GLib) version can used as `g_signal_connect_swapped_unlocked()`.
------------------------------------------------------------------------
r43075 | compyx | 2023-02-07 19:00:35 +0000 (Tue, 07 Feb 2023) | 5 lines
Gtk3: media recording dialog: replace magic numbers with symbolic constants
Use symbolic constants from gfxoutput.h for the screenshot options.
------------------------------------------------------------------------