455 Commits (829facd516d90f92187b78ccf6d921a1b1671990)
 

Author SHA1 Message Date
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
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
Peter Hutterer 7bbbce9a83 Read the device resolution from the kernel. 16 years ago
Peter Hutterer 35b6085bf8 config: remove AH_TOP autoheader statement. 16 years ago
Gaetan Nadon 539d67505c Revert "config: remove AH_TOP autoheader statement" 16 years ago
Peter Hutterer a77dea1caa Merge branch 'master' of git://gitorious.org/omcfadde/xf86-input-evdev 16 years ago
Oliver McFadden 5fb1e841eb evdev: EvdevProbe: check ioctl() return value and warn on failure. 16 years ago
Oliver McFadden a4f2d12cd8 evdev: ioctl() may return a negative value therefor use a signed integer. 16 years ago
Oliver McFadden 6b5c0401e2 evdev: leaked_storage: free memory allocated from the xf86Option code. 16 years ago
Gaetan Nadon 993e011b91 man: Use Autoconf provided $(AM_V_GEN)$(SED) 16 years ago
Gaetan Nadon 2d5e922a6d include: EXTRA_DIST is not required for header files. 16 years ago
Gaetan Nadon 41a38ec886 config: require macros 1.4, fix warnings, m4 quotings and layout 16 years ago
Gaetan Nadon b31c00efea config: optional extension check for inputproto not required 16 years ago
Gaetan Nadon b48dcfa3f2 config: replace deprecated INCLUDES with AM_CPPFLAGS 16 years ago
Gaetan Nadon 44baa36b99 config: refactor and comment the sdkdir distcheck workaround 16 years ago
Gaetan Nadon 7fa5982d47 config: remove unrequired AC_HEADER_STDC 16 years ago
Gaetan Nadon fe8d0fa11a replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 16 years ago
Gaetan Nadon 09b918db86 config: update AC_PREREQ statement to 2.60 16 years ago
Gaetan Nadon 9dbace89be config: remove AH_TOP autoheader statement 16 years ago
Paulo Ricardo Zanoni aaf65e7bfa Don't set pEvdev->rel for mouse wheel events 16 years ago
Peter Hutterer 8eede7ea8d Use X_PROBED instead of X_INFO for probed values. 16 years ago
Peter Hutterer 1936632cb0 evdev 2.4.0 16 years ago
Simon Thum 0dc931e1ac move feedback initialization up 16 years ago
Peter Hutterer d525b48a2f When labeling a device as touchpad, only check for LMR buttons. 16 years ago
Oliver McFadden 801778c310 emuMB: default to disabled mouse button emulation for touchscreens. 16 years ago
Peter Hutterer 99505011d1 man: fix man page formatting for option EmulateWheel. 16 years ago