summaryrefslogtreecommitdiff
path: root/src
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 Thibault3-19/+7
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 Coopersmith1-1/+1
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-16config: optional extension check for inputproto not requiredGaetan Nadon1-4/+0
2010-05-16config: remove AH_TOP autoheader statementGaetan Nadon4-0/+4
2010-05-16Remove unused SCO driver filesGaetan Nadon1-258/+0
2010-04-13Bug 10866 - serial Genius NetScroll+ autodetectionMárton Németh1-0/+1
2010-03-22Solaris: Handle ENODEV & other errors from VUID protocol miceAlan Coopersmith1-15/+55
2010-03-09config: remove unused -I$(top_srcdir)/src directiveGaetan Nadon1-1/+1
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-27/+23
2009-12-08Plug minor memory leak.Peter Hutterer1-1/+4
2009-09-12Fix crashes due to MouseBlockHandler/MouseWakeupHandler with invalid devicesAlan Coopersmith1-7/+11
2009-09-08xf86-input-mouse: Remove unused .cvsignore file #23776Gaetan Nadon1-6/+0
2009-09-03signed/unsigned fixes for delta x,y movementDonald Kayser1-10/+10
2009-08-20sun_mouse: Don't try calling ioctls if mouse fd wasn't openedAlan Coopersmith1-42/+43
2009-08-20Remove check for OS/2Alan Coopersmith1-5/+0
2009-08-20sun_mouse: Check if streams module is already on the stack before pushing itAlan Coopersmith1-18/+29
2009-08-18Restrict wheel emulation to a single axis at a time.Dima Kogan1-0/+2