Changelog:
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.
------------------------------------------------------------------------
r43200 | compyx | 2023-02-17 09:26:07 +0000 (Fri, 17 Feb 2023) | 7 lines
Gtk3: Monitor settings: use resource file chooser for logfile, put warning/info labels after the spin buttons
Use the resource file chooser widget for the MonitorLogFileName resource.
Place warning/info labels of the scrollback lines/CPU history lines after their
spin buttons instead of in front or under them. Remove indentation of labels.
------------------------------------------------------------------------