summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
(full debug output will be disabled for the next release)
2010-07-20grabbing: make the retry loop much slower (waits up to half a second)Michael Stapelberg
This should fix a race condition where the Mod-key was not released in time when starting i3lock using a key combination.
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
As explained in Jamey’s post on the XCB mailing list, the event loop can/should be written in a more simple way than it was before in xcb-event. See: <AANLkTinhIM320wUjSeHkBTVk4ysBuiSZkvfs8pMLVykO@mail.gmail.com> or http://lists.freedesktop.org/archives/xcb/2010-July/006292.html
2010-07-17err, xcb_image is not actually usedMichael Stapelberg
2010-07-16s/arry/arrayMichael Stapelberg
2010-07-16manpage: PNG instead of XPMMichael Stapelberg
2010-07-16manpage: s/tile/tilingMichael Stapelberg
2010-07-16debian: add missing libxcb-image0-devMichael Stapelberg
2010-07-16debian: update packagingMichael Stapelberg
2010-07-16Fix errors in i3lock.1Michael Stapelberg
2010-07-16Mention pkg-config as requirementMichael Stapelberg
2010-07-16Update manpageMichael Stapelberg
2010-07-16Update READMEMichael Stapelberg
2010-07-16remove config.mk, no longer necessaryMichael Stapelberg
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)
2010-07-09Implement showing the default X- or a hardcoded Windows-Mousecursor.Axel Wagner
2009-12-10Skip keypresses without entering a password, they cause a delayMichael Stapelberg
When suspending your system to RAM, a race-condition can occur which causes many enter keypresses to be sent. These effectively delay your login by 3 seconds times 50 times (or so), so we just skip empty passwords. If your password is empty, you don’t need to lock your screen anyway.
2009-10-16Don’t strip when building, the distro’s build systems handle thisMichael Stapelberg
2009-08-19Document dependency on libpam in READMEMichael Stapelberg
2009-08-02Some small cleanupsMichael Stapelberg
2009-08-02adding option to enable tiling of imagesJan-Erik Rediger
2009-08-02Update debian changelogMichael Stapelberg
2009-08-02Skip leading # signs for the color, fix input validationMichael Stapelberg
2009-08-02adding option to choose background colorJan-Erik Rediger
2009-06-27Document the new option in the manpageMichael Stapelberg
2009-06-27debian: add build dependencyMichael Stapelberg
2009-06-27Handle error codes when loading the pixmapMichael Stapelberg
2009-06-27i3lock now can use xpm images as backgroundJan-Erik Rediger
2009-06-21debian: change Priority to extra (makes more sense)Michael Stapelberg
2009-05-10debian: update changelog, control. We can finally drop the suid bit :-)Michael Stapelberg
2009-05-10Implement options for forking, beeping and DPMS. Bump version to 1.0.Michael Stapelberg
2009-05-10Implement PAM support (and retab! the file)Michael Stapelberg
2009-05-01debian: change maintainer addressMichael Stapelberg
2009-04-30Debian: Change maintainer email address, set DM-Upload-Allowed fieldMichael Stapelberg
2009-03-29Debian package: Close ITP, depend on ${misc:Depends}Michael Stapelberg
2009-03-12Exclude usr/bin/i3lock from dh_fixperms to not kill the setuid root bitMichael Stapelberg
2009-03-12Fix spelling errorsMichael Stapelberg
2009-03-11Remove misc:depends, remove obsolete commentMichael Stapelberg