Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-10 | Got simple working without keyboard input | Timidger | |
2018-05-10 | Moved cat out of support, removed support | Timidger | |
2018-05-10 | Merge pull request #967 from VincentVanlaer/xwayland-crash | emersion | |
Fix Xwayland cleanup | |||
2018-05-10 | Fix Xwayland cleanup | Vincent Vanlaer | |
Fixes #964 | |||
2018-05-09 | Merge pull request #965 from emersion/fix-hardware-cursor-scale-transform | Drew DeVault | |
Fix hardware cursors scale & transform | |||
2018-05-09 | Fix hardware cursors scale & transform | emersion | |
2018-05-08 | Merge pull request #959 from VincentVanlaer/xwayland-lazy | emersion | |
Add the option to start Xwayland only when a client connects | |||
2018-05-08 | Document xwayland rootston config changes | Vincent Vanlaer | |
2018-05-08 | Make lazy xwayland start default in rootston | Vincent Vanlaer | |
2018-05-08 | Make xwayland_finish* clean up wlr_xwayland | Vincent Vanlaer | |
2018-05-08 | Merge pull request #963 from emersion/rootston-output-outdated-comment | emersion | |
rootston: remove outdated comment | |||
2018-05-08 | rootston: remove outdated comment | emersion | |
2018-05-08 | Merge pull request #962 from Ongy/layer-surface-at | Drew DeVault | |
add wlr_layer_surface_surface_at | |||
2018-05-08 | add wlr_layer_surface_surface_at | Markus Ongyerth | |
Adds wlr_layer_surface_surface_at, this is consistent with the other shell implementations, and simplifies handling in compositors. | |||
2018-05-07 | Merge pull request #957 from emersion/output-damage-max-rects | Drew DeVault | |
output-damage: limit the number of damaged rectangles | |||
2018-05-07 | Clean up events | Vincent Vanlaer | |
2018-05-07 | Add beter handling for Xwayland failing at startup | Vincent Vanlaer | |
2018-05-06 | Make startup command no longer wait for xwayland | Vincent Vanlaer | |
2018-05-06 | Add option to rootston to start xwayland lazy | Vincent Vanlaer | |
2018-05-06 | Allow xwayland to start lazily | Vincent 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-05 | output-damage: limit the number of damaged rectangles | emersion | |
2018-05-05 | Merge pull request #956 from ↵ | Drew DeVault | |
Flow-It/add-options-to-exclude-rootston-and-examples Add options to exclude rootston and examples at compilation | |||
2018-05-05 | Add option to disable examples build | florian.weigelt | |
Compiling the examples is useful for testing and development, but less useful for actual users of wlroots. This commit adds the option --enable-examples to set weather to include the examples at compilation or not. The default value is True, so the current behaviour remains unchanged. | |||
2018-05-05 | Merge pull request #954 from kkartaltepe/readme-fix | emersion | |
Fix xcb/xkb swap in README | |||
2018-05-05 | Add option to disable rootston build | florian.weigelt | |
Compiling the rootston example compositor is useful for testing and development, but less useful for actual users of wlroots, who might prefer sway or other compositors. This commit adds the option --enable-rootston to set weather to include rootston at compilation or not. The default value is True, so the current compilation behaviour remains unchanged. | |||
2018-05-05 | Fix xcb/xkb swap in README | Kurt Kartaltepe | |
2018-05-04 | Merge pull request #953 from emersion/xwayland-utf8-title | Drew DeVault | |
Use UTF-8 xwayland window title if available | |||
2018-05-04 | Use UTF-8 xwayland window title if available | emersion | |
2018-05-04 | Merge pull request #936 from emersion/full-hardware-cursors | emersion | |
output: always use hardware cursors if available | |||
2018-05-04 | Merge pull request #951 from chebykinn/fix-maybe-uninitialized | emersion | |
Fix gcc maybe-uninitialized in wlr_cursor apply_output_transform | |||
2018-05-04 | Merge pull request #931 from emersion/redesign-resource-destroy | Drew DeVault | |
Redesign resource destruction | |||
2018-05-04 | Fix gcc maybe-uninitialized in wlr_cursor apply_output_transform | Ivan Chebykin | |
2018-05-04 | Merge pull request #950 from emersion/fix-xdg-popup-not-topmost-segfault | Drew DeVault | |
Fix a rootston crash when a client creates non-topmost popups | |||
2018-05-04 | Fix a rootston crash when a client creates non-topmost popups | emersion | |
2018-05-03 | Merge pull request #947 from Morganamilo/typos | emersion | |
Fix typos across documentation, comments and strings | |||
2018-05-03 | seat: implement inert seat resources | emersion | |
2018-05-03 | Fix typos in comments and strings | morganamilo | |
2018-05-03 | Fix typos in documentation | morganamilo | |
2018-05-03 | Merge pull request #943 from agx/env-vars | Drew DeVault | |
Document env vars used by wlroots/rootston | |||
2018-05-03 | Merge pull request #945 from agx/wlr-drm-no-atomic | emersion | |
drm: only disable atomic modesetting when WLR_DRM_NO_ATOMIC == 1 | |||
2018-05-03 | data-device: make sure resources are correctly destroyed | emersion | |
2018-05-03 | output: simplify and update code style | emersion | |
2018-05-03 | linux-dmabuf: correctly destroy resources | emersion | |
2018-05-03 | compositor, surface: correctly destroy resources | emersion | |
2018-05-03 | Update CONTRIBUTING.md with protocol implementation guidelines | emersion | |
2018-05-03 | drm: only disable atomic modesetting when WLR_DRM_NO_ATOMIC == 1 | Guido Günther | |
Don't allow any value of the env var to disable atomic mode setting. | |||
2018-05-03 | Document env vars used by wlroots | Guido Günther | |
2018-05-03 | Merge pull request #935 from agx/cursor-output-transform | Drew DeVault | |
wlr_cursor: transform absolute coordinates | |||
2018-05-03 | Merge pull request #938 from emersion/reorder-seat | Drew DeVault | |
seat: split into multiple files | |||
2018-05-03 | seat: split into multiple files | emersion | |