]>
git.sur5r.net Git - i3/i3lock/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Stapelberg [Fri, 23 Jul 2010 21:13:41 +0000 (23:13 +0200)]
print version number when invoked with -v
Michael Stapelberg [Tue, 20 Jul 2010 23:46:41 +0000 (01:46 +0200)]
manpage: add missing "specify" (Thanks xeen)
Michael Stapelberg [Tue, 20 Jul 2010 23:45:11 +0000 (01:45 +0200)]
s/passwords/password (Thanks xeen)
Michael Stapelberg [Tue, 20 Jul 2010 21:44:58 +0000 (23:44 +0200)]
Re-implement tiling of image (-t)
Michael Stapelberg [Tue, 20 Jul 2010 21:09:09 +0000 (23:09 +0200)]
Fix compilation warning by including cairo-xcb
Michael Stapelberg [Tue, 20 Jul 2010 21:06:54 +0000 (23:06 +0200)]
Move static byte arrays to xcb.c (fixes compilation warnings)
Axel Wagner [Mon, 19 Jul 2010 21:15:50 +0000 (23:15 +0200)]
Port the pointer-code to xcb
Michael Stapelberg [Tue, 20 Jul 2010 19:18:53 +0000 (21:18 +0200)]
disable debug output which reveals the password
(full debug output will be disabled for the next release)
Michael Stapelberg [Tue, 20 Jul 2010 19:07:39 +0000 (21:07 +0200)]
grabbing: make the retry loop much slower (waits up to half a second)
This should fix a race condition where the Mod-key was not released
in time when starting i3lock using a key combination.
Michael Stapelberg [Tue, 20 Jul 2010 18:52:58 +0000 (20:52 +0200)]
Bugfix: Correctly error out when unable to grab pointer/keyboard
Michael Stapelberg [Tue, 20 Jul 2010 18:30:44 +0000 (20:30 +0200)]
Raise the i3lock window upon visibility notifies
Michael Stapelberg [Tue, 20 Jul 2010 18:13:40 +0000 (20:13 +0200)]
make event loop simpler (Thanks to Jamey Sharp)
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
Michael Stapelberg [Fri, 16 Jul 2010 23:08:30 +0000 (01:08 +0200)]
err, xcb_image is not actually used
Michael Stapelberg [Fri, 16 Jul 2010 18:59:09 +0000 (20:59 +0200)]
s/arry/array
Michael Stapelberg [Fri, 16 Jul 2010 18:55:20 +0000 (20:55 +0200)]
manpage: PNG instead of XPM
Michael Stapelberg [Fri, 16 Jul 2010 18:36:11 +0000 (20:36 +0200)]
manpage: s/tile/tiling
Michael Stapelberg [Fri, 16 Jul 2010 16:27:04 +0000 (18:27 +0200)]
debian: add missing libxcb-image0-dev
Michael Stapelberg [Fri, 16 Jul 2010 16:22:33 +0000 (18:22 +0200)]
debian: update packaging
Michael Stapelberg [Fri, 16 Jul 2010 16:15:31 +0000 (18:15 +0200)]
Fix errors in i3lock.1
Michael Stapelberg [Fri, 16 Jul 2010 16:00:26 +0000 (18:00 +0200)]
Mention pkg-config as requirement
Michael Stapelberg [Fri, 16 Jul 2010 15:56:15 +0000 (17:56 +0200)]
Update manpage
Michael Stapelberg [Fri, 16 Jul 2010 15:47:42 +0000 (17:47 +0200)]
Update README
Michael Stapelberg [Fri, 16 Jul 2010 15:42:17 +0000 (17:42 +0200)]
remove config.mk, no longer necessary
Michael Stapelberg [Fri, 16 Jul 2010 15:35:51 +0000 (17:35 +0200)]
Initial commit of the XCB rewrite of i3lock
Changes:
- Uses XCB instead of Xlib (like i3), thus cleaner/faster code
- Uses cairo to load PNG images (*much* faster than XPM)
Axel Wagner [Fri, 2 Jul 2010 22:24:50 +0000 (00:24 +0200)]
Implement showing the default X- or a hardcoded Windows-Mousecursor.
Michael Stapelberg [Thu, 10 Dec 2009 19:24:58 +0000 (20:24 +0100)]
Skip keypresses without entering a password, they cause a delay
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.
Michael Stapelberg [Fri, 16 Oct 2009 19:30:27 +0000 (21:30 +0200)]
Don’t strip when building, the distro’s build systems handle this
Michael Stapelberg [Wed, 19 Aug 2009 19:34:51 +0000 (21:34 +0200)]
Document dependency on libpam in README
Michael Stapelberg [Sun, 2 Aug 2009 19:47:39 +0000 (21:47 +0200)]
Some small cleanups
Jan-Erik Rediger [Sun, 2 Aug 2009 17:59:16 +0000 (19:59 +0200)]
adding option to enable tiling of images
Michael Stapelberg [Sun, 2 Aug 2009 17:58:30 +0000 (19:58 +0200)]
Update debian changelog
Michael Stapelberg [Sun, 2 Aug 2009 17:50:30 +0000 (19:50 +0200)]
Skip leading # signs for the color, fix input validation
Jan-Erik Rediger [Fri, 31 Jul 2009 19:35:40 +0000 (21:35 +0200)]
adding option to choose background color
Michael Stapelberg [Sat, 27 Jun 2009 21:06:44 +0000 (23:06 +0200)]
Document the new option in the manpage
Michael Stapelberg [Sat, 27 Jun 2009 20:56:44 +0000 (22:56 +0200)]
debian: add build dependency
Michael Stapelberg [Sat, 27 Jun 2009 20:35:59 +0000 (22:35 +0200)]
Handle error codes when loading the pixmap
Jan-Erik Rediger [Fri, 19 Jun 2009 22:52:55 +0000 (00:52 +0200)]
i3lock now can use xpm images as background
Michael Stapelberg [Sun, 21 Jun 2009 15:08:47 +0000 (17:08 +0200)]
debian: change Priority to extra (makes more sense)
Michael Stapelberg [Sun, 10 May 2009 11:04:45 +0000 (13:04 +0200)]
debian: update changelog, control. We can finally drop the suid bit :-)
Michael Stapelberg [Sun, 10 May 2009 10:48:16 +0000 (12:48 +0200)]
Implement options for forking, beeping and DPMS. Bump version to 1.0.
Michael Stapelberg [Sun, 10 May 2009 10:22:41 +0000 (12:22 +0200)]
Implement PAM support (and retab! the file)
Michael Stapelberg [Fri, 1 May 2009 18:37:01 +0000 (20:37 +0200)]
debian: change maintainer address
Michael Stapelberg [Thu, 30 Apr 2009 13:18:34 +0000 (15:18 +0200)]
Debian: Change maintainer email address, set DM-Upload-Allowed field
Michael Stapelberg [Sun, 29 Mar 2009 16:46:18 +0000 (18:46 +0200)]
Debian package: Close ITP, depend on ${misc:Depends}
Michael Stapelberg [Wed, 11 Mar 2009 23:40:00 +0000 (00:40 +0100)]
Exclude usr/bin/i3lock from dh_fixperms to not kill the setuid root bit
Michael Stapelberg [Wed, 11 Mar 2009 23:19:42 +0000 (00:19 +0100)]
Fix spelling errors
Michael Stapelberg [Wed, 11 Mar 2009 22:56:56 +0000 (23:56 +0100)]
Remove misc:depends, remove obsolete comment
Michael Stapelberg [Wed, 11 Mar 2009 22:53:48 +0000 (23:53 +0100)]
Update changelog
Michael Stapelberg [Wed, 11 Mar 2009 22:49:32 +0000 (23:49 +0100)]
Forgot one instance of slock in Makefile
Michael Stapelberg [Wed, 11 Mar 2009 22:44:39 +0000 (23:44 +0100)]
Add a manpage and install it, update debian description
Michael Stapelberg [Wed, 11 Mar 2009 22:29:37 +0000 (23:29 +0100)]
Add debian/
Michael Stapelberg [Wed, 11 Mar 2009 21:17:00 +0000 (22:17 +0100)]
Initial import of i3lock 0.9