Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-08 | two nits missing in previous commit | Alexandr Shadchin | |
2012-07-08 | Cleanup and uniform style. No functional changes. | Alexandr Shadchin | |
2012-06-12 | zap extra brackets | Alexandr Shadchin | |
2012-06-12 | fix indent | Alexandr Shadchin | |
2012-06-12 | zap trailing space | Alexandr Shadchin | |
2012-06-12 | Add support ButtonMapping | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Small cleanup | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Add missing XISetDevicePropertyDeletable and more information about error | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Use xf86IDrvMsg in emumb.c instead of ErrorF | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Fix some obvious constness-related compile warnings | Alexandr Shadchin | |
ok matthieu@ | |||
2011-12-29 | add _X_EXPORT attribute to public symbols. | Matthieu Herrb | |
2011-11-28 | Adding wheel emulation, ported from evdev(4) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | regen | Alexandr Shadchin | |
2011-11-19 | Replace WS_NOZMAP on WS_NOMAP. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Simplify middle button emulation code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Add check emulateMB.timeout >= 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | ws_debug_level used only if defined DEBUG. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Using macros MODULETEARDOWNPROTO for prototype. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | config: upgrade to util-macros 1.8 for additional man page support | Alexandr Shadchin | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS. It sets the SED env variable with an appropriate sed program path. Use Automake $() for variables in Makefile.am ok matthieu@ | |||
2011-11-19 | Static atoms don't need to be initialized to 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Sync with code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Call wsInitProperty() only for WSMOUSE_TYPE_TPANEL and simplify code. | Alexandr Shadchin | |
Also renamed wsInitProperty and wsSetProperty to wsInitCalibProperty and wsSetCalibProperty respectively. ok matthieu@ | |||
2011-11-09 | Simplify wsPreInit | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Ignore option Raw for mices. (was more noise than useful information) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Remove call xf86CollectInputOptions. It is useless if second arg is NULL. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-08 | Mapping scroll events: | Alexandr Shadchin | |
on 4 and 5 buttons (vertical scrolling) on 6 and 7 buttons (horizontal scrolling) This is do default xf86-input-mouse, xf86-input-evdev. Also sync manual page. ok matthieu@ | |||
2011-11-08 | Correct clean bit for scroll buttons plus small optimisation. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-08 | Process only changed button | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-08 | Fix memory leak | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-07 | Replace xf86FindOptionValue on xf86SetStrOption. | Alexandr Shadchin | |
If option set as "", then xf86FindOptionValue returns "", and xf86SetStrOption returns NULL. ok matthieu@ | |||
2011-11-07 | Small fix manual page | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-07 | Remove code for ABI_XINPUT_VERSION < 12 | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-07 | Replace xf86Msg on xf86IDrvMsg. | Alexandr Shadchin | |
The latter provides a standardised message format in the form of driver name: device name: message ok matthieu@ | |||
2011-11-06 | Remove prototype wsChangeControl, this is missing in last change | Alexandr Shadchin | |
2011-10-16 | Some cleanup: | Alexandr Shadchin | |
* remove trailing whitespace * remove odd pInfo->private = priv * remove wsChangeControl (not used) * remove useless actions in wsControlProc ok matthieu@ | |||
2011-07-17 | Unifdef support for xinput ABI up to 10. | Matthieu Herrb | |
2011-07-16 | Unifdef support for xinput ABI up to 10. | Matthieu Herrb | |
2011-07-16 | Mention that this driver also supports ums(4), tweaks and white-space | Matthieu Herrb | |
cleanups. | |||
2011-05-08 | fix xf86-input-ws on xserver 1.9 and earlier. | Matthieu Herrb | |
<xorg-server.h> is needed to get the proper Xinput ABI definition from other headers. | |||
2011-04-24 | xf86-input-ws 1.3.0: | Matthieu Herrb | |
- API compatibility with Xserver 1.10 - sync build system with other Xorg input modules | |||
2010-06-06 | Drop empty .TP. From Joerg Sonnenberger at NetBSD. | Matthieu Herrb | |
2010-01-10 | Remove unused screen_width and screen_height fields from | Matthieu Herrb | |
driver private data. | |||
2010-01-10 | Typos in comments and error messages. | Matthieu Herrb | |
2009-12-31 | Default to ZAxisMapping 4 5 6 7. | Matthieu Herrb | |
This is what most users expect noawadays. | |||
2009-12-10 | Fix SwapXY and rotation support. | Matthieu Herrb | |
More work to do wrt properties and calibration. | |||
2009-12-06 | Remove the input driver before returning NULL on error in PreInit(). | Matthieu Herrb | |
2009-11-27 | missing commit for mid-button emulation. | Matthieu Herrb | |
2009-11-26 | white space | Matthieu Herrb | |
2009-11-26 | regen | Matthieu Herrb | |
2009-11-26 | Missed this file when adding middle button emulation. | Matthieu Herrb | |