Changelog:
r43083 | gpz | 2023-02-08 21:04:46 +0000 (Wed, 08 Feb 2023) | 1 line
add layout info/docs for Plus4/C16/C116 keyboards. add/fix Plus4 positional GTK keymaps, add/fix C128 positional GTK keymaps, add C128 KeyrahV3 GTK keymaps
------------------------------------------------------------------------
r43082 | blackystardust | 2023-02-08 20:25:05 +0000 (Wed, 08 Feb 2023) | 1 line
Replaced sdl sound output device menu with a dynamic menu.
------------------------------------------------------------------------
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()`.
------------------------------------------------------------------------