Changelog:
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.
------------------------------------------------------------------------
r44356 | compyx | 2023-07-31 08:48:09 +0000 (Mon, 31 Jul 2023) | 4 lines
Gtk3: Implement UI action handlers for setting border mode
Add action handlers for `ACTION_BORDER_MODE_[NONE|NORMAL|FULL|DEBUG]`.
------------------------------------------------------------------------
r44355 | compyx | 2023-07-31 06:43:19 +0000 (Mon, 31 Jul 2023) | 8 lines
Gtk3: Implement separate UI action handlers for toggling primary/secondary window status bar
Use `ACTION_SHOW_STATUSBAR_TOGGLE` for toggling the primary window status bar
and `ACTION_SHOW_STATUSBAR_SECONDARY_TOGGLE` for toggling the secondary window
(x128's VDC) window. This also means separate hotkeys are required for these
actions, as well as joystick buttons (once implemented). Also properly resize
window when toggling status bar visibility so we don't have ugly grey bands.
------------------------------------------------------------------------