github Zibri/VICE r43035

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

Changelog:

r43035 | compyx | 2023-02-03 11:12:13 +0000 (Fri, 03 Feb 2023) | 9 lines

Gtk3: Make resource widgets auto-free their resource name copy

When using resource_widget_set_resource_name[_valist]() set up a signal handler
for the 'destroy' event of the widget to free the heap-allocated copy of its
resource name.
Simplifies code by removing a lot of custom 'destroy' handlers for widgets and
avoids leaking memory by forgetting to free the resource name.


------------------------------------------------------------------------
r43034 | compyx | 2023-02-03 09:24:51 +0000 (Fri, 03 Feb 2023) | 5 lines

Gtk3: Settings dialog: Update RR-Net Mk3 layout

Use GtkSwitch widget for the physical jumper, tweak grid layout.


------------------------------------------------------------------------
r43033 | compyx | 2023-02-03 09:09:25 +0000 (Fri, 03 Feb 2023) | 3 lines

Gtk3: resource switch: refactor a bit


------------------------------------------------------------------------
r43032 | compyx | 2023-02-03 08:42:55 +0000 (Fri, 03 Feb 2023) | 3 lines

Gtk3: vdcmodelwidget: fix location of #include "vdc.h"


------------------------------------------------------------------------
r43031 | compyx | 2023-02-03 08:37:48 +0000 (Fri, 03 Feb 2023) | 6 lines

Gtk3: Settings dialog: Fix ethernet cart layout and simplify code

Remove custom code with GtkComboBoxText for the ETHERNETCARTBase resource and
replace with reusable hex resource combo box widget.


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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.