Commit graph

16 commits

Author SHA1 Message Date
Drew DeVault
426338a39e Update version number in meson.build to 1.5 2019-07-11 10:18:46 -04:00
Michael Vetter
a7a71bfa82 Adapt version number to actual release 1.4 2019-07-11 08:29:27 +03:00
Michael Vetter
5e7bd5bd21 Adapt version number to actual release 2019-05-23 07:10:31 -06:00
Michael Vetter
035fb3bc71 Set version in project file 2019-02-05 14:23:35 +01:00
emersion
d141b85d4d
meson: add a logind feature 2019-01-24 23:35:39 +01:00
Jan Beich
0cdb502d20 Add man-pages option like swaywm/sway@ba16f16e4d 2019-01-24 23:24:15 +01:00
Connor E
1d6af3c9f9 Use -Wvla flag to prevent usage of VLAs. 2019-01-18 15:22:56 +00:00
Scott Anderson
8672ae5991 Removed unused pthreads dependency 2019-01-13 13:36:40 +13:00
Scott Anderson
c04a557f00 Remove unused pixman dependency 2019-01-13 13:33:33 +13:00
Drew DeVault
be1c0ee027 Add shell completions 2019-01-12 09:39:41 -05:00
Drew DeVault
0e2b836365 Remove wlroots dependency 2019-01-12 09:36:11 -05:00
Drew DeVault
36af96be0e Configure standalone build 2019-01-12 09:21:21 -05:00
emersion
1f5d031af9 Use #if instead of #ifdef 2018-11-18 00:33:06 +01:00
Arkadiusz Hiler
02c52231b8 Add support for installing binaries with DT_RPATH
It's better to use DT_RPATH dynamic section of the elf binary to store
the paths of libraries to load instead of overwriting LD_LIBRARY_PATH
for the whole environment, causing surprises. This solution is much more
transparent and perfectly suitable for running contained installations
of wayland/wlroots/sway.

The code unsetting the LD_LIBRARY_PATH/LD_PRELOAD was also deleted as
it's a placebo security at best - we should trust the execution path
that leads us to running sway, and it's way too late to care about those
variables since we already started executing our compositor, thus we
would be compromised anyway.
2018-09-30 15:37:01 +03:00
Drew DeVault
81c412d4ed Add pixman to swayidle deps 2018-05-13 12:55:40 -04:00
Mattias Eriksson
fc85828296 Idle handling for dpms/lockscreen et al
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-13 00:30:09 +02:00