summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-12xwayland: unredirect sub-windows when root destroyedxwayland-1.10Robert Bragg4-0/+31
2012-01-12dbe: Cleanup in CloseScreen hook not ext CloseDownRobert Bragg2-20/+21
2012-01-12Revert "xwayland: Redirect toplevel windows one by one"Robert Bragg3-21/+20
2012-01-11xwayland: wip, track XdndSelectionKristian Høgsberg1-0/+41
2012-01-11xwayland: Use new wl_drm format codesKristian Høgsberg4-8/+66
2012-01-05Make SetDeviceRedirectWindow() work right with non-master devicesKristian Høgsberg1-1/+5
2011-10-18xwayland: Track protocol changesKristian Høgsberg8-91/+116
2011-10-18xwayland: Redirect toplevel windows one by oneKristian Høgsberg3-20/+21
2011-10-18xwayland: Don't crash if the xserver object isn't availableKristian Høgsberg2-11/+7
2011-10-18xwayland: wait for output geometry before initializing outputKristian Høgsberg2-6/+11
2011-10-18xwayland: Get output details from waylandKristian Høgsberg1-5/+24
2011-10-18xwayland: Call xf86NewInputDevice directlyKristian Høgsberg1-81/+20
2011-10-18Export xf86NewInputDevice and xf86AllocateInputKristian Høgsberg1-3/+2
2011-10-18xwayland: Use wl_display_sync_callback for delayed initKristian Høgsberg1-4/+6
2011-10-18xwayland: Skip config_init() when in Wayland modeKristian Høgsberg1-0/+3
2011-10-18xwayland: Delete drivers that requre io or consoleKristian Høgsberg1-6/+10
2011-10-18xwayland: Add missing xserver.xmlKristian Høgsberg1-0/+18
2011-10-18xwayland: Split out output and window codeKristian Høgsberg5-509/+604
2011-10-18xwayland: Split out cursor handlingKristian Høgsberg4-181/+237
2011-10-18xwayland: Receive client and listen fds over wayland protocolKristian Høgsberg3-3/+43
2011-10-18os: Add a function to create a client for an fdKristian Høgsberg4-10/+40
2011-10-18xwayland: Fix off-by-one in damage postingKristian Høgsberg1-2/+2
2011-10-18xwayland: Fold xwayland-client.c back into xwayland.cKristian Høgsberg3-273/+209
2011-10-18xwayland: Fix random rootless breakageKristian Høgsberg1-1/+1
2011-10-18xwayland: Follow wl_output protocol changesKristian Høgsberg1-3/+20
2011-10-18xwayland: Drop map_toplevel callsKristian Høgsberg1-4/+0
2011-10-18xwayland: don't forget to damage the surface after mapping itCorentin Chary1-1/+5
2011-10-18xwayland: add an option to enable/disable xwaylandCorentin Chary1-1/+2
2011-10-18xwayland: restore drm authentication helperCorentin Chary2-2/+18
2011-10-18xwayland: drm listener isn't exported, add staticCorentin Chary1-1/+1
2011-10-18xwayland: remove useless ifdefCorentin Chary1-2/+1
2011-10-18xwayland: fix drm supportCorentin Chary5-150/+104
2011-10-18xwayland: don't forget to damage the cursor's bufferCorentin Chary1-0/+2
2011-10-18xwayland: remove the two step input initializationCorentin Chary4-183/+171
2011-10-18xwayland: remove input tracesCorentin Chary1-3/+1
2011-10-18xwayland: comment unused functionCorentin Chary1-0/+2
2011-10-18xwayland: use xf86 drivers for input devicesCorentin Chary5-215/+426
2011-10-18xwayland: unregister and destroy the window damageCorentin Chary1-0/+2
2011-10-18xwayland: try to clean pointer init codeCorentin Chary1-19/+36
2011-10-18xwayland: also free output stuffCorentin Chary3-14/+30
2011-10-18xwayland: stop leaking memory and fix server resetCorentin Chary4-23/+122
2011-10-18xwayland: don't force input devices when using xwaylandCorentin Chary1-3/+4
2011-10-18xwayland: fix input devices initializationCorentin Chary2-15/+38
2011-10-18s/hosted/xwayland/Corentin Chary15-490/+442
2011-10-18hosted: Track wayland changesKristian Høgsberg4-20/+53
2011-10-18hosted: Copy drm.xml into hosted and generate protocol codeKristian Høgsberg5-0/+52
2011-10-18hosted: Reset modifiers mask before computink new maskKristian Høgsberg1-0/+1
2011-10-18hosted: fix two crashes, don't leak buffersCorentin Chary1-12/+17
2011-10-18hosted: remove unneeded memset()Corentin Chary1-1/+0
2011-10-18hosted: make it work againCorentin Chary10-105/+241