Changelog:
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.
------------------------------------------------------------------------
r45100 | oldwoman37 | 2024-04-08 17:48:53 +0000 (Mon, 08 Apr 2024) | 1 line
Fix for bug #1981: VDC memory is now properly accessed when memory configs differ; vdcdump runs in 16KB mode.
------------------------------------------------------------------------
r45099 | oldwoman37 | 2024-04-07 23:01:36 +0000 (Sun, 07 Apr 2024) | 1 line
Fix for bug #1987: Z80 can not see charrom in c128 mode, but it can in c64 mode
------------------------------------------------------------------------