Changelog:
r44377 | pottendo | 2023-08-04 13:41:35 +0000 (Fri, 04 Aug 2023) | 2 lines
Updated to work with latest Fedora.
------------------------------------------------------------------------
r44374 | compyx | 2023-08-03 18:42:32 +0000 (Thu, 03 Aug 2023) | 7 lines
Buildsystem: pass SVN_REVISION_OVERRIDE to win32 bindist scripts
If SVN_REVISION_OVERRIDE is set in the configure invocation it will be passed
to the Makefiles with AC_SUBST() and then passed to the Windows bindist scripts
to be able to generate the proper archive filenames without relying on git-svn,
which appears to be broken in the Github Windows runners.
------------------------------------------------------------------------
r44373 | compyx | 2023-08-03 10:53:54 +0000 (Thu, 03 Aug 2023) | 6 lines
Github actions: attempt to pass `SVN_REVISION_OVERRIDE` to `make-bindist_win32.sh`
Try to pass the SVN override to the bindist rules in gtk3/Makefile.am, so it
can be used as a fallback when git-svn fails. Only for Gtk3 bindists at the
moment, when it actually works I'll add the same for SDL builds.
------------------------------------------------------------------------
r44362 | pottendo | 2023-08-01 19:18:14 +0000 (Tue, 01 Aug 2023) | 3 lines
Fixes: malformed URL return something: fixes Brainbricks; handle
`pid=..' better in URLs: restores path correctly after reboot.
------------------------------------------------------------------------
r44357 | compyx | 2023-07-31 15:22:28 +0000 (Mon, 31 Jul 2023) | 6 lines
Gtk3: Fix reassigning a hotkey not clearing the old action association
Delete a hotkey's accelerator from its accelator group before reassigning. This
used to work, but refactoring the hotkeys code for general use introduced this
bug, it seems.
------------------------------------------------------------------------