summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-07xwayland: fix pointer enter/leaveHEADxwaylandTiago Vignatti1-10/+6
2012-05-07xwayland: give axis basic supportTiago Vignatti1-0/+10
2012-04-27xwayland: Use reportAfter for our DamagePtrKristian Høgsberg1-0/+1
2012-04-27xwayland: Only remove xwl_window from damage list if it's on itKristian Høgsberg1-1/+2
2012-04-21xwayland: Disable screensaver extension under xwaylandKristian Høgsberg1-0/+2
2012-04-19xwayland: Fix width/height typoKristian Høgsberg1-1/+1
2012-04-16xwayland: follow wayland change to serial numbersTiago Vignatti3-20/+27
2012-04-16xwayland: track shm pool protocol changesTiago Vignatti2-5/+11
2012-04-16xwayland: use stub for wl_input_device_listener track the protocolTiago Vignatti1-4/+68
2012-03-28xwayland: Remove wl_buffer.damage useKristian Høgsberg1-2/+0
2012-03-27Compile fixes for 1.12Kristian Høgsberg7-33/+32
2012-03-27xwayland: unredirect sub-windows when root destroyedRobert Bragg4-0/+31
2012-03-27dbe: Cleanup in CloseScreen hook not ext CloseDownRobert Bragg2-20/+21
2012-03-27Revert "xwayland: Redirect toplevel windows one by one"Robert Bragg3-16/+20
2012-03-27xwayland: wip, track XdndSelectionKristian Høgsberg1-0/+41
2012-03-27xwayland: Use new wl_drm format codesKristian Høgsberg4-8/+66
2012-03-27Make SetDeviceRedirectWindow() work right with non-master devicesKristian Høgsberg1-1/+5
2012-03-27xwayland: Track protocol changesKristian Høgsberg8-91/+116
2012-03-27xwayland: Redirect toplevel windows one by oneKristian Høgsberg3-20/+21
2012-03-27xwayland: Don't crash if the xserver object isn't availableKristian Høgsberg2-11/+7
2012-03-27xwayland: wait for output geometry before initializing outputKristian Høgsberg2-6/+11
2012-03-27xwayland: Get output details from waylandKristian Høgsberg1-5/+24
2012-03-27xwayland: Call xf86NewInputDevice directlyKristian Høgsberg1-81/+20
2012-03-27Export xf86NewInputDevice and xf86AllocateInputKristian Høgsberg1-3/+2
2012-03-27xwayland: Use wl_display_sync_callback for delayed initKristian Høgsberg1-4/+6
2012-03-27xwayland: Skip config_init() when in Wayland modeKristian Høgsberg1-0/+5
2012-03-27xwayland: Delete drivers that requre io or consoleKristian Høgsberg1-6/+10
2012-03-27xwayland: Add missing xserver.xmlKristian Høgsberg1-0/+18
2012-03-27xwayland: Split out output and window codeKristian Høgsberg5-509/+604
2012-03-27xwayland: Split out cursor handlingKristian Høgsberg4-181/+237
2012-03-27xwayland: Receive client and listen fds over wayland protocolKristian Høgsberg3-3/+43
2012-03-27os: Add a function to create a client for an fdKristian Høgsberg4-10/+40
2012-03-27xwayland: Fix off-by-one in damage postingKristian Høgsberg1-2/+2
2012-03-27xwayland: Fold xwayland-client.c back into xwayland.cKristian Høgsberg3-273/+209
2012-03-27xwayland: Fix random rootless breakageKristian Høgsberg1-1/+1
2012-03-27xwayland: Follow wl_output protocol changesKristian Høgsberg1-3/+20
2012-03-27xwayland: Drop map_toplevel callsKristian Høgsberg1-4/+0
2012-03-27xwayland: don't forget to damage the surface after mapping itCorentin Chary1-1/+5
2012-03-27xwayland: add an option to enable/disable xwaylandCorentin Chary1-1/+1
2012-03-27xwayland: restore drm authentication helperCorentin Chary2-2/+18
2012-03-27xwayland: drm listener isn't exported, add staticCorentin Chary1-1/+1
2012-03-27xwayland: remove useless ifdefCorentin Chary1-2/+1
2012-03-27xwayland: fix drm supportCorentin Chary5-150/+104
2012-03-27xwayland: don't forget to damage the cursor's bufferCorentin Chary1-0/+2
2012-03-27xwayland: remove the two step input initializationCorentin Chary4-183/+171
2012-03-27xwayland: remove input tracesCorentin Chary1-3/+1
2012-03-27xwayland: comment unused functionCorentin Chary1-0/+2
2012-03-27xwayland: use xf86 drivers for input devicesCorentin Chary5-215/+426
2012-03-27xwayland: unregister and destroy the window damageCorentin Chary1-0/+2
2012-03-27xwayland: try to clean pointer init codeCorentin Chary1-19/+36