Changelog:
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.
------------------------------------------------------------------------
r44950 | compyx | 2024-01-09 12:29:22 +0000 (Tue, 09 Jan 2024) | 4 lines
SDL: Fix all connected controllers being (de)selected at the same time
Don't pass 4 as the callback param for each connect controller, using 4...N.
------------------------------------------------------------------------
r44949 | gpz | 2024-01-05 15:31:58 +0000 (Fri, 05 Jan 2024) | 1 line
add missing token
------------------------------------------------------------------------
r44948 | gpz | 2024-01-05 14:51:16 +0000 (Fri, 05 Jan 2024) | 1 line
added monitor command 'tapeoffs <offset>' to set .tap to given offset, requested by SLC
------------------------------------------------------------------------