Changelog:
r42952 | blackystardust | 2023-01-24 20:38:17 +0000 (Tue, 24 Jan 2023) | 1 line
Changed sdl wording for autofire mode and added comments to make clear that JOYSTICK_AUTOFIRE_MODE_PRESS means autofire when fire is pressed and JOYSTICK_AUTOFIRE_MODE_PERMANENT means autofire when fire is NOT pressed.
------------------------------------------------------------------------
r42951 | compyx | 2023-01-24 20:11:45 +0000 (Tue, 24 Jan 2023) | 10 lines
Gtk3: Settings dialog: refactor and reorganize "input/autofire" node
Reorganized the layout of the containing grid and the autofire widgets. To
make things fit the GtkSwitch to enable autofire is placed on the same row
as the widget title, margins between widgets have been reduced, and
"Mode: o Button pressed o Button released" became
"Button mode: o Pressed o Released" ;)
More than 10 joysticks will still exceed the maximum dialog size.
------------------------------------------------------------------------
r42950 | rhialto | 2023-01-24 19:07:33 +0000 (Tue, 24 Jan 2023) | 2 lines
PET Positional, US Layout, GTK keyboard: fix shift + <- [ ] , ;
------------------------------------------------------------------------
r42949 | rhialto | 2023-01-24 17:44:19 +0000 (Tue, 24 Jan 2023) | 4 lines
PET Positional, US Layout, GTK keyboard: fix shift + keypad dot.
From Ray in bug #1818.
------------------------------------------------------------------------
r42948 | compyx | 2023-01-24 16:37:07 +0000 (Tue, 24 Jan 2023) | 6 lines
Gtk3: Settings dialog: refactor "input/control-port" a bit
Keep the debug_gtk3() call intact for now, we'll probably need them when the
joystick mapping gets implemented.
------------------------------------------------------------------------