summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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