Skip to content

r45136 Windows

Latest
Compare
Choose a tag to compare
@Zibri Zibri released this 19 Apr 14:30
2da6b07

Changelog:

r45136 | compyx | 2024-04-19 13:48:59 +0000 (Fri, 19 Apr 2024) | 7 lines

Gtk3: remove _setenv(LANG=C) hack

Enables case-insensitive sorting on Windows, fixing bug #2015, feature request
#429, maybe. The comment accompanying the hack mentioned it was there to avoid
issues with the (VTE) monitor on 32-bit Windows, so we'll see if that comment
is still valid after all our hacking of VTE.

------------------------------------------------------------------------
r45135 | compyx | 2024-04-18 11:27:24 +0000 (Thu, 18 Apr 2024) | 1 line

rub out trailing whitespace
------------------------------------------------------------------------
r45134 | compyx | 2024-04-18 09:27:21 +0000 (Thu, 18 Apr 2024) | 1 line

terminate trailing whitespace
------------------------------------------------------------------------
r45133 | compyx | 2024-04-18 09:07:17 +0000 (Thu, 18 Apr 2024) | 8 lines

Gtk3: Windows: register the "Pet Me" fonts as well

Use `AddFontResourceA()` to register the "Pet Me" fonts. With Pango 1.52-2 we
can use `AddFontResourceEx()` again to register the CBM Pro Mono font, but that
function reports success for the Pet Me fonts yet those fonts aren't shown in
the monitor font selector.
Tested on Win11 Pro, no idea how any of this behaves on other Windows versions.

------------------------------------------------------------------------
r45132 | compyx | 2024-04-18 08:15:45 +0000 (Thu, 18 Apr 2024) | 2 lines

Gtk3: allow setting proper parent for `vice_gtk3_message_confirm` dialogs

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