Changelog:
r44331 | compyx | 2023-07-27 07:33:04 +0000 (Thu, 27 Jul 2023) | 12 lines
Gtk3: Add custom spin button widgets in settings/tapeport
Add reusable spin button widget that translates between resource values and
displayed/entered values and allows for custom formatting of the resource value
via a printf()-style format string.
Currently used to display "DatasetteSpeedTuning" as a range of -50.0% to +50.0%,
"DatasetteTapeWobbleFrequency" as a range of 0.0Hz to 50.0Hz, and
"DatasetteTapeWobbleAmplitude" as a range of 0.0% to 50.0%.
Still needs some code to allocate additional horizontal spacing in the internal
GtkEntry of the GtkSpinButton to account for any affix or other non-numeric
characters in the custom formatted output.
------------------------------------------------------------------------
r44326 | pottendo | 2023-07-26 16:50:02 +0000 (Wed, 26 Jul 2023) | 2 lines
Alike WiC64, store certain prefs in vicerc (Pseudo MAC-,IP, timezone, session_id).
------------------------------------------------------------------------
r44322 | compyx | 2023-07-26 07:23:14 +0000 (Wed, 26 Jul 2023) | 2 lines
Lt. Kernal: remove unused variable
------------------------------------------------------------------------
r44321 | oldwoman37 | 2023-07-26 03:53:44 +0000 (Wed, 26 Jul 2023) | 1 line
Fix for bug #1919
------------------------------------------------------------------------
r44319 | gpz | 2023-07-25 10:57:06 +0000 (Tue, 25 Jul 2023) | 1 line
fix commandline doc
------------------------------------------------------------------------