summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-05xf86-input-mouse 1.7.1xf86-input-mouse-1.7.1Alan Coopersmith1-1/+1
2011-06-27Fix Solaris issues with new ABI12 init process.Alan Coopersmith3-68/+3
2011-03-30Fix Hurd mouse driver with XInput ABI before 12Samuel Thibault1-0/+8
2011-03-30Fix OSMouse OS-defined protocol supportSamuel Thibault1-0/+2
2011-03-10mouse 1.7.0xf86-input-mouse-1.7.0Peter Hutterer1-1/+1
2011-03-10Fix BSD issues with new ABI12 init process.Alexandr Shadchin3-26/+7
2011-02-21mouse 1.6.99.901xf86-input-mouse-1.6.99.901Peter Hutterer1-1/+1
2011-02-21man: ClearDTR and ClearRTS are handled by the X server.Peter Hutterer1-2/+4
2011-02-21man: protocol option isn't mandatory, it's platform-specific.Peter Hutterer1-2/+2
2011-02-21man: fix typo "Auto platform" → "Auto protocol"Peter Hutterer1-1/+1
2011-02-21man: README.mouse is just READMEPeter Hutterer1-2/+3
2011-02-21man: add mention of xorg.conf.d snippetPeter Hutterer1-2/+3
2011-02-21man: remove mention of core pointer.Peter Hutterer1-3/+2
2010-11-30Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInitsAlan Coopersmith3-0/+8
2010-11-25Bump to 1.6.99Peter Hutterer1-1/+1
2010-11-18Adjust to new Input ABI 12.Peter Hutterer5-26/+76
2010-11-18ABI 12 requires per-valuator modes.Peter Hutterer1-2/+10
2010-11-18Use pInfo->options instead of conf-idev.Peter Hutterer5-21/+23
2010-10-26Remove write-only field mouseFlags.Peter Hutterer2-24/+1
2010-10-26Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer6-9/+9
2010-10-26Remove random History comment.Peter Hutterer1-11/+0
2010-10-26Rename xf86OSmouse.h to mouse.hPeter Hutterer9-281/+268
2010-10-26Remove a bunch of unused fields from the MouseRec.Peter Hutterer1-6/+0
2010-10-26Move a statement down to have all allocations close together.Peter Hutterer1-6/+7
2010-10-26Remove convoluted do { } while loop.Peter Hutterer1-20/+15
2010-10-26Move protocol ID detection into a separate function.Peter Hutterer1-45/+57
2010-10-26Use single exit path for PreInit.Peter Hutterer1-8/+10
2010-10-26De-duplicate Option "Device" handling.Peter Hutterer1-28/+26
2010-10-26Remove unused branch from if 1 condition.Peter Hutterer1-6/+0
2010-10-26Remove a bunch of unnecessary log prints.Peter Hutterer1-25/+1
2010-10-26Remove if 0'd out model.Peter Hutterer1-13/+0
2010-10-26Remove includes for protocol headers.Peter Hutterer1-2/+0
2010-10-26Remove unused define NEED_X86_TYPES.Peter Hutterer1-4/+0
2010-10-26Assume ABI_XINPUT_VERSION 4 or higher.Peter Hutterer2-59/+0
2010-10-25Remove refcnt field from InputDriverRec.Peter Hutterer1-1/+0
2010-10-25Don't try to call conversion_proc anymore.Peter Hutterer1-0/+6
2010-10-25Replace LocalDevicePtr with InputInfoPtr.Peter Hutterer1-1/+1
2010-10-25XI86_POINTER_CAPABLE is gone from the server.Peter Hutterer1-1/+1
2010-10-25Remove out-of-date comment.Peter Hutterer1-4/+0
2010-10-25Remove unused declaration of MouseUnInit.Peter Hutterer1-4/+1
2010-10-25Replace libc wrappers to xcalloc and friends with libc calls.Peter Hutterer5-47/+47
2010-09-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Samuel Thibault7-50/+38
2010-09-08xf86-input-mouse 1.6.0xf86-input-mouse-1.6.0Alan Coopersmith1-1/+1
2010-09-08Bring README a little closer to the current state of realityAlan Coopersmith1-27/+26
2010-09-05Fix build warningSamuel Thibault1-3/+3
2010-09-05Fix mouse data bufferingSamuel Thibault1-3/+6
2010-08-14MouseCtrl doesn't need to save values we never useAlan Coopersmith2-18/+3
2010-08-11Sun's copyrights belong to Oracle nowAlan Coopersmith3-4/+5
2010-08-11Check for NULL currentMode in vuidMouseSendScreenSize()Henry Zhao1-0/+3
2010-07-28Do not return the address of a local bufferSamuel Thibault1-1/+1