github Zibri/VICE r43165

latest releases: r46094, r46091, r46091o...
3 years ago

Changelog:

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.


------------------------------------------------------------------------
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.


------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.