Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-14 | xdg-shell: split into multiple files | emersion | |
2018-05-14 | xdg-shell-v6: rename shared private functions to prevent conflicts with ↵ | emersion | |
xdg-shell stable | |||
2018-05-13 | Merge pull request #973 from emersion/split-xdg-shell-v6 | Drew DeVault | |
xdg-shell-v6: split into separate files | |||
2018-05-13 | xdg-shell-v6: split into separate files | emersion | |
2018-05-13 | Merge pull request #975 from acrisci/fix-pointer-example | Drew DeVault | |
pointer example fixes | |||
2018-05-13 | rename sample state to "state" | Tony Crisci | |
2018-05-13 | pointer example: use xcursor manager | Tony Crisci | |
2018-05-13 | Merge pull request #974 from agreppin/master | Drew DeVault | |
fix check of EGL_WL_bind_wayland_display presence | |||
2018-05-13 | make pointer show up in pointer example | Tony Crisci | |
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 | |