Changelog:
r45952 | rhialto | 2026-01-17 16:05:21 +0000 (Sat, 17 Jan 2026) | 6 lines
Add patch from Dag Lem, from bug #1219.
https://sourceforge.net/p/vice-emu/bugs/1219/?page=1#5c25
I added some parentheses because the compiler warned me about that.
------------------------------------------------------------------------
r45950 | gpz | 2026-01-14 14:39:57 +0000 (Wed, 14 Jan 2026) | 1 line
attempt to fix c++ build error reported on Lemon, patch by LouD
------------------------------------------------------------------------
r45948 | compyx | 2026-01-13 12:03:56 +0000 (Tue, 13 Jan 2026) | 5 lines
Fix missing prototype for `usbsid_available()`
In case USBSID isn't available we'll still need the prototype for the
`usbsid_available()` stub.
------------------------------------------------------------------------
r45947 | compyx | 2026-01-13 11:41:46 +0000 (Tue, 13 Jan 2026) | 6 lines
Gtk3: respect event/snapshot directory in snapshot load/save dialogs
Read the "EventSnapshotDir" resource and use that to set the initial directory
of the event load and save dialogs.
Partially fixes bug #2192.
------------------------------------------------------------------------
r45944 | gpz | 2026-01-12 01:45:22 +0000 (Mon, 12 Jan 2026) | 1 line
fix first half of #2192 - output all invalid codes outside quotes as control codes
------------------------------------------------------------------------