Displaying 3 results from an estimated 3 matches for "draglock".
Did you mean:
deadlock
2018 Jul 11
0
[ANNOUNCE] xf86-input-libinput 0.28.0
This version adds a feature to expose the touch count for touch devices
through the X device. It makes it possible for clients to adjust their UI
based on the number of supported touches by this device.
Also, the draglock code had a bug and would call memset with an invalid
size, causing memory corruption. You're advised to update, especially if you
expect someone to use the draglock options.
The rest are mostly janitorial fixes.
Peter Hutterer (9):
man: fix formatting issue caused by invalid tag
m...
2024 Oct 15
0
[ANNOUNCE] xf86-input-evdev 2.11.0
...ed cleanup as a result of the gitlab
migration.
Alan Coopersmith (8):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
Convert src/draglock.c from ISO-8859-1 to UTF-8
gitlab CI: stop requiring Signed-off-by in commits
gitlab CI: ensure libtool is installed in build container
Enrico Weigelt, metux IT consult (6):
bump minimal xorg version to 1.18
drop quirk for ancient linux kernel version (<2.6.30)
fix...
2009 Mar 02
1
[ANNOUNCE] xf86-input-evdev 2.1.99.1
...ty support for ReopenAttempts option.
Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.
Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.
Register property handler from within the modules, not the main evdev file.
Rename DragLockInit to DragLockPreInit, remove superfluous "return".
Tidy up evdev.h
Don't include the client-side header anymore. xkbstr.h is server SDK.
8-bit properties should use 8-bit storage types...
Don't init draglock, etc. if we don't have the required capabil...