aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2018-06-18Automatically float xwayland windowsemersion
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer
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-05-11Add swaylock(1) and swaymsg(1)Drew DeVault
2018-05-11Add sway-input(5)Drew DeVault
2018-05-11Add sway-bar(5)Drew DeVault
2018-05-11Add sway(5)Drew DeVault
2018-05-11Wire up scdoc and rewrite sway(1)Drew DeVault
2018-05-06meson.build: Look for '-lpam', not '-llibpam'.Yorick van Pelt
See #1920 for more information.
2018-04-08Improve dependency checksBruno Pinto
2018-04-05Add -Wno-unused-resultDrew DeVault
Fixes #1744
2018-04-04Initial swaylock portDrew DeVault
2018-03-30Initialize seat pointer in swaybarDrew DeVault
2018-03-29Start port of swaybar to layer shellDrew DeVault
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
2018-03-28Address review commentsDrew DeVault
2018-03-28Add solid-color rendering to swaybgDrew DeVault
2018-03-28Add client protocols and swaybg skeletonDrew DeVault
2018-03-15meson: allow wlroots to be a subprojectemersion
2018-02-18Add -Wno-unused-functionDrew DeVault
This is temporary, it helps while we work on porting and large swaths of the code are commented out.
2018-01-04update json-c dep to 0.13Rachel K
2017-12-06input skeletonTony Crisci
2017-12-05Add minimal config subsystememersion
2017-12-01meson dont warn on unused paramTony Crisci
2017-11-30meson zsh completions installTony Crisci
2017-11-30meson build swaymsgTony Crisci
2017-11-30meson build manpagesTony Crisci
2017-11-30add meson install filesTony Crisci
2017-11-30make meson version configurableTony Crisci
2017-11-30meson add version infoTony Crisci
2017-11-30fix meson.build whitespaceTony Crisci
2017-11-30use meson subdirectoriesTony Crisci
2017-11-29working meson buildTony Crisci