aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-10layer-shell: add for_each_popupIsaac Freund
2020-09-04output-management-v1: send head identifying informationRoman Gilg
2020-09-04output-management-v1: add head identifying eventsRoman Gilg
2020-09-04xwayland: disconnect display destroy listener even if xwayland didn't initializeIlia Bozhinov
2020-09-04Accommodate for CONFIG_VT=0, all TTYs are in seat0, but not allnerdopolis
2020-09-04session: Don't refuse unprivileged creation of "direct" backendPatrick Steinhardt
2020-09-04wayland: emit relative pointer events only for current pointerIlia Bozhinov
2020-09-03Remove xdg-shell v6Drew DeVault
2020-09-02Quieten failure to set login session typeRyan Walklin
2020-09-01backend/session/libseat: register log handlerSimon Ser
2020-09-01Fix undefined behaviorValentin
2020-09-01Use fixed size integer typeValentin
2020-08-31examples/dmabuf-capture: add extra roundtrip for wl_output listenerSimon Ser
2020-08-27output-power-management-v1: listen to output commitSimon Ser
2020-08-27output: introduce wlr_output_event_commitSimon Ser
2020-08-27render: Don't crash on 0 dimensionsGuido Cella
2020-08-27xdg-shell: split last-acked and current stateIsaac Freund
2020-08-26session: Add missing init to direct-freebsdKenny Levinsen
2020-08-24Remove unnecessary wl_display_dispatch callsSimon Ser
2020-08-24session: Add libseat backendKenny Levinsen
2020-08-17backend/wayland: destroy relative pointer when output is disconnectedIlia Bozhinov
2020-08-14examples/simple: use wlr_renderer instead of GLSimon Ser
2020-08-14examples/simple: use wlr_output_preferred_modeSimon Ser
2020-08-09wlr_virtual_keyboard: fix fd leakDaniel De Graaf
2020-08-07Don't set XDG_SESSION_TYPE unless logind SetType succeedsRyan Walklin
2020-08-07Also set XDG_SESSION_TYPERyan Walklin
2020-08-07Implement logind session SetType method to change session type to waylandRyan Walklin
2020-08-05gamma-control-v1: fix use-after-free in gamma_control_handle_set_gammaSimon Ser
2020-08-03make sure to fail setting gamma on disabled outputsIlia Bozhinov
2020-07-31drm: fix uninitialized readDevin J. Pohly
2020-07-30xwayland: do not allow apps to change focus after wlroots requestIlia Bozhinov
2020-07-28render/gles2: remove gles2_procsSimon Ser
2020-07-28render/gles2: make push/pop debug functions take a wlr_rendererSimon Ser
2020-07-28render/gles2: keep ref to wlr_gles2_renderer in wlr_gles2_textureSimon Ser
2020-07-28render/gles2: make wlr_gles2_texture_from_* privateSimon Ser
2020-07-28examples: remove unnecessary gles2.h importsRouven Czerwinski
2020-07-27xwm: Set _NET_WM_STATE_FOCUSED property for the focused surfaceScott Moreau
2020-07-27xwayland: free server in error pathAntonin Décimo
2020-07-27Fix incorrect format parametersAntonin Décimo
2020-07-27virtual_pointer: remember current axis for axis eventsRonan Pigott
2020-07-22xwayland/xwm: use initializer for props in xsurface_set_wm_stateSimon Ser
2020-07-22xwayland/xwm: add prop count assert in xsurface_set_net_wm_stateSimon Ser
2020-07-22xwayland/xwm: don't insert surface in list on errorSimon Ser
2020-07-21Fix typosAntonin Décimo
2020-07-21xwm: add support for xwayland minimizeTobias Langendorf
2020-07-16Update version to 0.11.0Simon Ser
2020-07-15input/pointer: add wlr_seat_pointer_wrapTudor Brindus
2020-07-14render: egl: Use current display to restore NULL contextAndri Yngvason
2020-07-08examples/input-method-keyboard-grab: new examplexdavidwu
2020-07-08input-method: implement keyboard grabsxdavidwu