Skip to content

Releases: slendidev/libvinput

Fix wayland key repeat bug

19 Feb 16:59
0cfb72e
Compare
Choose a tag to compare
Version bump

Signed-off-by: Slendi <[email protected]>

Fix wayland key events not firing

19 Feb 16:35
09e112b
Compare
Choose a tag to compare
Bump version

Signed-off-by: Slendi <[email protected]>

Fixup when all handlers are not used

20 Sep 04:49
0a1d186
Compare
Choose a tag to compare
Add cppcheck and fix evdev issue

Signed-off-by: Slendi <[email protected]>

Add wayland support (requires XCB)

20 Sep 00:15
e54be27
Compare
Choose a tag to compare
Fix mingw conflicting with linux in makefile

Signed-off-by: Slendi <[email protected]>

v1.1.0 - macOS bugfix

05 Sep 07:51
Compare
Choose a tag to compare

This release adds support for EventEmulator for macOS.

First release

19 Jul 18:43
Compare
Choose a tag to compare
Create API to retrieve version number

- Added VERSION macro to Makefile, set to 0x010000 (1.0.0).
- Updated libvinput compilation flags to include VERSION=$(VERSION) for
  all platforms.
- Modified the installation script to remove existing versions of
  libvinput.so and create a symbolic link with the new version number.
- Included VInput_version() function in libvinput.h to return the
  current library version.

Signed-off-by: Slendi <[email protected]>