Changelog:
r44913 | mcmartin | 2023-12-28 04:35:54 +0000 (Thu, 28 Dec 2023) | 1 line
Handle the two full branches where branch-copies were missed by git-svn
------------------------------------------------------------------------
r44912 | mcmartin | 2023-12-28 03:07:24 +0000 (Thu, 28 Dec 2023) | 6 lines
First draft of SVN->Git branch migration.
Still a few special cases to fix before reconstructing the
irregularly structured branches.
------------------------------------------------------------------------
r44911 | compyx | 2023-12-27 20:07:42 +0000 (Wed, 27 Dec 2023) | 8 lines
Gtk3: Fix "Reset" button of the mixer widget
Call `vice_gtk3_resource_scale_custom()` to properly translate the resource
factory values to display values instead of using the raw resource values to
set the display values.
Also make the "Reset" button only factory-reset the resources for the current
SID model, not both.
------------------------------------------------------------------------
r44910 | compyx | 2023-12-27 19:57:33 +0000 (Wed, 27 Dec 2023) | 6 lines
Gtk3: Fix behaviour of individual "Reset" buttons of mixer scales
The Reset buttons for the ReSID sliders in the settings dialog used the wrong
method to reset to factory, so 6581 filter bias would be set to +500mV instead
of +0.5mV, resuling in the slider hitting the upper bound of +5.0mV.
------------------------------------------------------------------------
r44909 | compyx | 2023-12-27 13:02:40 +0000 (Wed, 27 Dec 2023) | 2 lines
Fix standard header include
------------------------------------------------------------------------