r44955 | gpz | 2024-01-13 22:10:56 +0000 (Sat, 13 Jan 2024) | 1 line
Implemented the missing cbm2 cartridge stuff, updated cartconv, crt support, gtk/sdl ui updates.
------------------------------------------------------------------------
r44954 | compyx | 2024-01-13 20:48:32 +0000 (Sat, 13 Jan 2024) | 2 lines
Fix typo
------------------------------------------------------------------------
r44953 | compyx | 2024-01-13 20:45:30 +0000 (Sat, 13 Jan 2024) | 6 lines
Gtk3: VSID: fix 8580 sliders getting greyed out with new 8580 filter
Greying out the ReSID 8580 sliders should only happen when the old 8580 filter
code is used (`--disable-new8580filter`), since the old code didn't have
customizable filter settings, but the new code does.
------------------------------------------------------------------------
r44952 | compyx | 2024-01-11 22:38:33 +0000 (Thu, 11 Jan 2024) | 6 lines
Gtk3: Fix drag-n-drop not working on Windows
Apparently the `GdkDragAction` passed by Gdk isn't an enum value listed in the
docs but just 0(?), so we use the `default:` case to also use the drag-n-drop
behaviour of the "AutostartDropMode" resource instead of logging a warning.
------------------------------------------------------------------------
r44951 | compyx | 2024-01-11 08:31:47 +0000 (Thu, 11 Jan 2024) | 4 lines
joystick: improve reporting of joystick buttons, axes and hats a bit
Use proper plural or singular form for hats, buttons and axes.
------------------------------------------------------------------------