aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Collapse)AuthorAge
* Chase wlroots!4440Libravatar llyyr2023-11-22
| | | | References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4440
* build: fix build with wayland-scanner subprojectLibravatar denppa2023-08-30
|
* Add support for cursor-shape-v1Libravatar Simon Ser2023-07-24
| | | | References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4106
* build: drop intermediate libraries for protocolsLibravatar Simon Ser2022-11-25
|
* build: drop "server" from target name for protocol codeLibravatar Simon Ser2022-11-25
|
* build: unify server & client protocol generationLibravatar Simon Ser2022-11-25
| | | | | No need to make a difference here, let's just generate header files for both.
* build: drop wayland-scanner fallbackLibravatar Simon Ser2022-11-25
|
* ipc: add view content typeLibravatar Simon Ser2022-11-15
| | | | References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3599
* build: simplify protocol pathsLibravatar Simon Ser2022-10-04
| | | | No need for arrays here.
* Add support for linux-dmabuf surface hintsLibravatar Simon Ser2021-12-13
| | | | References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/1376
* build: subproject support for wayland-protocolsLibravatar lbonn2021-09-08
| | | | | | As in wlroots: [1] [1]: https://github.com/swaywm/wlroots/pull/2953
* build: use Dependency.get_variable instead of get_pkgconfig_variableLibravatar Simon Ser2021-06-30
| | | | Dependency.get_pkgconfig_variable has been deprecated.
* protocols: update layer-shell-unstable-v1 to v4Libravatar Simon Ser2021-01-12
| | | | | This is taken from wlr-protocols commit d1598e82240d ("layer-shell: add keyboard_interactivity.on_demand").
* protocols: sync wlr-layer-shell-unstable-v1 with wlrootsLibravatar Jan Beich2020-07-05
|
* Add support for wlr-output-power-management-unstable-v1Libravatar Simon Ser2020-02-26
|
* Amend typoLibravatar Jason Nader2020-01-13
|
* input: Add support for tablet protocol.Libravatar John Chadwick2019-09-25
| | | | | | Sway has basic support for drawing tablets, but does not expose properties such as pressure sensitivity. This implements the wlr tablet v2 protocol, providing tablet events to Wayland clients.
* Remove xdg-shell v6 supportLibravatar Simon Ser2019-08-20
| | | | | | All major toolkits and apps have gained xdg-shell stable support. Closes: https://github.com/swaywm/sway/issues/3690
* Replace meson generator with custom_targetLibravatar Manuel Stoeckl2019-06-24
| | | | | | | | | | | | This change mimics the wlroots protocol meson.build. It replaces meson generators with custom_targets, which will only run wayland-scanner once per output file. The idle protocol is not used by any clients, so its client protocol header is not generated. The check for the availability of the private-code scanner options has been removed, since the wlroots dependency requires wayland >= 1.16.
* Implement pointer-constraints-unstable-v1Libravatar Las2019-01-30
|
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
|
* Swaylock: Allow per-output imagesLibravatar Ryan Dwyer2018-05-20
|
* Merge pull request #1970 from emersion/xdg-shell-stableLibravatar Drew DeVault2018-05-13
|\ | | | | Add xdg-shell stable support
| * Add xdg-shell stable supportLibravatar emersion2018-05-13
| |
* | Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
|/ | | | | | | | | Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541
* Update layer-shell protocolLibravatar emersion2018-05-07
|
* Use 'private-code' for wayland-scanner code generationLibravatar Dominique Martinet2018-04-13
| | | | | Same as for wlroots - autodetect version and use either 'code' or the new one
* Implement input-inhibit in sway, swaylockLibravatar Drew DeVault2018-04-04
|
* protocols: remove unused XML filesLibravatar emersion2018-04-02
|
* protocols: remove xdg-shell XML fileLibravatar emersion2018-04-02
|
* add xdg-protocol headerLibravatar Tony Crisci2018-03-28
|
* Add initial layer shell skeletonLibravatar Drew DeVault2018-03-28
|
* Add solid-color rendering to swaybgLibravatar Drew DeVault2018-03-28
|
* Add client protocols and swaybg skeletonLibravatar Drew DeVault2018-03-28
|
* remove the rest of cmakeLibravatar Tony Crisci2017-12-01
|
* Implement KDE's server-side decoration protocolLibravatar Drew DeVault2017-04-28
|
* Add redshift supportLibravatar Drew DeVault2016-12-28
|
* Explicitly mark static linking in CMakeLibravatar Tomáš Čech2016-04-28
| | | | | When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
* Fix missing include pathsLibravatar Tomáš Čech2016-04-28
| | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* Make protocol specifications follow the DTDLibravatar Mikkel Oscar Lyderik2016-02-27
| | | | | | Gets rid of these warnings: WARNING: XML failed validation against built-in DTD
* remove archive from git, add *.a to gitignoreLibravatar Christoph Gysin2015-12-03
|
* Add swaylock protocol, add resource destructorsLibravatar Drew DeVault2015-12-03
| | | | This prevents sway crashing if swaybg or swaybar dies.
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* Basic support for extensions in server and clientsLibravatar Drew DeVault2015-11-18
|
* Generate protocol headersLibravatar Drew DeVault2015-11-18