Changelog:
r43205 | compyx | 2023-02-17 16:25:16 +0000 (Fri, 17 Feb 2023) | 5 lines
Gtk3: Settings dialog: simplify host -> snapshot/event/history
Replace custom code with file chooser widget, remove indentation of labels.
------------------------------------------------------------------------
r43204 | fabbo | 2023-02-17 15:55:17 +0000 (Fri, 17 Feb 2023) | 2 lines
fix headless
------------------------------------------------------------------------
r43203 | fabbo | 2023-02-17 15:43:18 +0000 (Fri, 17 Feb 2023) | 2 lines
Restore the UI_ACTIVATE functionality, allowing the menu to be called with a joystick action, and make it cross-platform so it works in Gtk+3 too
------------------------------------------------------------------------
r43202 | compyx | 2023-02-17 15:34:16 +0000 (Fri, 17 Feb 2023) | 6 lines
Gtk3: Netplay settings: reorganize code handling grid layout of widgets
Make the code organizing the widgets in the grid more readable. Add some
spacing between the widgets so they don't stick together.
------------------------------------------------------------------------
r43201 | compyx | 2023-02-17 10:01:13 +0000 (Fri, 17 Feb 2023) | 8 lines
Gtk3: resource switch button: use 'notify::active' instead of 'state-set' signal
Somehow the background color of the GtkSwitch doesn't update when using the
state-set signal, but it does when using notify::active. The Gtk docs aren't of
much help on deciding which singal to use and why there's two for the same basic
event.
------------------------------------------------------------------------