summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Merge remote branch 'jajones/for-keith'Keith Packard1-0/+1
2010-12-06Add fence sync driver interfaceJames Jones1-0/+1
2010-12-07dix: don't stop processing valuators when the mode changes.Peter Hutterer1-8/+0
2010-11-30dix: do not use bit-wise operators on the boolean result of BitIsOnFerry Huberts1-6/+6
2010-11-26dix: remove now unnecessary !! before BitIsOn()Peter Hutterer1-4/+4
2010-11-24dix: add a fixme about a corner-case that should probably be fixed.Peter Hutterer1-0/+4
2010-11-24dix: fix typo, set the second valuator with the y-axis data.Peter Hutterer1-1/+1
2010-11-24dix: GetProximityEvents needs to check up to the last valuatorPeter Hutterer1-1/+1
2010-11-24dix: when converting to XI 1.x events, use the first_valuator's device modePeter Hutterer1-6/+8
2010-11-24dix: when comparing axis modes, compare the bits, not the bytes.Peter Hutterer1-1/+1
2010-11-24dix: replace a manual valuator check with valuator_get_mode().Peter Hutterer1-1/+1
2010-11-24dix: fix up valuators passed to acceleration code.Simon Thum1-2/+7
2010-11-19Fix transformAbsoluteChase Douglas1-4/+8
2010-11-19Fix GPE Y axis scalingChase Douglas1-1/+1
2010-11-14dix: Fix make distcheckJeremy Huddleston1-0/+1
2010-11-12dix: fix typo in setting valuator modes (#21548)Peter Hutterer1-1/+1
2010-11-11dix: fix root window background behaviour for protocol callsTiago Vignatti1-2/+22
2010-11-11dix: adds support for none root window backgroundTiago Vignatti1-0/+6
2010-11-11dix: delete logo hack screen saverTiago Vignatti2-204/+0
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer4-29/+14
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-5/+2
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-5/+3
2010-10-27dix: advance parent window pointer when no node is foundTiago Vignatti1-3/+3
2010-10-25Convert some leftover axes->mode access to valuator_get_mode()Peter Hutterer1-2/+2
2010-10-22input: move proximity state into ProximityClassRec.Peter Hutterer1-1/+4
2010-10-22dix: clip absolute axes depending on their mode.Peter Hutterer1-3/+5
2010-10-22dix: populate motion history only if the mode matches the first axis.Peter Hutterer1-4/+2
2010-10-22input: add valuator_get_mode() helper.Peter Hutterer1-0/+22
2010-10-22dix: send proximity events if one or more axes are Absolute.Peter Hutterer1-4/+8
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas3-10/+32
2010-10-22dix: remove valuator_mask_copy_valuators, not needed anymore.Peter Hutterer1-25/+0
2010-10-22dix: get rid of the now-superfluous valuator arrays in GPE and friends.Peter Hutterer1-60/+58
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer2-110/+277
2010-10-20Add CountBits() to the server.Chase Douglas1-0/+13
2010-10-18fix a sign problem with valuator data.Joe Shaw1-1/+1
2010-10-18dix: update comments for GetPointerEvents and friendsPeter Hutterer1-16/+6
2010-10-15Merge branch 'master' into input-apiPeter Hutterer16-296/+720
2010-10-13Comparison between pointer and integer in latest dix/dispatch.cColin Harrison1-1/+1
2010-10-13dix: optimize CallCallbacksAdam Jackson1-8/+1
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson1-11/+2
2010-10-13Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].Jamey Sharp3-11/+6
2010-10-13Move replay-window check from ComputeFreezes to CheckDeviceGrabs.Jamey Sharp1-27/+19
2010-10-13CheckDeviceGrabs: Delete redundant pWin->optional test.Jamey Sharp1-4/+2
2010-10-13Let CheckPassiveGrabsOnWindow callers check if device is already grabbed.Jamey Sharp1-11/+11
2010-09-28dix: remove proc tables initializationTiago Vignatti3-40/+492
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-106/+105
2010-09-18Introduce per-object per-screen privates.Jamey Sharp1-13/+20
2010-09-13Un-export CreateScratchGC now that nothing external uses it.Jamey Sharp1-1/+1
2010-09-13dixfonts: Deobfuscate GC ops calls.Jamey Sharp1-33/+21
2010-09-13Delete unused lastWinOrg field from GCs.Jamey Sharp1-4/+0