Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-13 | Merge pull request #974 from agreppin/master | Drew DeVault | |
fix check of EGL_WL_bind_wayland_display presence | |||
2018-05-13 | Merge pull request #972 from emersion/fix-xdg-shell-popups | Drew DeVault | |
Fix xdg-shell stable popups | |||
2018-05-13 | fix check of EGL_WL_bind_wayland_display presence | Alain Greppin | |
2018-05-13 | xdg-shell: fix positioner | emersion | |
The anchor and gravity bitfields in xdg-shell-unstable-v6 have been changed to a plain enum whose values cannot be used as a bitfield in xdg-shell. While it makes input validation easier, it also makes positioner operations a pain in the ass. | |||
2018-05-12 | Don't use unsafe casts in wlr_xdg_popup_get_toplevel_coords | emersion | |
2018-05-12 | Merge pull request #971 from emersion/fix-xdg-output-transform | emersion | |
xdg-output: fix logical_size | |||
2018-05-12 | xdg-output: fix logical_size | emersion | |
It should be the size of the output in layout coordinates. Prior to this commit we were not applying the output transform to the size. | |||
2018-05-12 | Merge pull request #970 from emersion/pointer-axis-discrete | Drew DeVault | |
Add support for discrete axis values and axis source | |||
2018-05-12 | Send axis source event | emersion | |
2018-05-12 | Add support for discrete axis values | emersion | |
2018-05-11 | Merge pull request #969 from emersion/redesign-xdg-output-resource-destroy | Drew DeVault | |
xdg-output: redesign resource destroy | |||
2018-05-11 | xdg-output: redesign resource destroy | emersion | |
2018-05-11 | Merge pull request #932 from Timidger/standalone-examples | emersion | |
Made examples standalone | |||
2018-05-10 | Fixed emersion's issues | Timidger | |
2018-05-10 | Fixed style issues | Timidger | |
2018-05-10 | Remvoed unnecessary wayland socket in examples | Timidger | |
2018-05-10 | Fixed up building examples | Timidger | |
2018-05-10 | Made output layout example standalone | Timidger | |
2018-05-10 | Fixed indentation | Timidger | |
2018-05-10 | Multi-pointer ported over | Timidger | |
2018-05-10 | Made rotation example standalone | Timidger | |
2018-05-10 | Made tablet standalone | Timidger | |
2018-05-10 | Made touch standalone | Timidger | |
TODO test | |||
2018-05-10 | Made examples/pointer standalone | Timidger | |
2018-05-10 | simple now works on DRM | Timidger | |
2018-05-10 | Can now quit the simple example | Timidger | |
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 |