aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-07Clean up eventsVincent Vanlaer
2018-05-07Add beter handling for Xwayland failing at startupVincent Vanlaer
2018-05-06Make startup command no longer wait for xwaylandVincent Vanlaer
2018-05-06Add option to rootston to start xwayland lazyVincent Vanlaer
2018-05-06Allow xwayland to start lazilyVincent Vanlaer
2018-05-04Merge pull request #951 from chebykinn/fix-maybe-uninitializedemersion
2018-05-04Merge pull request #931 from emersion/redesign-resource-destroyDrew DeVault
2018-05-04Fix gcc maybe-uninitialized in wlr_cursor apply_output_transformIvan Chebykin
2018-05-04Merge pull request #950 from emersion/fix-xdg-popup-not-topmost-segfaultDrew DeVault
2018-05-04Fix a rootston crash when a client creates non-topmost popupsemersion
2018-05-03Merge pull request #947 from Morganamilo/typosemersion
2018-05-03seat: implement inert seat resourcesemersion
2018-05-03Fix typos in comments and stringsmorganamilo
2018-05-03Fix typos in documentationmorganamilo
2018-05-03Merge pull request #943 from agx/env-varsDrew DeVault
2018-05-03Merge pull request #945 from agx/wlr-drm-no-atomicemersion
2018-05-03data-device: make sure resources are correctly destroyedemersion
2018-05-03output: simplify and update code styleemersion
2018-05-03linux-dmabuf: correctly destroy resourcesemersion
2018-05-03compositor, surface: correctly destroy resourcesemersion
2018-05-03Update CONTRIBUTING.md with protocol implementation guidelinesemersion
2018-05-03drm: only disable atomic modesetting when WLR_DRM_NO_ATOMIC == 1Guido Günther
2018-05-03Document env vars used by wlrootsGuido Günther
2018-05-03Merge pull request #935 from agx/cursor-output-transformDrew DeVault
2018-05-03Merge pull request #938 from emersion/reorder-seatDrew DeVault
2018-05-03seat: split into multiple filesemersion
2018-05-03Merge pull request #937 from emersion/reorder-data-deviceemersion
2018-05-03Merge pull request #939 from ammen99/masteremersion
2018-05-03backend/wayland: don't transform pointer eventsGuido Günther
2018-05-03backend/x11: don't transform pointer eventsGuido Günther
2018-05-03wlr_cursor: transform absolute coordinatesGuido Günther
2018-05-03rootston: remove mode and transform signals when output is destroyedIlia Bozhinov
2018-05-02data-device: split into multiple filesemersion
2018-05-02Silently ignore touch_{motion,up} for unknown idsDrew DeVault
2018-04-30Merge pull request #930 from emersion/input-device-output-nameemersion
2018-04-30backend/{wayland,x11}: fix pointer coords for transformed outputsemersion
2018-04-29backend/x11: add one pointer per outputemersion
2018-04-29backend/wayland: only set one pointer listeneremersion
2018-04-29rootston: map input devices with wlr_input_device.output_nameemersion
2018-04-29backend/wayland: create one virtual pointer per outputemersion
2018-04-29input-device: add output_name field, populate it from libinputemersion
2018-04-29Merge pull request #926 from emersion/fix-x11-backend-memory-leaksDrew DeVault
2018-04-29Merge pull request #923 from emersion/cursor-unspecified-axesDrew DeVault
2018-04-28backend/x11: correctly destroy input devicesemersion
2018-04-28backend/headless: remove useless destructoremersion
2018-04-28backend/wayland: add proper error handling to wlr_wl_backend_createemersion
2018-04-28cursor: use NAN for unspecified axes, refactor absolute warping codeemersion
2018-04-27Merge pull request #921 from emersion/xwayland-firefox-popupsemersion
2018-04-27xwayland: make utility windows unmanaged againemersion
2018-04-27Merge pull request #918 from emersion/xwayland-unmapped-request-configureDrew DeVault