summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-05Remove the need for XI86_CONFIGURED on input-ABI 12Peter Hutterer
2010-11-23Fix 64bit arch issue in synaptics eventcomm.cTakashi Iwai
2010-11-02Input API 12 requires a valuator mode for each axis.Peter Hutterer
2010-10-18Remove convert_proc and close_proc.Peter Hutterer
2010-10-18Replace two LocalDevicePtr with InputInfoPtr.Peter Hutterer
2010-10-14don't post motion events if the finger state is FS_UNTOUCHEDJoe Shaw
2010-10-14post absolute coordinate motion events if device mode is absoluteJoe Shaw
2010-10-14track abs/rel mode changes in SwitchMode() instead of ignoring themJoe Shaw
2010-10-06Remove refcnt initialization from InputDriverRec.Peter Hutterer
2010-10-05config: don't autoprobe when device was setGiuseppe Bilotta
2010-10-05config: collect options during preinitGiuseppe Bilotta
2010-09-01Merge branch 'input-api'Peter Hutterer
2010-09-01Use InputInfoPtr instead of LocalDevicePtr.Peter Hutterer
2010-09-01Support the new input api.Peter Hutterer
2010-08-20Enable coasting by default with a value of 20.Peter Hutterer
2010-08-20Added "friction physics" so coasting can stop on its own.Patrick Curran
2010-08-20Reset X/Y hist on multi finger transition to fix jumpsChris Bagwell
2010-08-20Increase the default acceleration factor.Peter Hutterer
2010-08-19Up the precision of MaxSpeed and AccelFactor log output.Peter Hutterer
2010-07-22Reshuffle initialization in preparation for new input API.Peter Hutterer
2010-07-22Add some ifdefs missing from XINPUT ABI 12Peter Hutterer
2010-07-22Remove XI86_POINTER_CAPABLE usage.Peter Hutterer
2010-07-21Default to 2-finger emulation when HW supports itChris Bagwell
2010-07-21Expose width support in capabilites properity.Chris Bagwell
2010-07-21Expose pressure support in capabilities property.Chris Bagwell
2010-07-19Make default checks for x, y, w, and p separate.Chris Bagwell
2010-06-23Remove one leftover xcalloc.Peter Hutterer
2010-06-17Purge GuestMouse support.Peter Hutterer
2010-06-17Require server 1.6 or later.Peter Hutterer
2010-06-17Re-use width/height variables.Peter Hutterer
2010-06-17Reshuffle default value initialization.Peter Hutterer
2010-06-16Move some defines to where they belong.Peter Hutterer
2010-06-16Support percent values for area.Peter Hutterer
2010-06-16Don't allow anything but relative mode.Peter Hutterer
2010-06-07Mulitply dix acceleration into synaptics maximum.Simon Thum
2010-06-07Accel: retain para->accel scale.Simon Thum
2010-06-07Setup pointer acceleration for synapticsSimon Thum
2010-06-07Revert "Setup pointer acceleration for synaptics"Peter Hutterer
2010-06-01Setup pointer acceleration for synapticsSimon Thum
2010-05-31config: replace Automake deprecated INCLUDES var with AM_CPPFLAGSGaetan Nadon
2010-05-25Don't use libcwrappers for calloc and free.Peter Hutterer
2010-05-11Remove psmcomm.h header - superfluous.Peter Hutterer
2010-05-10Reshuffle to handle dead area better.Peter Hutterer
2010-05-10Make scrollbuttons processing and property conditional on their existence.Peter Hutterer
2010-05-10move history storage from ComputeDeltas into HandleState.Peter Hutterer
2010-05-10Add NO_EDGE to the edge enum instead of using hardcoded 0.Peter Hutterer
2010-05-10Rename HandleClickWithFingers to handle_clickfinger.Peter Hutterer
2010-05-10Factor out updating the hardware state.Peter Hutterer
2010-05-10Use post_button_click to post doubleclicks.Peter Hutterer
2010-05-10Move scroll button handling out of HandleState.Peter Hutterer