Changelog:
r43220 | compyx | 2023-02-18 17:24:33 +0000 (Sat, 18 Feb 2023) | 7 lines
Gtk3: ui_init(): unref GSettings object, add comments
Properly unref the GSettings instance we use to set 'sort-directories-first'
of the GtkFileChooser classes. Also be anal about gtk_settings_get_default()
possible returning NULL. Add some comments about memory management in the code.
------------------------------------------------------------------------
r43219 | compyx | 2023-02-18 12:16:08 +0000 (Sat, 18 Feb 2023) | 3 lines
Gtk3: Settings dialog: machine -> model: fix VIC20 layout
------------------------------------------------------------------------
r43218 | compyx | 2023-02-18 11:38:51 +0000 (Sat, 18 Feb 2023) | 7 lines
C64DTV: Change defines REV_2/REV_3 to DTVREV_2/DTVREV_3, make the SDL and Gtk3 UIs use them
Change the DTV revision defines to something less likely to conflict with other
similar symbols. Update the Gtk3 and SDL UIs to use the defines instead of
magic numbers.
------------------------------------------------------------------------
r43217 | compyx | 2023-02-18 11:03:29 +0000 (Sat, 18 Feb 2023) | 3 lines
Gtk3: Settings dialog: CPU Jam: fix indentation
------------------------------------------------------------------------
r43216 | compyx | 2023-02-18 10:29:06 +0000 (Sat, 18 Feb 2023) | 9 lines
Gtk3: Logfile widget: use resource filechooser for filename, put "stdout" check and "open dir" buttons next to each other
Use the resource filechooser widget for the LogFileName resource. Put the
"Log to stdout" check button and the "Open directory of logfile" push button
next to each other on the same row, packing the button in a GtkButtonBox, to
get the proper amount of padding and allow for adding more buttons later, should
the need arise.
------------------------------------------------------------------------