aboutsummaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)AuthorLines
2021-06-25build: use Dependency.get_variable instead of get_pkgconfig_variableFurkan Sahin-2/+2
Dependency.get_pkgconfig_variable has been deprecated.
2021-01-12protocols: update layer-shell-unstable-v1 to v4Furkan Sahin-9/+88
This is taken from wlr-protocols commit d1598e82240d ("layer-shell: add keyboard_interactivity.on_demand").
2020-07-04protocols: sync wlr-layer-shell-unstable-v1 with wlrootsFurkan Sahin-13/+39
2020-01-27Add support for wlr-output-power-management-unstable-v1Furkan Sahin-0/+129
2020-01-13Amend typoFurkan Sahin-1/+1
2019-09-17input: Add support for tablet protocol.Furkan Sahin-0/+1
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.
2019-08-18Remove xdg-shell v6 supportFurkan Sahin-1/+0
All major toolkits and apps have gained xdg-shell stable support. Closes: https://github.com/swaywm/sway/issues/3690
2019-06-22Replace meson generator with custom_targetFurkan Sahin-47/+41
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.
2019-01-26Implement pointer-constraints-unstable-v1Furkan Sahin-0/+1
2018-09-14Update for swaywm/wlroots#1243Furkan Sahin-1/+1
2018-05-19Swaylock: Allow per-output imagesFurkan Sahin-2/+4
2018-05-13Merge pull request #1970 from emersion/xdg-shell-stableFurkan Sahin-0/+1
Add xdg-shell stable support
2018-05-13Add xdg-shell stable supportFurkan Sahin-0/+1
2018-05-07Update layer-shell protocolFurkan Sahin-1/+5
2018-04-17Idle handling for dpms/lockscreen et alFurkan Sahin-0/+50
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
2018-04-13Use 'private-code' for wayland-scanner code generationFurkan Sahin-1/+8
Same as for wlroots - autodetect version and use either 'code' or the new one
2018-04-03Implement input-inhibit in sway, swaylockFurkan Sahin-2/+71
2018-04-02protocols: remove unused XML filesFurkan Sahin-307/+0
2018-04-02protocols: remove xdg-shell XML fileFurkan Sahin-430/+0
2018-03-28add xdg-protocol headerFurkan Sahin-0/+1
2018-03-28Add initial layer shell skeletonFurkan Sahin-11/+44
2018-03-27Add solid-color rendering to swaybgFurkan Sahin-15/+3
2018-03-27Add client protocols and swaybg skeletonFurkan Sahin-0/+330
2017-12-01remove the rest of cmakeFurkan Sahin-46/+0
2017-04-28Implement KDE's server-side decoration protocolFurkan Sahin-0/+100
2016-12-28Add redshift supportFurkan Sahin-0/+63
2016-04-28Explicitly mark static linking in CMakeFurkan Sahin-1/+1
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
2016-04-28Fix missing include pathsFurkan Sahin-0/+1
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
2016-02-27Make protocol specifications follow the DTDFurkan Sahin-3/+11
Gets rid of these warnings: WARNING: XML failed validation against built-in DTD
2015-12-03remove archive from git, add *.a to gitignoreFurkan Sahin-0/+0
2015-12-03Add swaylock protocol, add resource destructorsFurkan Sahin-0/+29
This prevents sway crashing if swaybg or swaybar dies.
2015-12-02cmake: build common code only onceFurkan Sahin-0/+22
This creates (static) libraries for protocols/, common/, and wayland/.
2015-11-18Basic support for extensions in server and clientsFurkan Sahin-0/+138
2015-11-18Generate protocol headersFurkan Sahin-0/+422