Age | Commit message (Expand) | Author |
2019-04-25 | swaybg: split into standalone project | Drew DeVault |
2019-04-25 | Set the correct version for wlroots dependency | bschacht |
2019-04-13 | swaybg: add manpage | Simon Ser |
2019-03-10 | meson: use pkg-config var for scdoc path | emersion |
2019-03-04 | meson: update scdoc requirement to >= 1.9.2 | Brian Ashworth |
2019-03-01 | meson: check scdoc version | emersion |
2019-02-27 | Merge pull request #3766 from RedSoxFan/sway-ipc-scdoc | Drew DeVault |
2019-02-27 | Merge pull request #3786 from emersion/wlroots-version | Drew DeVault |
2019-02-27 | Print Meson features | emersion |
2019-02-27 | Set minimum wlroots version | emersion |
2019-02-27 | Add sway-ipc.7.scd to document IPC protocol | Brian Ashworth |
2019-02-17 | Fix Meson subproject boolean default options | emersion |
2019-02-16 | Disable unneeded wlroots subproject features | emersion |
2019-02-12 | Fix --version when building from tarball | emersion |
2019-02-05 | Set version in project file | Michael Vetter |
2019-01-21 | Merge pull request #3482 from emersion/meson-systemd-version | Drew DeVault |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-21 | meson: set minimum systemd version | emersion |
2019-01-18 | meson: make sure wlroots has been built with xwayland | emersion |
2019-01-18 | meson: remove extraneous parentheses | emersion |
2019-01-18 | meson: remove rpath options | emersion |
2019-01-18 | meson: remove unused dependencies | emersion |
2019-01-18 | meson: add gdk-pixbuf and man-pages options | emersion |
2019-01-17 | Use Meson feature options | emersion |
2019-01-16 | Remove usage of VLAs. | Connor E |
2019-01-13 | Split swaylock into separate project | Drew DeVault |
2019-01-12 | Split swayidle from sway | Drew DeVault |
2018-12-31 | bash: add completion for swaybar | Gaël PORTAY |
2018-12-31 | swaybar: add tray interface | Ian Fan |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-12-01 | meson.build: remove obsolete definition of swayidle_deps | Ian Fan |
2018-11-23 | Meson: Fix SYSCONFDIR definition. | progandy |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-10-27 | added fish completions for swaynag | madblobfish |
2018-10-27 | added fish completions for swayidle | madblobfish |
2018-10-17 | Set sysconfdir to /etc only if prefix is /usr | sghctoma |
2018-10-16 | Set SYSCONFDIR to /etc even when "prefix" is set | Niccolò Scatena |
2018-10-16 | Revert "Fix SYSCONFDIR to include "prefix"" | Niccolò Scatena |
2018-10-14 | Establish sway-output(5) | Drew DeVault |
2018-10-06 | Fix swaylock w/shadow on glibc, improve security | Drew DeVault |
2018-09-30 | Add support for installing binaries with DT_RPATH | Arkadiusz Hiler |
2018-09-30 | Remove libcap/prctl artifacts | Arkadiusz Hiler |
2018-09-28 | Add support for building swaylock without PAM | Drew DeVault |
2018-09-26 | Add _C11_SOURCE feature test macro on FreeBSD | sghctoma |
2018-09-26 | Make libpam optional | Drew DeVault |
2018-09-03 | Merge remote-tracking branch 'upstream/master' into fix-freebsd-build | sghctoma |
2018-09-02 | Add ld-library-path meson option | Ryan Dwyer |
2018-09-02 | Use dashes in meson option names | Ryan Dwyer |
2018-08-30 | Fix SYSCONFDIR to include "prefix" | sghctoma |