Changelog:
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.
------------------------------------------------------------------------
r43199 | blackystardust | 2023-02-17 03:41:41 +0000 (Fri, 17 Feb 2023) | 1 line
Removed all traces of ssi2001 support, since this was a direct i/o access device only.
------------------------------------------------------------------------
r43198 | blackystardust | 2023-02-17 02:02:11 +0000 (Fri, 17 Feb 2023) | 1 line
Removed beos/haiku direct pci/isa i/o access support.
------------------------------------------------------------------------
r43197 | fabbo | 2023-02-16 20:24:15 +0000 (Thu, 16 Feb 2023) | 2 lines
Solve a memleak the same way it was solved in the old SDL-only joystick mapping code
------------------------------------------------------------------------