Changelog:
r45156 | compyx | 2024-05-11 16:13:22 +0000 (Sat, 11 May 2024) | 6 lines
Fix GCC 14.1 array index warning
GCC 14.1 warns about using -1 as an array index, but the function in question
will never actually return -1. Better safe than sorry: return 0 on error and
log a debug message.
------------------------------------------------------------------------
r45155 | compyx | 2024-05-11 13:39:17 +0000 (Sat, 11 May 2024) | 2 lines
Gtk3: cart attach dialog: connect cart type signal handler unlocked
------------------------------------------------------------------------
r45154 | compyx | 2024-05-09 18:32:52 +0000 (Thu, 09 May 2024) | 2 lines
Buildsystem: make configure bail if pkg-config isn't found
------------------------------------------------------------------------
r45153 | gpz | 2024-05-08 14:31:57 +0000 (Wed, 08 May 2024) | 1 line
call driver_select_open with DRIVER_FIRST_OPEN when a userport printer driver is selected. patch adapted from the patch posted in #2023
------------------------------------------------------------------------
r45152 | gpz | 2024-05-08 13:29:11 +0000 (Wed, 08 May 2024) | 1 line
WOJ Adapter bits where inverted, fixes bug #2026
------------------------------------------------------------------------