summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-27xwayland: also free output stuffCorentin Chary3-14/+30
2012-03-27xwayland: stop leaking memory and fix server resetCorentin Chary4-23/+122
2012-03-27xwayland: don't force input devices when using xwaylandCorentin Chary1-3/+4
2012-03-27xwayland: fix input devices initializationCorentin Chary2-15/+38
2012-03-27s/hosted/xwayland/Corentin Chary15-490/+442
2012-03-27hosted: Track wayland changesKristian Høgsberg4-20/+53
2012-03-27hosted: Copy drm.xml into hosted and generate protocol codeKristian Høgsberg5-0/+52
2012-03-27hosted: Reset modifiers mask before computink new maskKristian Høgsberg1-0/+1
2012-03-27hosted: fix two crashes, don't leak buffersCorentin Chary1-12/+17
2012-03-27hosted: remove unneeded memset()Corentin Chary1-1/+0
2012-03-27hosted: make it work againCorentin Chary10-105/+241
2012-03-27hosted: Track Wayland API changes, add cursor forwardingKristian Høgsberg5-42/+235
2012-03-27Rename xorgWayland global to xorgHostedKristian Høgsberg5-11/+6
2012-03-27Define XORG_HOSTED in xorg-server.h when availableKristian Høgsberg2-1/+4
2012-03-27hosted: Enable rootless flag when the command line argument is setKristian Høgsberg1-0/+6
2012-03-27Add missing hosted.hKristian Høgsberg1-0/+61
2012-03-27Start splitting out hosted backend codeKristian Høgsberg5-343/+526
2012-03-27Xorg hostedKristian Høgsberg5-3/+1118
2012-03-27Add flag to toggle rootlessKristian Høgsberg3-0/+16
2012-03-27Add redirect window for input device featureKristian Høgsberg5-2/+24
2012-03-27Disble autoAddDevices when in wayland modeKristian Høgsberg1-0/+4
2012-03-27Add and export AddSelectionKristian Høgsberg2-16/+31
2012-03-27Export CompositeRedirectSubwindowsKristian Høgsberg2-0/+8
2012-03-04Version bumped to 1.12Keith Packard1-2/+2
2012-03-04test: add new test cases to .gitignoreGaetan Nadon2-0/+2
2012-02-27dix: avoid NULL-pointer dereference on button-only devices (#38313)Peter Hutterer1-4/+15
2012-02-22Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"Jeremy Huddleston1-14/+7
2012-02-22XQuartz: Short-circuit activateX:Jeremy Huddleston1-0/+3
2012-02-22XQuartz: Actually install the new localesJeremy Huddleston1-1/+1
2012-02-22Merge remote-tracking branch 'whot/for-keith'Keith Packard2-12/+20
2012-02-15Keep virtual core pointer touch class around if new slave doesn't have oneChase Douglas1-6/+3
2012-02-15Don't clobber virtual core pointer touches array lengthPeter Hutterer1-5/+13
2012-02-15Don't dereference a touch after it has been ended when punting to next ownerChase Douglas1-0/+1
2012-02-15Focus event button state must show the logical buttons, not physical buttonsChase Douglas1-1/+1
2012-02-14dix: reset last.scroll when resetting the valuator (#45611)Peter Hutterer1-0/+2
2012-02-13XQuartz: Build fix for possible conflict of BOOL typeJeremy Huddleston1-2/+5
2012-02-11Bump to version 1.11.99.903 (1.12 RC3)Keith Packard1-2/+2
2012-02-11Merge remote-tracking branch 'alanc/master'Keith Packard11-212/+212
2012-02-11Xi: handle new XIAllowEvents request in inputproto 2.1.99.6Peter Hutterer2-7/+36
2012-02-09Xi: handle new XIAllowEvents request in inputproto 2.1.99.6Peter Hutterer2-7/+36
2012-02-08dix: fix an out-of-memory crashBenjamin Otte1-0/+3
2012-02-08Implement touch early acceptChase Douglas3-6/+32
2012-02-08Implement early touch rejectChase Douglas1-1/+8
2012-02-08Check for proper window ID when processing touch allow requestsChase Douglas3-8/+14
2012-02-08Move AllowTouch to dix/touch.c, and rename to TouchAcceptRejectChase Douglas3-44/+49
2012-02-08Export TouchEventRejected as TouchRejectedChase Douglas2-11/+34
2012-02-08Factor out TouchEnd generation and deliveryChase Douglas1-66/+37
2012-02-08Store window pointer in touch listener recordChase Douglas3-7/+13
2012-02-08Revert "dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents"Peter Hutterer1-10/+8
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith10-211/+211