aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-20foreign toplevel: Fix whitespace errorScott Moreau
2020-10-20foreign toplevel: send parent event only to clients that support itDaniel Kondor
2020-10-20xwayland: fix minor typo in debug logTudor Brindus
2020-10-18backend/wayland: fix some keyboard/touch leaksMykola Orliuk
2020-10-18backend/wayland: fix input creation error handlingMykola Orliuk
2020-10-18backend/wayland: add error flow in create_wl_seatMykola Orliuk
2020-10-18foreign-toplevel-management: report parent toplevelDaniel Kondor
2020-10-18backend/wayland: factor out wlr_wl_seatMykola Orliuk
2020-10-18backend/wayland: manage cursor for current pointerMykola Orliuk
2020-10-18backend/wayland: add touch support to the wayland backendIlia Bozhinov
2020-10-18wlr_drag: remove unused point_destroy fieldIsaac Freund
2020-10-16xdg_positioner: remove unused fieldIsaac Freund
2020-10-14xwayland: add set_geometry eventIlia Bozhinov
2020-10-13xwayland: notify requestor when we fail to respond to their requestTudor Brindus
2020-10-12xwayland: remove stale transfers from the same requestorTudor Brindus
2020-10-11xwayland: introduce WLR_XWAYLAND for specifying which Xwayland to useTudor Brindus
2020-10-11xwayland: fix use-after-free in selection handlingTudor Brindus
2020-10-11xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` insteadTudor Brindus
2020-10-11examples: use `perror` instead of `fprintf` GNU %m `printf` extensionTudor Brindus
2020-10-10backend/libinput: improve logger callbackSimon Ser
2020-10-09output-management-v1: send complete head state on enable changeRoman Gilg
2020-10-09layer-shell: error on 0 dimension without anchorsIsaac Freund
2020-10-08xwm: add loop detection for read_surface_parentRouven Czerwinski
2020-09-16backend: remove check for _WAYLAND_DISPLAYSimon Ser
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