summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-03change ALL the copyrights!Michael Stapelberg
2012-01-03Lock the password buffer in memory, clear it in RAM after verifyingMichael Stapelberg
2011-12-30support ISO_Level5_Shift (Thanks roland)Michael Stapelberg
2011-12-29Fix the timeouts for hiding the unlock indicator (Thanks Merovius)Michael Stapelberg
2011-12-28Properly free X11 resources (fixes DoS bug) (Thanks Merovius)Michael Stapelberg
2011-12-28Implement a visual unlock indicatorMichael Stapelberg
2011-11-06debian: update packaging to use dpkg-buildflags, i3lock.manpagesMichael Stapelberg
2011-11-06Makefile: add 'dist' targetMichael Stapelberg
2011-11-06Properly implement -h (fixes error message about unknown option)Michael Stapelberg
2011-11-06Get rid of superfluous \n in --versionMichael Stapelberg
2011-11-06update debian/changelogMichael Stapelberg
2011-10-30Bugfix: Properly detect the release of ISO_Level3_Shift (Thanks bacardi55)Michael Stapelberg
2011-10-29Introduce --debug and some debugging options related to the Mode_switch / ISO...Michael Stapelberg
2011-10-29Correctly handle Mode_switch/ISO_Level3_Shift (Thanks bacardi55)Michael Stapelberg
2011-10-24Bugfix: Don’t re-grab pointer/keyboard on MappingNotify (Thanks wilmer)Michael Stapelberg
2011-09-25manpage: mention arguments in OPTIONS section, too (Thanks TrickSTer)Michael Stapelberg
2011-09-25Throw an error when specifying an invalid pointer argument (-p) (Thanks Trick...Michael Stapelberg
2011-08-24Fixed handle_screen_resize to build with NOLIBCAIRO enabledThorsten Töpper
2011-08-17handle screen resolution images and redraw the lock windowStefan Breunig
2011-07-13update debian packaging, update copyrightMichael Stapelberg
2011-07-13makefile: respect and use CPPFLAGS / LIBS (Thanks Kacper)Michael Stapelberg
2011-04-02optimization: render to pixmap which is used as background for the windowMichael Stapelberg
2011-04-02Mark handle_visibility_notify and handle_mapping_notify as staticMichael Stapelberg
2011-03-13update debian packagingMichael Stapelberg
2011-03-13cleanup indention left-oversMichael Stapelberg
2011-03-13bump copyrightMichael Stapelberg
2011-03-13Handle MappingNotify-events (Thanks Pascal)Michael Stapelberg
2011-01-23use 'auth include login' instead of '@include login', the latter is debian-sp...Michael Stapelberg
2011-01-20add i3lock.pam (installed as /etc/pam.d/i3lock) which includes 'login' (Thank...Michael Stapelberg
2011-01-15Bugfix: correctly check for errors when connecting to X11Michael Stapelberg
2010-11-09add XK_KP_Enter as synonym for XK_ReturnMichael Stapelberg
2010-11-08Bugfix: Handle numpad keys correctly (Thanks Pascal)Michael Stapelberg
2010-11-06Bugfix: When entering 512 characters, you could use neither return nor backsp...Michael Stapelberg
2010-10-06Add a hint to the error message 'unknown option' when compiled with NOLIBCAIROMichael Stapelberg
2010-10-06Make it possible to build i3lock without cairo.Thorsten Töpper
2010-09-09comment out debug output (Thanks Ciprian)Michael Stapelberg
2010-09-05debian: change priority to optionalMichael Stapelberg
2010-09-05update debian packaging for i3lock 2.0 releaseMichael Stapelberg
2010-07-23print version number when invoked with -vMichael Stapelberg
2010-07-21manpage: add missing "specify" (Thanks xeen)Michael Stapelberg
2010-07-21s/passwords/password (Thanks xeen)Michael Stapelberg
2010-07-20Re-implement tiling of image (-t)Michael Stapelberg
2010-07-20Fix compilation warning by including cairo-xcbMichael Stapelberg
2010-07-20Move static byte arrays to xcb.c (fixes compilation warnings)Michael Stapelberg
2010-07-20Port the pointer-code to xcbAxel Wagner
2010-07-20disable debug output which reveals the passwordMichael Stapelberg
2010-07-20grabbing: make the retry loop much slower (waits up to half a second)Michael Stapelberg
2010-07-20Bugfix: Correctly error out when unable to grab pointer/keyboardMichael Stapelberg
2010-07-20Raise the i3lock window upon visibility notifiesMichael Stapelberg
2010-07-20make event loop simpler (Thanks to Jamey Sharp)Michael Stapelberg