github Zibri/VICE r44345

latest releases: r46104, r46103, r46099...
2 years ago

Changelog:

r44345 | compyx | 2023-07-30 12:25:53 +0000 (Sun, 30 Jul 2023) | 2 lines

Gtk3: Tape settings: fix the "Aligment error" spin button being slightly taller than the others

------------------------------------------------------------------------
r44342 | compyx | 2023-07-30 06:32:30 +0000 (Sun, 30 Jul 2023) | 8 lines

Gtk3: Attemp to set the correct minimum size of a custom spin button widget

The size allocated by Gtk for the GtkSpinButton we use for displaying custom
values using a printf-style format string doesn't account for the custom format
adding extra characters on top of the characters required for the `double` min
and max values, so we determine this size ourselves and set the width of the
spinbutton's GtkEntry accordingly.

------------------------------------------------------------------------
r44339 | compyx | 2023-07-28 16:37:19 +0000 (Fri, 28 Jul 2023) | 2 lines

Gtk3: Only log settings window size changes with `--enable-debug-gtk3ui`

------------------------------------------------------------------------
r44337 | gpz | 2023-07-28 12:19:01 +0000 (Fri, 28 Jul 2023) | 1 line

make regular 'load' command never set Kernal pointers, add new 'loadbasic'/'ldb' command that always sets Kernal pointers.
------------------------------------------------------------------------
r44336 | compyx | 2023-07-28 06:09:19 +0000 (Fri, 28 Jul 2023) | 7 lines

Gtk3: datasette settings: remove the '+' prefix

Seemed like a nice visual hint to the user that a number could be negative, but
+0 looks rather silly. Using the always present '+' prefix for a range that's
not negative was a copy/paste error.
Also delete commented-out old code.

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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.