]>
git.sur5r.net Git - i3/i3lock/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Stapelberg [Sun, 25 Sep 2011 12:34:26 +0000 (13:34 +0100)]
manpage: mention arguments in OPTIONS section, too (Thanks TrickSTer)
Michael Stapelberg [Sun, 25 Sep 2011 12:26:51 +0000 (13:26 +0100)]
Throw an error when specifying an invalid pointer argument (-p) (Thanks TrickSTer)
Thorsten Töpper [Tue, 23 Aug 2011 23:22:17 +0000 (01:22 +0200)]
Fixed handle_screen_resize to build with NOLIBCAIRO enabled
Stefan Breunig [Sat, 6 Aug 2011 09:21:07 +0000 (11:21 +0200)]
handle screen resolution images and redraw the lock window
Michael Stapelberg [Wed, 13 Jul 2011 15:06:46 +0000 (17:06 +0200)]
update debian packaging, update copyright
Michael Stapelberg [Wed, 13 Jul 2011 14:56:27 +0000 (16:56 +0200)]
makefile: respect and use CPPFLAGS / LIBS (Thanks Kacper)
Michael Stapelberg [Sat, 2 Apr 2011 17:49:38 +0000 (19:49 +0200)]
optimization: render to pixmap which is used as background for the window
Before this commit, the background color (white by default) was visible for
about 100ms until the image was drawn. This flickering is now eliminated.
Also, we don’t need to handle Expose-events anymore, as X11 will use the
window’s background pixmap automatically.
Michael Stapelberg [Sat, 2 Apr 2011 17:32:59 +0000 (19:32 +0200)]
Mark handle_visibility_notify and handle_mapping_notify as static
Michael Stapelberg [Sun, 13 Mar 2011 19:38:32 +0000 (20:38 +0100)]
update debian packaging
Michael Stapelberg [Sun, 13 Mar 2011 19:24:25 +0000 (20:24 +0100)]
cleanup indention left-overs
Michael Stapelberg [Sun, 13 Mar 2011 19:23:39 +0000 (20:23 +0100)]
bump copyright
Michael Stapelberg [Sun, 13 Mar 2011 18:31:08 +0000 (19:31 +0100)]
Handle MappingNotify-events (Thanks Pascal)
Michael Stapelberg [Sat, 22 Jan 2011 23:11:51 +0000 (00:11 +0100)]
use 'auth include login' instead of '@include login', the latter is debian-specific (Thanks mseed)
Michael Stapelberg [Thu, 20 Jan 2011 09:36:03 +0000 (10:36 +0100)]
add i3lock.pam (installed as /etc/pam.d/i3lock) which includes 'login' (Thanks Семён)
Michael Stapelberg [Sat, 15 Jan 2011 13:47:06 +0000 (14:47 +0100)]
Bugfix: correctly check for errors when connecting to X11
Michael Stapelberg [Tue, 9 Nov 2010 18:35:16 +0000 (19:35 +0100)]
add XK_KP_Enter as synonym for XK_Return
Michael Stapelberg [Mon, 8 Nov 2010 13:39:53 +0000 (14:39 +0100)]
Bugfix: Handle numpad keys correctly (Thanks Pascal)
Michael Stapelberg [Sat, 6 Nov 2010 17:02:44 +0000 (18:02 +0100)]
Bugfix: When entering 512 characters, you could use neither return nor backspace (Thanks carl)
Michael Stapelberg [Wed, 6 Oct 2010 21:39:18 +0000 (23:39 +0200)]
Add a hint to the error message 'unknown option' when compiled with NOLIBCAIRO
Thorsten Töpper [Sat, 2 Oct 2010 19:50:50 +0000 (21:50 +0200)]
Make it possible to build i3lock without cairo.
Michael Stapelberg [Thu, 9 Sep 2010 13:39:27 +0000 (15:39 +0200)]
comment out debug output (Thanks Ciprian)
Michael Stapelberg [Sun, 5 Sep 2010 16:19:25 +0000 (18:19 +0200)]
debian: change priority to optional
Michael Stapelberg [Sun, 5 Sep 2010 11:59:02 +0000 (13:59 +0200)]
update debian packaging for i3lock 2.0 release
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