Changelog:
r42902 | compyx | 2023-01-18 22:23:37 +0000 (Wed, 18 Jan 2023) | 10 lines
Gtk3: Refactor and improve resource browser widget, fix logfile browser
Refactor the "resource browser" code, making handling internal state easier
and more robust. Add posibility to set a default directory for the "Save"
variant of the widget: if the resource is NULL/empty the default directory
(if set) will be used as the directory for the file chooser.
This also fixes the "LogFileName" widget by setting the directory to
archdep_user_state_path() if "LogFileName" is NULL.
------------------------------------------------------------------------
r42901 | compyx | 2023-01-18 12:39:52 +0000 (Wed, 18 Jan 2023) | 3 lines
Replace manual building of default log file path with archdep_default_logfile()
------------------------------------------------------------------------
r42900 | compyx | 2023-01-18 09:27:09 +0000 (Wed, 18 Jan 2023) | 3 lines
Gtk3/Archdep: Use correct path to default log file in Machine/Environment, add archdep_default_logfile()
------------------------------------------------------------------------
r42899 | compyx | 2023-01-18 08:19:00 +0000 (Wed, 18 Jan 2023) | 3 lines
Gtk3: Settings dialog: update VIC-20 I/O RAM and VFLI grid spacing
------------------------------------------------------------------------
r42898 | compyx | 2023-01-18 07:51:46 +0000 (Wed, 18 Jan 2023) | 5 lines
Gtk3: Settings dialog: tweak I/O settings layout
Align I/O collision radio buttons vertically.
------------------------------------------------------------------------