aboutsummaryrefslogtreecommitdiff
path: root/protocol
AgeCommit message (Collapse)Author
2019-04-29foreign-toplevel: support fullscreen state and requestIlia Bozhinov
2019-04-11output-management-v1: update protocol, add set_custom_modeemersion
2019-04-11Add support for wlr-output-management-unstable-v1emersion
2019-02-19Merge pull request #1493 from emersion/primary-selection-v1Drew DeVault
primary-selection-v1: copy from gtk-primary-selection
2019-02-15Update data-controlIvan Molodetskikh
2019-02-13primary-selection-v1: copy from gtk-primary-selectionemersion
2019-02-10data-control: add primary selection supportIvan 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-28Implement the pointer-gestures-unstable-v1 protocolGreg V
This protocol relays touchpad gesture events produced by libinput to supporting clients (e.g. Evince, Eye of GNOME).
2019-01-24text-input-v3: use protocol from wayland-protocolsemersion
2019-01-20Merge pull request #1476 from emersion/fullscreen-shellDrew DeVault
fullscreen-shell-v1: initial protocol implementation
2019-01-06Merge pull request #1423 from emersion/data-controlDrew DeVault
Implement data-control-unstable-v1
2019-01-06fullscreen-shell-v1: initial protocol implementationemersion
2018-12-30data-control-v1: update to latest protocol proposalemersion
2018-12-30data-control-v1: update protocol to allow NULL selectionsemersion
2018-12-30data-control-v1: initial protocol implementationemersion
2018-12-21relative_pointer: create skeleton and buildrandom human
Add protocol, header and type files to build. Create skeleton structs, creator and destroyer, and define implementations.
2018-12-08types: implement wlr_foreign_toplevel_management_v1Ilia Bozhinov
2018-10-12Merge pull request #1203 from dcz-purism/inputDrew DeVault
Support input method and text input
2018-10-09wlroots: add basic support for zwp_input_method_v2Dorota Czaplejewicz
Implemented basic input method functionality. Not included: popups, grabbing.
2018-10-09wlroots: add support for zwp_text_input_unstable_v3Dorota Czaplejewicz
2018-10-04presentation-time: add protocol implementationemersion
2018-09-27Merge pull request #852 from Laaas/masterDrew DeVault
Implement pointer-constraints-unstable-v1 protocol
2018-09-21Fix partial dependency in protocol/meson.buildsghctoma
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-18Implement pointer-constraints protocol in wlroots and rootstonLas
2018-08-24Revert "Revert "Merge pull request #1194 from ascent12/meson_feature""Scott Anderson
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0.
2018-08-23Revert "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-23Replace generator with custom_targetScott Anderson
This stops the protocol header constantly being regenerated for every target using them.
2018-08-23Use pkg-config to find wayland-scannerScott Anderson
2018-08-22Make style more consistentScott Anderson
2018-08-02examples: add gamma-controlemersion
2018-08-02Implement wlr-gamma-control-unstable-v1emersion
2018-07-28Add xdg-decoration-unstable-v1 supportemersion
2018-07-14Start tablet protocolMarkus Ongyerth
2018-06-30screncopy: update protocolemersion
2018-06-30screencopy: add capture_output_region supportemersion
2018-06-30screencopy: add support for frame flagsemersion
2018-06-30screencopy: add presentation timestampemersion
2018-06-30screencopy-v1: add basic implementationemersion
2018-06-17Update example and protocolRostislav Pehlivanov
2018-05-29Add a demo client for dmabuf exportRostislav Pehlivanov
2018-05-29Update protocolemersion
2018-05-29Update wlr-export-dmabuf protocolemersion
2018-05-29export-dmabuf: add basic and incomplete implementationemersion
2018-05-28virtual-keyboard: add support for the virtual-keyboard-v1 protocolDorota Czaplejewicz
2018-05-03Fix typos in documentationmorganamilo
2018-04-22Update layer shell with optional wl_outputDrew DeVault
2018-04-13Use 'private-code' for wayland-scanner code generationDominique Martinet
They deprecated 'code' for 'public-code', but suggest using 'private-code'...
2018-04-05Add wlr_xdg_output_managerDrew DeVault
2018-04-03Add wlr_input_inhibitorDrew DeVault
2018-03-27Address @emersion's feedbackDrew DeVault