Changelog:
r43003 | compyx | 2023-02-02 08:44:12 +0000 (Thu, 02 Feb 2023) | 5 lines
Gtk3: Settings dialog: Update Isepic widget layout, simplify code
Replace custom code with reusable widget code for the ISEPIC enable switch.
------------------------------------------------------------------------
r43001 | compyx | 2023-02-01 23:12:27 +0000 (Wed, 01 Feb 2023) | 3 lines
Gtk3: Settings dialog: Update Expert Cartridge layout
------------------------------------------------------------------------
r43000 | compyx | 2023-02-01 22:56:16 +0000 (Wed, 01 Feb 2023) | 7 lines
Gtk3: Carthelpers: Enable checkbutton: properly block signal handler when reverting state
When enabling/disabling a cartridge via cartridge_enable()/cartridge_disable()
fails we don't want the signal handler to trigger itself again.
Also remove the unused copy of the cartridge name, not required anymore.
------------------------------------------------------------------------
r42999 | compyx | 2023-02-01 19:49:01 +0000 (Wed, 01 Feb 2023) | 7 lines
Gtk3: Fix hotkeys file loading when using `-directory`.
When using `-directory` don't replace "$VICEDIR" in an !INCLUDE directive with
the vice datadir but strip the string; When opening a .vhk file with sysfile_open()
also try without `machine_name` so opening .vhk files in data/common/ works.
------------------------------------------------------------------------
r42993 | compyx | 2023-02-01 11:13:05 +0000 (Wed, 01 Feb 2023) | 3 lines
Gtk3: Settings dialog: Fix GMod3 layout
------------------------------------------------------------------------