Changelog:
r43229 | compyx | 2023-02-18 19:28:08 +0000 (Sat, 18 Feb 2023) | 3 lines
Summon archdep_fix_streams() back from the domains of Lord Lucifer
------------------------------------------------------------------------
r43228 | compyx | 2023-02-18 19:21:33 +0000 (Sat, 18 Feb 2023) | 3 lines
Banish archdep_fix_streams() back to the pits of hell. Windows is plenty broken as it is, no need to fuck it up more.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------