Changelog:
r43155 | blackystardust | 2023-02-12 18:09:14 +0000 (Sun, 12 Feb 2023) | 1 line
Use defines instead of text for cart names where possible.
------------------------------------------------------------------------
r43154 | blackystardust | 2023-02-12 18:06:26 +0000 (Sun, 12 Feb 2023) | 1 line
Make the midi cart names be in a consistant order.
------------------------------------------------------------------------
r43153 | compyx | 2023-02-12 17:31:34 +0000 (Sun, 12 Feb 2023) | 3 lines
Gtk3: Fix IEEE-488 cart name: use CARTRIDGE_NAME_IEEE488 from cartridge.h
------------------------------------------------------------------------
r43152 | compyx | 2023-02-12 14:40:54 +0000 (Sun, 12 Feb 2023) | 6 lines
Gtk3: IEEE-488 settings: refactor to use the resource file chooser widget
Use the resource file chooser instead of custom code with entry, button and
dialog.
------------------------------------------------------------------------
r43151 | compyx | 2023-02-12 13:01:34 +0000 (Sun, 12 Feb 2023) | 9 lines
Gtk3: IDE64 settings: Refactor code and update layout
Split widget additions to the main grid into function adding to the layout.
Move the device-spefific widgets with their "tabs" to the bottom to make it
more clear the widgets above it are for all IDE64 devices.
Use a homogeneous column layout to make the widgets more evenly spaced and
positioned within the main grid.
------------------------------------------------------------------------