Changelog:
r43081 | blackystardust | 2023-02-08 16:58:12 +0000 (Wed, 08 Feb 2023) | 1 line
Added sound device id numbers for later use.
------------------------------------------------------------------------
r43080 | blackystardust | 2023-02-08 15:22:50 +0000 (Wed, 08 Feb 2023) | 1 line
Started on a function that ui's can use to get sound playback and sound recording devices and their 'description', no finalized yet, when finalized the sdl sound device menu will be converted first to serve as an example for the gtk3 ui.
------------------------------------------------------------------------
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()
------------------------------------------------------------------------