Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-12 | Merge pull request #1203 from dcz-purism/input | Drew DeVault | |
Support input method and text input | |||
2018-10-09 | wlroots: add basic support for zwp_input_method_v2 | Dorota Czaplejewicz | |
Implemented basic input method functionality. Not included: popups, grabbing. | |||
2018-10-09 | wlroots: add support for zwp_text_input_unstable_v3 | Dorota Czaplejewicz | |
2018-10-04 | presentation-time: add protocol implementation | emersion | |
2018-09-27 | Merge pull request #852 from Laaas/master | Drew DeVault | |
Implement pointer-constraints-unstable-v1 protocol | |||
2018-09-21 | Fix partial dependency in protocol/meson.build | sghctoma | |
External dependencies in Meson do not have include_directories, therefore "includes: true" means nothing for the wayland-client partial dependency. Because of this, the -I CFLAGs for wayland-client are not used by the build command. This commit fixes this by using compile_args. | |||
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las | |
2018-08-24 | Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" | Scott Anderson | |
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0. | |||
2018-08-23 | Revert "Merge pull request #1194 from ascent12/meson_feature" | Drew DeVault | |
This breaks wlroots when used as a meson subproject. This reverts commit dea311992eb4ff3e343c3cf5b0603034223d2a42, reversing changes made to 6db9c4b74667c1d917d720f5e96985a2461569fb. | |||
2018-08-23 | Replace generator with custom_target | Scott Anderson | |
This stops the protocol header constantly being regenerated for every target using them. | |||
2018-08-23 | Use pkg-config to find wayland-scanner | Scott Anderson | |
2018-08-22 | Make style more consistent | Scott Anderson | |
2018-08-02 | examples: add gamma-control | emersion | |
2018-08-02 | Implement wlr-gamma-control-unstable-v1 | emersion | |
2018-07-28 | Add xdg-decoration-unstable-v1 support | emersion | |
2018-07-14 | Start tablet protocol | Markus Ongyerth | |
2018-06-30 | screncopy: update protocol | emersion | |
2018-06-30 | screencopy: add capture_output_region support | emersion | |
2018-06-30 | screencopy: add support for frame flags | emersion | |
2018-06-30 | screencopy: add presentation timestamp | emersion | |
2018-06-30 | screencopy-v1: add basic implementation | emersion | |
2018-06-17 | Update example and protocol | Rostislav Pehlivanov | |
2018-05-29 | Add a demo client for dmabuf export | Rostislav Pehlivanov | |
2018-05-29 | Update protocol | emersion | |
2018-05-29 | Update wlr-export-dmabuf protocol | emersion | |
2018-05-29 | export-dmabuf: add basic and incomplete implementation | emersion | |
2018-05-28 | virtual-keyboard: add support for the virtual-keyboard-v1 protocol | Dorota Czaplejewicz | |
2018-05-03 | Fix typos in documentation | morganamilo | |
2018-04-22 | Update layer shell with optional wl_output | Drew DeVault | |
2018-04-13 | Use 'private-code' for wayland-scanner code generation | Dominique Martinet | |
They deprecated 'code' for 'public-code', but suggest using 'private-code'... | |||
2018-04-05 | Add wlr_xdg_output_manager | Drew DeVault | |
2018-04-03 | Add wlr_input_inhibitor | 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 | |
2018-03-15 | Add initial linux_dmabuf protocol support | Guido Günther | |
Tested with ./weston-simple-dmabuf-drm ./weston-simple-dmabuf-drm --import-immediate=1 ./weston-simple-dmabuf-drm --y-inverted=1 (and combinations) Supports only single plane XRGB dmabufs for now. | |||
2018-03-01 | protocol: sort protocols from wayland-protocols alphabetically | Guido Günther | |
2018-02-21 | idle-inhibit: second feedback pass | Markus Ongyerth | |
2018-02-20 | idle-inhibit: feedback pass | Markus Ongyerth | |
2018-02-17 | adds the client example for idle-inhibit | Markus Ongyerth | |
Adds a client example for the idle-inhibit-unsable-v1 protocol. The client creates a surface and requests an idle inhibitor. On pointer BTN_LEFT the inhibitor is destroyed if it exists, or recreated if it was destroyed before. The surfaces colour is based on the idle-inhibit state. Green if an inhibitor exists, yellow if it does not. | |||
2018-02-17 | implements the idle_inhibit protocol type | Markus Ongyerth | |
This adds the types/wlr_idle_inhibit_v1 implementation. | |||
2018-02-15 | wayland protocol build: remove client protocols we do not use | Dominique Martinet | |
Only include client protocols that we use on the client side. Since these are not installed, there should not be any change with this. Testers - please note 'ninja -C build clean' does not remove the old headers, you need to start from a new directory. | |||
2018-02-14 | xdg-shell stable: copy-pasta implementation | Dominique Martinet | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-01-10 | Add idle protocol | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> |