Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | layer-shell: allow new values for keyboard-interactivity | Daniel Kondor | |
Value is now an enum with a new value ("on-demand") that compositors can use to allow "normal" keyboard focus semantics regardless of the layer the client surface is on. An error is sent for invalid keyboard interactivity values. The old behavior is retained for clients using the previous version of the protocol. Also adjusted the layer-shell example program to use the new keyboard interactivity options. | |||
2020-06-30 | layer-shell: upgrade to v3, implement destructor | Isaac Freund | |
2019-10-17 | protocol: sync layer-shell with upstream | Simon Ser | |
Fixes this warning: ../protocol/wlr-layer-shell-unstable-v1.xml:241: warning: since version not increasing | |||
2019-10-16 | layer_shell: set layer of existing surface | Timidger | |
2018-05-03 | Fix typos in documentation | morganamilo | |
2018-04-22 | Update layer shell with optional wl_output | Drew DeVault | |
2018-03-27 | Address @emersion's feedback | Drew DeVault | |
2018-03-27 | Fix layer rendering/layout bugs | Drew DeVault | |
2018-03-27 | Add layer_surface.close | Drew DeVault | |
2018-03-27 | Arrange & render layer surfaces | Drew DeVault | |
2018-03-27 | Add broken test client and rootston stubs | Drew DeVault | |
2018-03-27 | Address feedback | Drew DeVault | |
2018-03-27 | Implement layer surface requests | Drew DeVault | |
2018-03-27 | Initial scaffolding of layer shell | Drew DeVault | |