Changelog:
r43943 | compyx | 2023-06-02 13:42:08 +0000 (Fri, 02 Jun 2023) | 5 lines
Hotkeys: add Doxygen docblocks to function prototypes in the `uiapi.h` header
Also remove the prototypes for `ui_hotkeys_init()`, that is declared in the
`uihotkeys.h` header.
------------------------------------------------------------------------
r43942 | compyx | 2023-06-02 12:28:58 +0000 (Fri, 02 Jun 2023) | 7 lines
Hotkeys: make `uihotkeys.h` include other hotkeys headers
Include `vhkkeysyms.h` and `vhkmap.h` in `uihotkeys.h`, so including the
`uihotkeys.h` header is all that's required for UIs to use the generic API.
Exception is the `uiapi.h` header which declares the "virtual methods" that
need to be implemented by the UIs.
------------------------------------------------------------------------
r43940 | compyx | 2023-06-02 06:25:05 +0000 (Fri, 02 Jun 2023) | 6 lines
Hotkeys: change generated keysym table filename to `keysymtable.h`
Should help with cmake project generation. Also fix typo in EXTRA_DIST and add
awk to the Linux build requirements (should be installed by default, but who
knows).
------------------------------------------------------------------------
r43939 | dqh | 2023-06-02 01:13:57 +0000 (Fri, 02 Jun 2023) | 1 line
Fixed not generating sources until after they're looked for
------------------------------------------------------------------------
r43938 | dqh | 2023-06-02 00:54:02 +0000 (Fri, 02 Jun 2023) | 1 line
Fixed cmake_bootstrap.sh when EXTRA_DIST lists files that don't exist
------------------------------------------------------------------------