Changelog:
r43040 | compyx | 2023-02-04 00:29:59 +0000 (Sat, 04 Feb 2023) | 7 lines
Gtk3: Fuck with findpath() to make !include work
findpath() is broken when dealing with paths in its `cmd` argument, so we change
OS-native directory separators to non-native so findpath() gets confused and
does the "right" thing.
------------------------------------------------------------------------
r43039 | compyx | 2023-02-03 23:59:50 +0000 (Fri, 03 Feb 2023) | 9 lines
Gtk3: Fix hotkeys loading with `-directory` on Windows
Remove the $VICEDIR and $USERDIR special tokens in the !include directives.
The added flexibility then writing and testing .vhk files doesn't weigh up to
the complexity when sysfile.c and findpath.c get involved.
The findpath() function still has a bug with adding another dir separator when
building a path, that'll need to be investigated and fixed separately.
------------------------------------------------------------------------
r43038 | blackystardust | 2023-02-03 19:09:13 +0000 (Fri, 03 Feb 2023) | 1 line
Make the numbers clearer.
------------------------------------------------------------------------
r43037 | blackystardust | 2023-02-03 18:25:16 +0000 (Fri, 03 Feb 2023) | 1 line
Use defines instead of magic values.
------------------------------------------------------------------------
r43036 | compyx | 2023-02-03 14:40:25 +0000 (Fri, 03 Feb 2023) | 3 lines
Gtk3: resource widgets: remove some unused code
------------------------------------------------------------------------