| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-26 | Add _C11_SOURCE feature test macro on FreeBSD | sghctoma | -0/+4 | |
| This will restrict the default namespace set on FreeBSD to the C11 standard (everything is visible by default), which will prevent possible conflicts with symbols hidden behing __BSD_VISIBLE. | ||||
| 2018-09-26 | Make libpam optional | Drew DeVault | -2/+5 | |
| 2018-09-03 | Merge remote-tracking branch 'upstream/master' into fix-freebsd-build | sghctoma | -5/+7 | |
| 2018-09-02 | Add ld-library-path meson option | Ryan Dwyer | -0/+2 | |
| 2018-09-02 | Use dashes in meson option names | Ryan Dwyer | -5/+5 | |
| 2018-08-30 | Fix SYSCONFDIR to include "prefix" | sghctoma | -1/+1 | |
| SYSCONFDIR is used to determine the path of the default configuration file. 'sysconfdir' is set to 'prefix/sysconfdir' later (on line 139), so configuration files are installed under 'prefix', but SYSCONFDIR did not reflect it. | ||||
| 2018-08-30 | Make libcap an optional dependency | sghctoma | -1/+1 | |
| FreeBSD does not have libcap, so without "required: false" Sway fails to build. | ||||
| 2018-08-27 | Hide deprecated wayland functions | Scott Anderson | -0/+1 | |
| 2018-08-26 | added fish to meson.build | Martin Kalchev | -0/+11 | |
| 2018-08-02 | Merge branch 'master' into nagbar | Ryan Dwyer | -1/+1 | |
| 2018-08-02 | Link xcb dependency to meson options "enable_xwayland" (#2393) | Michel Ganguin | -1/+1 | |
| * Link xcb dependency to meson options "enable_xwayland" * Link xcb dependency to meson options "enable_xwayland" | ||||
| 2018-08-01 | swaynag: implement config file support | Brian Ashworth | -0/+1 | |
| 2018-08-01 | Address first round review for swaynag | Brian Ashworth | -2/+2 | |
| 2018-08-01 | Implements swaynagbar | Brian Ashworth | -0/+2 | |
| 2018-07-30 | Merge pull request #2387 from 1ace/feature/bash-completion | Drew DeVault | -0/+12 | |
| bash completion | ||||
| 2018-07-30 | delete references to swaygrab | Eric Engestrom | -1/+0 | |
| 2018-07-30 | meson: install bash completion | Eric Engestrom | -0/+12 | |
| 2018-07-29 | Enable unstable wlroots features | Drew DeVault | -0/+1 | |
| 2018-07-24 | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false | Pascal Pascher | -2/+2 | |
| 2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable ↵ | Pascal Pascher | -0/+6 | |
| xwayland support | ||||
| 2018-06-18 | Automatically float xwayland windows | emersion | -1/+2 | |
| 2018-05-20 | Swaylock: Allow per-output images | Ryan Dwyer | -1/+1 | |
| 2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson | -0/+16 | |
| 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-11 | Add swaylock(1) and swaymsg(1) | Drew DeVault | -0/+2 | |
| 2018-05-11 | Add sway-input(5) | Drew DeVault | -0/+1 | |
| 2018-05-11 | Add sway-bar(5) | Drew DeVault | -0/+1 | |
| 2018-05-11 | Add sway(5) | Drew DeVault | -0/+1 | |
| 2018-05-11 | Wire up scdoc and rewrite sway(1) | Drew DeVault | -16/+9 | |
| 2018-05-06 | meson.build: Look for '-lpam', not '-llibpam'. | Yorick van Pelt | -1/+1 | |
| See #1920 for more information. | ||||
| 2018-04-08 | Improve dependency checks | Bruno Pinto | -1/+1 | |
| 2018-04-05 | Add -Wno-unused-result | Drew DeVault | -0/+1 | |
| Fixes #1744 | ||||
| 2018-04-04 | Initial swaylock port | Drew DeVault | -0/+2 | |
| 2018-03-30 | Initialize seat pointer in swaybar | Drew DeVault | -0/+1 | |
| 2018-03-29 | Start port of swaybar to layer shell | Drew DeVault | -0/+3 | |
| 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-28 | Address review comments | Drew DeVault | -1/+4 | |
| 2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | -0/+8 | |
| 2018-03-28 | Add client protocols and swaybg skeleton | Drew DeVault | -0/+2 | |
| 2018-03-15 | meson: allow wlroots to be a subproject | emersion | -1/+1 | |
| 2018-02-18 | Add -Wno-unused-function | Drew DeVault | -0/+1 | |
| This is temporary, it helps while we work on porting and large swaths of the code are commented out. | ||||
| 2018-01-04 | update json-c dep to 0.13 | Rachel K | -1/+1 | |
| 2017-12-06 | input skeleton | Tony Crisci | -0/+1 | |
| 2017-12-05 | Add minimal config subsystem | emersion | -0/+2 | |
| 2017-12-01 | meson dont warn on unused param | Tony Crisci | -0/+2 | |
| 2017-11-30 | meson zsh completions install | Tony Crisci | -0/+12 | |
| 2017-11-30 | meson build swaymsg | Tony Crisci | -0/+1 | |
| 2017-11-30 | meson build manpages | Tony Crisci | -0/+33 | |
| 2017-11-30 | add meson install files | Tony Crisci | -1/+53 | |
| 2017-11-30 | make meson version configurable | Tony Crisci | -3/+13 | |
| 2017-11-30 | meson add version info | Tony Crisci | -2/+5 | |
| 2017-11-30 | fix meson.build whitespace | Tony Crisci | -7/+6 | |
