aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-08Document xwayland rootston config changesVincent Vanlaer
2018-05-08Make lazy xwayland start default in rootstonVincent Vanlaer
2018-05-08Make xwayland_finish* clean up wlr_xwaylandVincent Vanlaer
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
Makes the xwayland startup process two phased. The first phase just initialises the X11 sockets. The second phase starts the Xwayland server itself. When starting xwayland lazily the second phase will be postponed until a client has connected to the X11 socket. Changes in behaviour: The DISPLAY environment is now set immediately after the X11 sockets are created. When the Xwayland server is killed or crashes, the sockets will not be recreated, but reused. Fixes #849: Start up Xwayland lazily
2018-05-04Merge pull request #951 from chebykinn/fix-maybe-uninitializedemersion
Fix gcc maybe-uninitialized in wlr_cursor apply_output_transform
2018-05-04Merge pull request #931 from emersion/redesign-resource-destroyDrew DeVault
Redesign resource destruction
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
Fix a rootston crash when a client creates non-topmost popups
2018-05-04Fix a rootston crash when a client creates non-topmost popupsemersion
2018-05-03Merge pull request #947 from Morganamilo/typosemersion
Fix typos across documentation, comments and strings
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
Document env vars used by wlroots/rootston
2018-05-03Merge pull request #945 from agx/wlr-drm-no-atomicemersion
drm: only disable atomic modesetting when WLR_DRM_NO_ATOMIC == 1
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
Don't allow any value of the env var to disable atomic mode setting.
2018-05-03Document env vars used by wlrootsGuido Günther
2018-05-03Merge pull request #935 from agx/cursor-output-transformDrew DeVault
wlr_cursor: transform absolute coordinates
2018-05-03Merge pull request #938 from emersion/reorder-seatDrew DeVault
seat: split into multiple files
2018-05-03seat: split into multiple filesemersion
2018-05-03Merge pull request #937 from emersion/reorder-data-deviceemersion
data-device: split into multiple files
2018-05-03Merge pull request #939 from ammen99/masteremersion
rootston: remove mode and transform signals when output is destroyed
2018-05-03backend/wayland: don't transform pointer eventsGuido Günther
We do this in a backend independent way in wlr_cursor now.
2018-05-03backend/x11: don't transform pointer eventsGuido Günther
We do this in a backend independent way in wlr_cursor now.
2018-05-03wlr_cursor: transform absolute coordinatesGuido Günther
Honor output rotation when processing absolute coordinates. This fixes touch events on rotated outputs. Fixes #928
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
Add wlr_input_device.output_name
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
Fix some backend memory leaks
2018-04-29Merge pull request #923 from emersion/cursor-unspecified-axesDrew DeVault
cursor: use NAN for unspecified axes, refactor absolute warping code
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