summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Adjust to new Input ABI 12.HEADmasterPeter Hutterer5-27/+73
2010-10-26ABI 12 requires per-valuator modes.Peter Hutterer1-2/+10
2010-10-26Use pInfo->options instead of conf-idev.Peter Hutterer4-20/+18
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.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
2010-07-19xf86-input-mouse: Update sun_mouse devPrivates code #29049Patrick E. Kane1-0/+12
2010-07-09Purge macro NEED_EVENTSFernando Carrijo3-3/+0
2010-05-27config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-3/+0
2010-05-27config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-19/+2
2010-05-16config: let AC_PROG_SED find the best value for $SEDGaetan Nadon1-2/+0
2010-05-16README: keep the text version of README, discard the sgml versionGaetan Nadon3-1130/+0
2010-05-16config: fix warnings, m4 quoting and layoutGaetan Nadon1-22/+27
2010-05-16config: Upgrade X.Org macros to 1.4 for INSTALL file copyingGaetan Nadon1-4/+4
2010-05-16config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-05-16config: remove unrequired AC_HEADER_STDCGaetan Nadon1-3/+0
2010-05-16config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-4/+3
2010-05-16config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-05-16config: optional extension check for inputproto not requiredGaetan Nadon2-8/+1
2010-05-16config: remove extension check for unused RANDR extensionGaetan Nadon1-1/+0
2010-05-16config: remove AH_TOP autoheader statementGaetan Nadon5-2/+4