Changelog:
r43166 | fabbo | 2023-02-13 15:59:56 +0000 (Mon, 13 Feb 2023) | 2 lines
Fix pin mapping strings for axes
------------------------------------------------------------------------
r43165 | fabbo | 2023-02-13 14:33:36 +0000 (Mon, 13 Feb 2023) | 2 lines
Mapping joystick axis to paddle works again. Loading from/saving to file such mappings still to do
------------------------------------------------------------------------
r43164 | compyx | 2023-02-13 13:23:34 +0000 (Mon, 13 Feb 2023) | 6 lines
Gtk3: Lt. Kernal settings: use better title for HD image selection dialogs
Set title of image file selection dialogs to "Select image file for HD[0-6]"
instead of the generic "Select file".
------------------------------------------------------------------------
r43163 | compyx | 2023-02-13 13:06:18 +0000 (Mon, 13 Feb 2023) | 6 lines
Gtk3: resource file chooser: add option to set custom dialog title
Provide _set_custom_title() method to override the default titles used for the
dialog types.
------------------------------------------------------------------------
r43162 | compyx | 2023-02-13 10:06:23 +0000 (Mon, 13 Feb 2023) | 10 lines
Gtk3: Setting dialog: Lt. Kernal: refactor code, fix layout
Rewrite serial input widget: only accept decimal digits and editing keys, make
it mark invalid entries with red squiggly lines under the text. Also use proper
accessor functions for the Gdk events, Gtk 4.0 removes direct access of GdkEvent
members, so I might as well get in the habit of using accessors.
Replace custom code for the HD image widgets with resouce file chooser widgets.
Add a few #define's to c64/cart/ltkernal.h for UI purposes.
------------------------------------------------------------------------