summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Fix compilation error with EXTMOUSEDEBUG onPeter Hutterer1-2/+1
2012-07-31xf86-input-mouse 1.8.1xf86-input-mouse-1.8.1Peter Hutterer1-1/+1
2012-07-31Fix compiler warning in sun_mouse.c (Solaris-only)Alan Coopersmith1-1/+1
2012-07-31Rename xf86-mouse.pc to xorg-mouse.pcPeter Hutterer3-3/+3
2012-07-31Install xf86-mouse.pc filePeter Hutterer1-0/+3
2012-07-30Fix compiler warningsPeter Hutterer2-9/+9
2012-07-26xf86-input-mouse 1.8.0xf86-input-mouse-1.8.0Alan Coopersmith1-1/+1
2012-07-25Fix vuidMouseAdjustFrame to build with Xorg 1.13 ABIAlan Coopersmith4-8/+110
2012-07-24Raise bar for xorg-server to 1.7 for XINPUT ABI 7Alan Coopersmith2-15/+3
2012-04-30Expand tabs to spacesAlan Coopersmith8-3144/+3144
2012-04-30Strip trailing whitespaceAlan Coopersmith8-211/+211
2012-04-30Add settable properties for middle mouse button emulationAlan Coopersmith8-11/+146
2012-04-30Set button & axis labelsAlan Coopersmith1-1/+41
2012-04-30Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith2-1/+25
2012-04-30sun_mouse.c: Remove redundant option checksAlan Coopersmith1-6/+0
2012-03-15xf86-input-mouse 1.7.2xf86-input-mouse-1.7.2Alan Coopersmith1-1/+1
2011-12-22sun_mouse.c: remove unused variablesAlan Coopersmith1-2/+0
2011-12-22Mark symtab_t.name in pnp.c as const to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-12-05Avoid NULL pointer dereference in autoProbeMouse if proto == PROT_UNSUPAlan Coopersmith1-1/+3
2011-08-22Fix wrong read Protocol and Device from xorg.confAlexandr Shadchin1-0/+2
2011-07-27sun_mouse.c: Ensure vuidMouse setup routines are called for protocol "Auto"Alan Coopersmith1-1/+7
2011-07-27No need to merge NULL options list with existing optionsAlan Coopersmith1-4/+4
2011-07-18xf86-input-mouse: Return proper default for unknown values in pInfo->device_c...Terry Lambert2-0/+6
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