summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Expand tabs to spacesHEADmasterAlan Coopersmith8-3144/+3144
2012-05-01Strip trailing whitespaceAlan Coopersmith8-211/+211
2012-05-01Add settable properties for middle mouse button emulationAlan Coopersmith8-11/+146
2012-05-01Set button & axis labelsAlan Coopersmith1-1/+41
2012-05-01Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith2-1/+25
2012-05-01sun_mouse.c: Remove redundant option checksAlan Coopersmith1-6/+0
2012-03-16xf86-input-mouse 1.7.2xf86-input-mouse-1.7.2Alan Coopersmith1-1/+1
2011-12-23sun_mouse.c: remove unused variablesAlan Coopersmith1-2/+0
2011-12-23Mark symtab_t.name in pnp.c as const to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-12-06Avoid NULL pointer dereference in autoProbeMouse if proto == PROT_UNSUPAlan Coopersmith1-1/+3
2011-08-21Fix wrong read Protocol and Device from xorg.confAlexandr Shadchin1-0/+2
2011-07-28sun_mouse.c: Ensure vuidMouse setup routines are called for protocol "Auto"Alan Coopersmith1-1/+7
2011-07-28No 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-26Fix 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-29Fix OSMouse OS-defined protocol supportSamuel Thibault1-0/+2
2011-03-09mouse 1.7.0xf86-input-mouse-1.7.0Peter Hutterer1-1/+1
2011-03-09Fix 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-25Remove write-only field mouseFlags.Peter Hutterer2-24/+1
2010-10-25Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer6-9/+9
2010-10-25Remove random History comment.Peter Hutterer1-11/+0
2010-10-25Rename xf86OSmouse.h to mouse.hPeter Hutterer9-281/+268
2010-10-25Remove a bunch of unused fields from the MouseRec.Peter Hutterer1-6/+0
2010-10-25Move a statement down to have all allocations close together.Peter Hutterer1-6/+7
2010-10-25Remove convoluted do { } while loop.Peter Hutterer1-20/+15
2010-10-25Move protocol ID detection into a separate function.Peter Hutterer1-45/+57
2010-10-25Use single exit path for PreInit.Peter Hutterer1-8/+10
2010-10-25De-duplicate Option "Device" handling.Peter Hutterer1-28/+26
2010-10-25Remove unused branch from if 1 condition.Peter Hutterer1-6/+0
2010-10-25Remove a bunch of unnecessary log prints.Peter Hutterer1-25/+1
2010-10-25Remove if 0'd out model.Peter Hutterer1-13/+0
2010-10-25Remove includes for protocol headers.Peter Hutterer1-2/+0
2010-10-25Remove unused define NEED_X86_TYPES.Peter Hutterer1-4/+0
2010-10-25Assume 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