Changelog:
r45106 | oldwoman37 | 2024-04-11 14:02:06 +0000 (Thu, 11 Apr 2024) | 1 line
More changes for bug #1979: Corrected more z80 timing issues
------------------------------------------------------------------------
r45105 | compyx | 2024-04-10 05:55:02 +0000 (Wed, 10 Apr 2024) | 1 line
Pulverize trailing whitespace
------------------------------------------------------------------------
r45104 | compyx | 2024-04-09 20:42:40 +0000 (Tue, 09 Apr 2024) | 7 lines
Gtk3: ensure proper parentage of some error dialogs
Fix parentage of error message dialogs in `src/arch/gtk/*.c` where possible,
also replace `ui_error()` calls with `vice_gtk3_message_error()` (the former
calls the latter with extra overhead not required when already running on the
UI thread).
------------------------------------------------------------------------
r45103 | gpz | 2024-04-09 19:40:08 +0000 (Tue, 09 Apr 2024) | 1 line
fix typo
------------------------------------------------------------------------
r45102 | compyx | 2024-04-09 17:40:21 +0000 (Tue, 09 Apr 2024) | 10 lines
Gtk3: Fix vice_gtk3_message_error() dialog not showing up
Remove the `GTK_DIALOG_DESTROY_WITH_PARENT` flag from the GtkMessage constructor
call so any parent dialog immediately closing won't also close the error message
it spawned. Allow passing a proper parent to `vice_gtk3_message_error()`, still
needs a lot of changes in the calling code, most of which still use `NULL` to
use the current emu window as parent (marked with "FIXME" for now).
The other VICE message dialogs (info, confirm) also need to be updated to allow
passing a proper parent.
------------------------------------------------------------------------