Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-20 | Add wlr-output-power-management | Guido Günther | |
2020-02-10 | virtual-pointer: Add request for mapping to specific output | Andri Yngvason | |
2020-01-24 | meson: Fix protocol includes for compositor examples | Scott Anderson | |
2019-12-31 | virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1 | Josef Gajdusek | |
2019-12-23 | meson: Various improvements | Scott Anderson | |
Bumps minimum version to 0.51.0 - Remove all intermediate static libraries. They serve no purpose and are just add a bunch of boilerplate for managing dependencies and options. It's now managed as a list of files which are compiled into libwlroots directly. - Use install_subdir instead of installing headers individually. I've changed my mind since I did that. Listing them out is annoying as hell, and it's easy to forget to do it. - Add not_found_message for all of our optional dependencies that have a meson option. It gives some hints about what option to pass and what the optional dependency is for. - Move all backend subdirectories into their own meson.build. This keeps some of the backend-specific build logic (especially rdp and session) more neatly separated off. - Don't overlink example clients with code they're not using. This was done by merging the protocol dictionaries and setting some variables containing the code and client header file. Example clients now explicitly mention what extension protocols they want to link to. - Split compositor example logic from client example logic. - Minor formatting changes | |||
2019-11-23 | Amend typo | Jason | |
2019-11-21 | backend/wayland: add support for presentation-time | Simon Ser | |
2019-10-22 | protocol/screencopy: Add damage reporting | Andri Yngvason | |
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 | |
2019-10-16 | backend/wayland: add support for direct scan-out | Simon Ser | |
Closes: https://github.com/swaywm/wlroots/issues/1830 | |||
2019-09-26 | Add zwp-tablet-unstable-v2 client support | Markus Ongyerth | |
This allows wlroots based compositors to properly use graphic tablets with the wayland backend. This should be a decent quality of life improvement when working on tablet related features. | |||
2019-06-21 | Support pointer-gestures on Wayland backend | Greg V | |
2019-06-02 | Remove orbital screenshooter and gamma-control | Simon Ser | |
These are undocumented, outdated protocols that have a better wlr-protocols equivalent. | |||
2019-04-29 | foreign-toplevel: support fullscreen state and request | Ilia Bozhinov | |
2019-04-11 | output-management-v1: update protocol, add set_custom_mode | emersion | |
2019-04-11 | Add support for wlr-output-management-unstable-v1 | emersion | |
2019-02-19 | Merge pull request #1493 from emersion/primary-selection-v1 | Drew DeVault | |
primary-selection-v1: copy from gtk-primary-selection | |||
2019-02-15 | Update data-control | Ivan Molodetskikh | |
2019-02-13 | primary-selection-v1: copy from gtk-primary-selection | emersion | |
2019-02-10 | data-control: add primary selection support | Ivan Molodetskikh | |
data-control: separate out a data_offer struct This is a prerequisite to adding primary selection support. data-control: separate out data_control_source This is a prerequisite to adding primary selection support, since that doesn't use wlr_data_source, but rather wlr_primary_selection_source. Update the data-control protocol data-control: add primary selection support Merge create_offer and create_primary_offer Extract code into data_control_source_destroy() Fix pointer style Move resource neutralization to destructor Store wl_resource in the data_offer Extract data_offer destruction into a function | |||
2019-01-28 | Implement the pointer-gestures-unstable-v1 protocol | Greg V | |
This protocol relays touchpad gesture events produced by libinput to supporting clients (e.g. Evince, Eye of GNOME). | |||
2019-01-24 | text-input-v3: use protocol from wayland-protocols | emersion | |
2019-01-20 | Merge pull request #1476 from emersion/fullscreen-shell | Drew DeVault | |
fullscreen-shell-v1: initial protocol implementation | |||
2019-01-06 | Merge pull request #1423 from emersion/data-control | Drew DeVault | |
Implement data-control-unstable-v1 | |||
2019-01-06 | fullscreen-shell-v1: initial protocol implementation | emersion | |
2018-12-30 | data-control-v1: update to latest protocol proposal | emersion | |
2018-12-30 | data-control-v1: update protocol to allow NULL selections | emersion | |
2018-12-30 | data-control-v1: initial protocol implementation | emersion | |
2018-12-21 | relative_pointer: create skeleton and build | random human | |
Add protocol, header and type files to build. Create skeleton structs, creator and destroyer, and define implementations. | |||
2018-12-08 | types: implement wlr_foreign_toplevel_management_v1 | Ilia Bozhinov | |
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 | |