summaryrefslogtreecommitdiffstats
path: root/protocols/meson.build
Commit message (Collapse)AuthorAge
* 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
|
* 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
* 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
|
* 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