Changelog:
r43036 | compyx | 2023-02-03 14:40:25 +0000 (Fri, 03 Feb 2023) | 3 lines
Gtk3: resource widgets: remove some unused code
------------------------------------------------------------------------
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"
------------------------------------------------------------------------