479 Commits (20d7a0a4aab64232712186811ae55c40d2b7d161)
 

Author SHA1 Message Date
Peter Hutterer 20d7a0a4aa Input API 12 requires a valuator mode for each axis. 16 years ago
Nikolai Kondrashov 5e26ba8641 Extend button mapping to full ranges 16 years ago
Peter Hutterer 71dd18f728 Rename CountBits to EvdevCountBits. 16 years ago
Peter Hutterer c3e49f2b95 Use an array for the proximity bits. 16 years ago
Peter Hutterer b06d3ffdcd Rename abs/rel/prox to abs_queued/rel_queued/prox_queued. 16 years ago
Benjamin Tissoires 3646371eef Add the names of the valuators for the multitouch properties 16 years ago
Peter Hutterer b48f4c41c0 Add proximity support. 16 years ago
Peter Hutterer 185ad42078 Rename evdev->tool to evdev->proximity. 16 years ago
Peter Hutterer 7282e3ac6c When posting buttons, post absolute valuators if we have them. 16 years ago
Peter Hutterer c504852aa2 Fix valuator offset when posting absolute motion events. 16 years ago
Peter Hutterer 4bbf9c9125 Don't pass pointers around to first_v and num_v. 16 years ago
Peter Hutterer 684426a9d2 De-duplicate event queue access. 16 years ago
Peter Hutterer 9664e5a487 Remove refcnt initialization from InputDriverRec. 16 years ago
Nikolai Kondrashov 0367e3871f Clean up button code to number mapping 16 years ago
Nikolai Kondrashov 617a09e298 Add BTN_TOUCH/STYLUS/STYLUS2 support. 16 years ago
Tim Yamin b83515485b SwapAxes should rescale raw values when enabled 16 years ago
Peter Hutterer 009d442aa3 Merge branch 'input-api' of git://people.freedesktop.org/~whot/xf86-input-evdev 16 years ago
Nikolai Kondrashov 10493de96e Improve dumb tablet detection 16 years ago
Peter Hutterer 829facd516 Bump to 2.5.99. 16 years ago
Nikolai Kondrashov fbafe59420 Fix comments about BTN_TOOL_PEN. 16 years ago
Peter Hutterer 990540fa19 evdev 2.5.0 16 years ago
Peter Hutterer b8945e61eb man: don't reference README.mouse 16 years ago
Peter Hutterer 97dc45b769 evdev 2.4.99.901 16 years ago
Bartosz Brachaczek ec6cb31cc4 evdev: Initialize valuators array. (#24737) 16 years ago
Bartosz Brachaczek ed47c7f33e evdev: Revert "Set all valuators for relative motion events (#24737)" 16 years ago
Peter Hutterer 899218e181 Don't count BTN_TOUCH as tool. (#29428) 16 years ago
Peter Hutterer 4964c61f4b Return BadMatch for already configured devices. 16 years ago
Peter Hutterer 92e8dc4961 Use the new input API (changed PreInit function prototype). 16 years ago
Peter Hutterer e0e4b7d89b Move private init down. 16 years ago
Peter Hutterer d2c11d36a0 Use pInfo->options instead of dev->commonOptions. 16 years ago
Peter Hutterer 2f636402d8 Add ifdefs for pre ABI 12 support. 16 years ago
Peter Hutterer 3d3565c069 Remove usage of XI86_POINTER_CAPABLE and XI86_KEYBOARD_CAPABLE. 16 years ago
Alex Warg 421585fda6 Fix out-of-bounds access if more than MAX_VALUATORS are present. (#28809) 16 years ago
Peter Hutterer 8697811f56 man: some minor fixes to man page. 16 years ago
Peter Hutterer b06bffdc97 Add myself to Authors in man page. 16 years ago
Gaetan Nadon 9410e452d2 config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS 16 years ago
Gaetan Nadon 516e538da4 config: upgrade to util-macros 1.8 for additional man page support 16 years ago
Gaetan Nadon 1f38e1bc11 COPYING: update and refactor the Copyright notices 16 years ago
Peter Hutterer 456579ba30 Bump to 2.4.99 16 years ago
Peter Hutterer 21a2ac818e Disable middle mouse button emulation by default. 16 years ago
Peter Hutterer 4c21624240 Remove libc wrappers for malloc, calloc and free. 16 years ago
Peter Hutterer 6e244b1098 Move mode declaration, it's not const either. 16 years ago
Peter Hutterer e7c301563a Move opening the device into a separate function. 16 years ago
Peter Hutterer ffc2c9961f Move checks for calibration, inversion and axis swap to EvdevProbe. 16 years ago
Peter Hutterer 7c01cff1fa Move EVIOCGRAB into a static func. 16 years ago
Peter Hutterer e6e20c1b3e Move error handling in PreInit down to the end. 16 years ago
Peter Hutterer b27d03b248 Comment odd EVIOCGRAB behaviour and reshuffle conditions a bit. 16 years ago
Peter Hutterer ba78428ed5 Remove support for kernel 2.4. 16 years ago
Gaetan Nadon 041a1f246a config: AC_PROG_SED is required explicitly. 16 years ago
Peter Hutterer 44b80d177f Update a stale comment about the use of pEvdev->tool. 16 years ago