Changelog:
r44490 | compyx | 2023-09-06 11:07:50 +0000 (Wed, 06 Sep 2023) | 5 lines
Buildsystem: update MacOS make-bindist to copy *.vhk files for SDL
Should fix bug #1942, again ignore this change on merging the branch
`compyx/hotkeys-conditionals` back into trunk.
------------------------------------------------------------------------
r44489 | compyx | 2023-09-06 10:56:18 +0000 (Wed, 06 Sep 2023) | 6 lines
Buildsystem: create common/ dir and copy SDL .vhk files into it
Should fix bug #1942. Note to self: this will lead to a merge conflict with
the `compyx/hotkeys-conditionals` branch: ignore this change and take the
version in the branch when merging branch into trunk in the near future.
------------------------------------------------------------------------
r44475 | gpz | 2023-09-04 17:38:23 +0000 (Mon, 04 Sep 2023) | 1 line
disable register/cart on hopefully the right condition :) should fix bug #1941
------------------------------------------------------------------------
r44453 | compyx | 2023-08-29 07:00:42 +0000 (Tue, 29 Aug 2023) | 7 lines
Gtk3: Restore emulated display(s) and monitor window geometry on (re)loading (custom) settings
When loading settings from a file, or starting with -default and then loading
the settings, restore the window geometry from the resources for the emulated
display window(s) and the monitor window.
Partially fixes bug #1397, "Reset to defaults" still needs implementing.
------------------------------------------------------------------------
r44452 | compyx | 2023-08-28 19:16:51 +0000 (Mon, 28 Aug 2023) | 8 lines
Gtk3: check monitor xpos/ypos for `INT_MIN` as non-set values
On Windows and perhaps some other systems, xpos/ypos of windows can be negative,
so we should check for the special `INT_MIN` value indicating the resources are
not set instead of <0.
Also restore the gtk_window_present() call I accidentally removed while debugging
that is required for the monitor window showing in fullscreen on Windows.
------------------------------------------------------------------------