Changelog:
r42963 | compyx | 2023-01-27 16:26:19 +0000 (Fri, 27 Jan 2023) | 3 lines
Gtk3: Settings dialog: make "peripheral/printer" use userport device check button widget
------------------------------------------------------------------------
r42962 | compyx | 2023-01-27 16:21:15 +0000 (Fri, 27 Jan 2023) | 9 lines
Gtk3: Add check button to toggle UserportDevice between NONE and another type
Add check button widget to toggle the "UserportDevice" resource between
`USERPORT_DEVICE_NONE` and another type: saves users from having to switch
between settings nodes to enable a certain userport emulation type.
I've identified two cases of this so far, each using their own nearly identical
implementation, so I might as well generalize this into a reusable widget.
------------------------------------------------------------------------
r42961 | compyx | 2023-01-27 13:52:51 +0000 (Fri, 27 Jan 2023) | 5 lines
Gtk3: Remove #include of file that has been deleted
Fixes bug #1819.
------------------------------------------------------------------------
r42960 | compyx | 2023-01-27 10:04:47 +0000 (Fri, 27 Jan 2023) | 6 lines
Gtk3: Settings dialog: Further refactor and tweak printer settings
Make the various printer settings widgets support userport printers, removing
userportprinterwidget.{c,h}. Also fix $VICERES comments.
------------------------------------------------------------------------
r42959 | compyx | 2023-01-27 08:37:02 +0000 (Fri, 27 Jan 2023) | 5 lines
Gtk3: Fix missing include
strncpy() requires <string.h>
------------------------------------------------------------------------