summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-07configure.ac: Bump to 1.12.1.901 (1.12.2 RC1)xorg-server-1.12.1.901Jeremy Huddleston1-2/+2
2012-05-02XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-05-03dix: when disabling a device, release all buttons and keysPeter Hutterer1-0/+2
2012-05-03dix: don't emulate scroll events for non-existing axes (#47281)Peter Hutterer1-0/+3
2012-05-03os: make timers signal-safePeter Hutterer1-2/+16
2012-05-03TouchListenerAcceptReject: Warn and return early on bad listener indexChase Douglas1-0/+5
2012-04-26xfree86: workaround crash on closeMichal Suchanek1-3/+8
2012-04-26glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-04-26XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston4-52/+56
2012-04-26XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-26XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...Jeremy Huddleston1-2/+2
2012-04-26XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston3-139/+116
2012-04-26XQuartz: Correct calculation of the size of our file descriptor array in cons...Jeremy Huddleston1-1/+1
2012-04-26XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-04-26Replay original touch begin event instead of generated begin eventChase Douglas1-3/+15
2012-04-26Update currentTime in dispatch loopChase Douglas1-0/+3
2012-04-26Update device state including when touch record does not existChase Douglas2-11/+3
2012-04-26Check other clients' core masks properly when adding touch listenerChase Douglas1-4/+4
2012-04-26Ensure touch is ended when last listener is rejectedChase Douglas1-8/+2
2012-04-26Create a new dix touch record for an emulated touch with no listenersChase Douglas2-0/+33
2012-04-26Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas3-16/+8
2012-04-26When activating an explicit grab, update owning listenerChase Douglas1-0/+33
2012-04-26Don't deactivate implicit pointer grab on fake touch end eventChase Douglas1-0/+1
2012-04-26End a pointer emulated touch event only on a "real" end eventChase Douglas1-1/+2
2012-04-26On touch accept, only process end event for owner if it has seen the endChase Douglas1-1/+10
2012-04-26Fix copy/paste error from before git history in UpdateCurrentTimeIf()Chase Douglas1-1/+1
2012-04-26When deactivating an explicit pointer grab, reject all grabs on touchesChase Douglas1-0/+11
2012-04-26Accept touch sequence for pointer listener after second event deliveryChase Douglas1-0/+6
2012-04-26Split out helper function TouchListenerAcceptReject()Chase Douglas3-34/+43
2012-04-26Only set XI2 mask if pointer emulation is for XI2 clientChase Douglas1-1/+2
2012-04-26Check core event mask properly for pointer emulated touch eventsChase Douglas1-6/+12
2012-04-26Use touch state when querying pointer through core protocolChase Douglas1-2/+1
2012-04-26Ensure sequential touches are pointer emulated sequentiallyChase Douglas1-1/+74
2012-04-26Update event type when delivering end event to a pointer listenerChase Douglas1-0/+7
2012-04-26Don't update listener after deactivating implicit pointer grabChase Douglas1-1/+3
2012-04-26XKB: Redirect actions defunct with Gtk3 (XInput?)Andreas Wettstein1-4/+22
2012-04-26dix: IsFloating() on master devices is always falsePeter Hutterer1-1/+1
2012-04-13configure.ac: Bump to 1.12.1xorg-server-1.12.1Jeremy Huddleston1-2/+2
2012-04-09configure.ac: Bump to 1.12.0.902 (1.12.1 RC2)xorg-server-1.12.0.902Jeremy Huddleston1-2/+2
2012-04-09test: Fix make distJeremy Huddleston1-2/+3
2012-04-09Revert "xfree86: workaround crash on close"Jeremy Huddleston1-2/+1
2012-04-05Implement passive touch ungrabbingChase Douglas1-2/+7
2012-04-05XQuartz: Automatically start our virtual tablet devicesJeremy Huddleston1-3/+3
2012-04-05XQuartz: Tiger build fixJeremy Huddleston1-6/+8
2012-04-05xfree86: workaround crash on closeMichal Suchanek1-1/+2
2012-03-30configure.ac: Bump to 1.12.0.901 (1.12.1 RC1)xorg-server-1.12.0.901Jeremy Huddleston1-2/+2
2012-03-30dix: set raw event values before adding up relative values (#46976)Peter Hutterer1-4/+5
2012-03-30dix: fix compiler warning "unused variable 'scr'"Peter Hutterer1-1/+0
2012-03-30Xext: drop InitServertime() declaration.Peter Hutterer1-2/+0
2012-03-30Use a new sprite trace for indirect touches when all touches have physically ...Chase Douglas1-1/+2