summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-07-09Only use -lpam when not on OpenBSDKaashif Hymabaccus
2017-06-20Revert "Fix covering of composited notifications (#96)" (#133)Ingo Bürk
This reverts commit 80d4452ec680bcb0e57418f69d44d88ded82047c. fixes #130
2017-06-18Makefile: fix I3LOCK_VERSION replacementMichael Stapelberg
fixes #129
2017-04-17Use bsd_auth(3) instead of PAM on OpenBSDJasper Lievisse Adriaanse
Also apply two security measures for OpenBSD: - use explicit_bzero(3) - mlock(2) works for non-root users too
2017-04-15Move all PAM code behind UES_PAM and enable that by default.Jasper Lievisse Adriaanse
2017-04-14Remove last traces of DPMSJasper Lievisse Adriaanse
2017-03-26Fix covering of composited notifications (#96)martin
Use the XComposite extension to get the composite overlay window, instead of just using the normal root window. This ensures that composited windows are covered.
2016-08-13Added version files for release tarball. Fixes #40 (#86)eplanet
2015-05-20makefile: s/README/README.md/Michael Stapelberg
2015-04-27Make pkg-config configurableNikolay Orlyuk
2014-06-21listen for XKB events instead of the MappingNotify event (Thanks Ran)Michael Stapelberg
2014-06-21little cleanups thanks to Ran Benita’s reviewMichael Stapelberg
2014-06-21use libxkbcommon-x11 instead of libX11Michael Stapelberg
2014-05-02Scale the unlock indicator (for retina displays)Michael Stapelberg
2013-06-09add xcb-atom to pkg-config callsMichael Stapelberg
2012-10-26remove support for NOLIBCAIRO, cairo-xcb is widespread by nowMichael Stapelberg
2012-10-26use libxkbcommon for input handlingMichael Stapelberg
Thanks to Ran Benita and Daniel Stone (the libxkbcommon authors) for answering my questions and reviewing this code. With this commit, input handling should be more correct with using less code (in i3lock, that is).
2012-04-01add CHANGELOG fileMichael Stapelberg
2012-03-15fix compilation on some systems (Thanks badboy)Michael Stapelberg
2012-01-03Implement Xinerama support (not used yet)Michael Stapelberg
2011-12-28Implement a visual unlock indicatorMichael Stapelberg
2011-11-06Makefile: add 'dist' targetMichael Stapelberg
2011-07-13makefile: respect and use CPPFLAGS / LIBS (Thanks Kacper)Michael Stapelberg
2011-01-20add i3lock.pam (installed as /etc/pam.d/i3lock) which includes 'login' ↵Michael Stapelberg
(Thanks Семён)
2010-10-06Make it possible to build i3lock without cairo.Thorsten Töpper
2010-07-23print version number when invoked with -vMichael Stapelberg
2010-07-20Port the pointer-code to xcbAxel Wagner
2010-07-16Initial commit of the XCB rewrite of i3lockMichael Stapelberg
Changes: - Uses XCB instead of Xlib (like i3), thus cleaner/faster code - Uses cairo to load PNG images (*much* faster than XPM)
2009-05-10debian: update changelog, control. We can finally drop the suid bit :-)Michael Stapelberg
2009-03-11Forgot one instance of slock in MakefileMichael Stapelberg
2009-03-11Add a manpage and install it, update debian descriptionMichael Stapelberg
2009-03-11Initial import of i3lock 0.9Michael Stapelberg