summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-13xwayland: wait for output geometry before initializing outputKristian Høgsberg2-6/+11
2012-06-13xwayland: Get output details from waylandKristian Høgsberg1-5/+24
2012-06-13xwayland: Call xf86NewInputDevice directlyKristian Høgsberg1-81/+20
2012-06-13Export xf86NewInputDevice and xf86AllocateInputKristian Høgsberg1-6/+3
2012-06-13xwayland: Use wl_display_sync_callback for delayed initKristian Høgsberg1-4/+6
2012-06-13xwayland: Skip config_init() when in Wayland modeKristian Høgsberg1-0/+5
2012-06-13xwayland: Delete drivers that requre io or consoleKristian Høgsberg1-18/+9
2012-06-13xwayland: Add missing xserver.xmlKristian Høgsberg1-0/+18
2012-06-13xwayland: Split out output and window codeKristian Høgsberg5-509/+604
2012-06-13xwayland: Split out cursor handlingKristian Høgsberg4-181/+237
2012-06-13xwayland: Receive client and listen fds over wayland protocolKristian Høgsberg3-3/+43
2012-06-13os: Add a function to create a client for an fdKristian Høgsberg4-10/+42
2012-06-13xwayland: Fix off-by-one in damage postingKristian Høgsberg1-2/+2
2012-06-13xwayland: Fold xwayland-client.c back into xwayland.cKristian Høgsberg3-273/+209
2012-06-13xwayland: Fix random rootless breakageKristian Høgsberg1-1/+1
2012-06-13xwayland: Follow wl_output protocol changesKristian Høgsberg1-3/+20
2012-06-13xwayland: Drop map_toplevel callsKristian Høgsberg1-4/+0
2012-06-13xwayland: don't forget to damage the surface after mapping itCorentin Chary1-1/+5
2012-06-13xwayland: add an option to enable/disable xwaylandCorentin Chary1-1/+1
2012-06-13xwayland: restore drm authentication helperCorentin Chary2-2/+18
2012-06-13xwayland: drm listener isn't exported, add staticCorentin Chary1-1/+1
2012-06-13xwayland: remove useless ifdefCorentin Chary1-2/+1
2012-06-13xwayland: fix drm supportCorentin Chary5-150/+104
2012-06-13xwayland: don't forget to damage the cursor's bufferCorentin Chary1-0/+2
2012-06-13xwayland: remove the two step input initializationCorentin Chary4-183/+171
2012-06-13xwayland: remove input tracesCorentin Chary1-3/+1
2012-06-13xwayland: comment unused functionCorentin Chary1-0/+2
2012-06-13xwayland: use xf86 drivers for input devicesCorentin Chary5-215/+426
2012-06-13xwayland: unregister and destroy the window damageCorentin Chary1-0/+2
2012-06-13xwayland: try to clean pointer init codeCorentin Chary1-19/+36
2012-06-13xwayland: also free output stuffCorentin Chary3-14/+30
2012-06-13xwayland: stop leaking memory and fix server resetCorentin Chary4-23/+122
2012-06-13xwayland: don't force input devices when using xwaylandCorentin Chary1-3/+4
2012-06-13xwayland: fix input devices initializationCorentin Chary2-15/+38
2012-06-13s/hosted/xwayland/Corentin Chary15-490/+442
2012-06-13hosted: Track wayland changesKristian Høgsberg4-20/+53
2012-06-13hosted: Copy drm.xml into hosted and generate protocol codeKristian Høgsberg5-0/+52
2012-06-13hosted: Reset modifiers mask before computink new maskKristian Høgsberg1-0/+1
2012-06-13hosted: fix two crashes, don't leak buffersCorentin Chary1-12/+17
2012-06-13hosted: remove unneeded memset()Corentin Chary1-1/+0
2012-06-13hosted: make it work againCorentin Chary10-100/+244
2012-06-13hosted: Track Wayland API changes, add cursor forwardingKristian Høgsberg5-42/+235
2012-06-13Rename xorgWayland global to xorgHostedKristian Høgsberg5-11/+6
2012-06-13Define XORG_HOSTED in xorg-server.h when availableKristian Høgsberg2-1/+4
2012-06-13hosted: Enable rootless flag when the command line argument is setKristian Høgsberg1-0/+6
2012-06-13Add missing hosted.hKristian Høgsberg1-0/+61
2012-06-13Start splitting out hosted backend codeKristian Høgsberg5-343/+526
2012-06-13Xorg hostedKristian Høgsberg5-3/+1118
2012-06-13Add flag to toggle rootlessKristian Høgsberg3-0/+16
2012-06-13Add redirect window for input device featureKristian Høgsberg5-2/+26