Changelog:
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>
------------------------------------------------------------------------
r42958 | compyx | 2023-01-27 07:55:30 +0000 (Fri, 27 Jan 2023) | 6 lines
Gtk3: Make the printer output mode widget support userport printer
Extend the widget to also support userport printer (device 3). Makes the
printer output mode code in userportprinter.c obsolete.
------------------------------------------------------------------------
r42957 | compyx | 2023-01-26 19:06:45 +0000 (Thu, 26 Jan 2023) | 8 lines
Gtk3: Refactor printer driver widget to support userport printer
Extend the printer driver widget to also handle the "PrinterUserportDriver"
resource. Passing in device number 3 will make the widget handle the userport
printer driver. This makes the driver resource code in userportprinterwidget.c
obsolete.
------------------------------------------------------------------------