Changelog:
r44291 | gpz | 2023-07-19 19:20:11 +0000 (Wed, 19 Jul 2023) | 1 line
make raw printer driver pass through all bytes 1:1, remove the weird logic to swallow subsequent bytes 17 and 145. should fix #1914
------------------------------------------------------------------------
r44290 | compyx | 2023-07-19 18:53:17 +0000 (Wed, 19 Jul 2023) | 5 lines
Delete instructions for Gtk3 Mingw setup from source on Debian
This never worked quite right, and the instructions are now four years old and
probably very outdated when it comes to package names and configure switches.
------------------------------------------------------------------------
r44289 | compyx | 2023-07-19 18:37:34 +0000 (Wed, 19 Jul 2023) | 2 lines
Destroy Dr. Frankenvice's research and burn down the lab
------------------------------------------------------------------------
r44288 | compyx | 2023-07-19 18:02:10 +0000 (Wed, 19 Jul 2023) | 5 lines
Fix clang 15 warning about code never being executed
Clang warns about the code inside an `if (!mainlock_is_vice_thread())` never
being executed when building the headless, SDL1 or SDL2 UIs.
------------------------------------------------------------------------
r44287 | compyx | 2023-07-19 12:29:20 +0000 (Wed, 19 Jul 2023) | 2 lines
sdl_ui_display_item(): use `log_error()` instead of printf, fix format string
------------------------------------------------------------------------