Changelog:
r43161 | compyx | 2023-02-13 09:27:46 +0000 (Mon, 13 Feb 2023) | 6 lines
Gtk3: widget for number with suffixes: accept GDK_KEY_ISO_Left_Tab
For some reason X11 maps Shift+Tab to GDK_KEY_ISO_Left_Tab, so we can't catch
it with GDK_KEY_Tab or inspecting modifiers.
------------------------------------------------------------------------
r43160 | compyx | 2023-02-13 08:34:16 +0000 (Mon, 13 Feb 2023) | 3 lines
Release HowTo: Add verification of `make dist` by manually running Github Action 'check-make-dist'.
------------------------------------------------------------------------
r43159 | compyx | 2023-02-13 08:16:46 +0000 (Mon, 13 Feb 2023) | 6 lines
Add missing keyboard layout images for c16, c116, plus4 and cbm2 to doc/html/Makefile.am
Should fix `make dist`. Files in IMAGES_FILES are sorted according to the C
locale, making them easier to check against the output of `LC_ALL=C ls -1 *.png`.
------------------------------------------------------------------------
r43158 | fabbo | 2023-02-12 21:53:00 +0000 (Sun, 12 Feb 2023) | 2 lines
Restore "Host joystick mapping" menu entry in SDL port, and, with it, the ability to change joystick mappings with the menu
------------------------------------------------------------------------
r43157 | compyx | 2023-02-12 20:55:51 +0000 (Sun, 12 Feb 2023) | 5 lines
Gtk3: IEEE Flash 64! settings: simplify code and tweak layout
Use resource file chooser instead of custom code, tweak spacing between widgets.
------------------------------------------------------------------------