aboutsummaryrefslogtreecommitdiff
path: root/protocols/meson.build
AgeCommit message (Collapse)Author
2019-08-20Remove xdg-shell v6 supportSimon Ser
All major toolkits and apps have gained xdg-shell stable support. Closes: https://github.com/swaywm/sway/issues/3690
2019-06-24Replace meson generator with custom_targetManuel Stoeckl
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-30Implement pointer-constraints-unstable-v1Las
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer
2018-05-13Merge pull request #1970 from emersion/xdg-shell-stableDrew DeVault
Add xdg-shell stable support
2018-05-13Add xdg-shell stable supportemersion
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
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 generationDominique Martinet
Same as for wlroots - autodetect version and use either 'code' or the new one
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault
2018-03-28add xdg-protocol headerTony Crisci
2018-03-28Add initial layer shell skeletonDrew DeVault
2018-03-28Add solid-color rendering to swaybgDrew DeVault
2018-03-28Add client protocols and swaybg skeletonDrew DeVault