Changelog:
r44678 | compyx | 2023-11-13 07:25:46 +0000 (Mon, 13 Nov 2023) | 6 lines
Gtk3: Park attempt at new ROMs dialog
Since we're approaching code freeze, park the attempt at fixing the ROMs and
ROM set UI. Can be enabled with `--enable-debug-gtk3ui` and selecting "Machine"
-> "ROM Manager" in the x64sc UI.
------------------------------------------------------------------------
r44677 | gpz | 2023-11-12 18:12:26 +0000 (Sun, 12 Nov 2023) | 1 line
add missing includes
------------------------------------------------------------------------
r44676 | compyx | 2023-11-11 15:26:37 +0000 (Sat, 11 Nov 2023) | 5 lines
Gtk3: printer output mode widget: be consistent: use strings, not integers
The "Printer[4|5|6|Userport]Output" resources are strings, so the UI should also
use strings "text" and "graphics" to select output mode, not 0 or 1.
------------------------------------------------------------------------
r44675 | compyx | 2023-11-11 14:48:16 +0000 (Sat, 11 Nov 2023) | 2 lines
Replace local `PRNR_*` device index defines with `PRINTER_*` defines from `printer.h`
------------------------------------------------------------------------
r44674 | compyx | 2023-11-11 14:42:24 +0000 (Sat, 11 Nov 2023) | 5 lines
Gtk3: Prevent selecting invalid printer driver and output mode combinations
Grey-out text/graphics mode selection when a printer/plotter doesn't support
both modes and auto-select the only valid mode, if a driver is selected.
------------------------------------------------------------------------