Chris Guillott
1ebdc36c5b
upstream again
2016-08-20 21:11:33 -05:00
Vasilij Schneidermann
893aff1bd0
Set font face ( #89 )
2016-08-18 11:53:19 -07:00
Chris Guillott
ed326ee463
add option for single-display unlock indicator
2016-02-17 07:51:04 -05:00
Chris Guillott
7fb899bcd5
expose separator color for theming + bug fix
...
I did a double take, apparently he messed up a copy/paste.
2016-02-09 09:19:50 -05:00
Chris Guillott
cf522a301f
add a couple options for drawing the line color
2016-02-09 08:52:59 -05:00
Chris Guillott
34c2d5e1a3
patch in i3lock-color commits
2016-02-08 15:53:29 -05:00
Michael Stapelberg
59705b05b5
Show unlock indicator if password was entered during PAM verification
...
fixes #51
2015-12-25 22:10:06 +01:00
Deiz
dda29f93a1
Update copyright notices and get rid of ranges
...
The script used to make these changes can be found at:
https://gist.github.com/Deiz/32322020f76d23e2bf8f
2015-04-21 11:53:09 -04:00
Deiz
b4f6dae10e
List generic pressed modifiers on failure
2015-03-29 16:22:31 -04:00
Alexandre Boeglin
a9ecf1e0c9
Add capslock and numlock indicators
...
When the unlock indicator warns the user that a password was typed
wrong, it now also reports the state of the capslock and numlock
modifiers.
Signed-off-by: Alexandre Boeglin <alex@boeglin.org>
2015-03-28 14:50:05 -04:00
Michael Stapelberg
68b78a7f57
clang-format -i **/*.[ch]
...
From here on, we’ll use clang-format to automatically format the source.
This has worked well in i3, so we are introducing it for i3lock.
2015-03-16 18:47:16 +01:00
koebi
0cbf483cb4
implemented logging the number of failed attempts
...
This closes #1243
2014-08-24 23:27:00 +02:00
Michael Stapelberg
6191590e5c
Scale the unlock indicator (for retina displays)
2014-05-02 19:57:22 +02:00
Vytautas Šaltenis
2509c987d1
Extract start/stop timer code to reusable funcs
2014-03-11 09:11:20 +01:00
Sebastian Ullrich
e0213cb1f5
Fix centering the indicator in the no-xinerama case
2013-03-29 10:14:01 +01:00
Michael Stapelberg
fba88476dd
remove support for NOLIBCAIRO, cairo-xcb is widespread by now
2012-10-26 20:42:26 +02:00
Michael Stapelberg
e1d86a3279
use libxkbcommon for input handling
...
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-10-26 20:39:59 +02:00
Michael Stapelberg
9b29ae7afd
Bugfix: Correctly center unlock indicator after reconfiguring screens (Thanks xn)
...
Fixes : #712
2012-05-19 21:13:03 +02:00
Michael Stapelberg
dc2b6e5f39
Use (void) instead of () for functions without args (Thanks fernandotcl)
...
See also:
http://article.gmane.org/gmane.linux.kernel/1268792
The C compiler will handle (void) as "no arguments" and () as "variadic
function" (equivalent to (...)) which might lead to subtle errors, such
as the one which was fixed with commit 0ea64ae4.
2012-04-01 12:28:28 +02:00
Michael Stapelberg
2053e9880a
Bugfix: Fix background color when using cairo (Thanks Pascal)
2012-03-26 18:59:41 +02:00
Simon Kämpe
f368bbd006
Added missing #ifndef NOLIBCAIRO
...
Needed to compile without libcairo.
2012-01-07 11:47:20 +00:00
Michael Stapelberg
5e14ad0605
draw the unlock indicator in the middle of every screen
2012-01-04 00:10:36 +00:00
Michael Stapelberg
02655d2ddf
Fix a few memory leaks
2012-01-03 22:31:16 +00:00
Michael Stapelberg
0e7e009f45
Properly free timeouts, move one of the timeouts to unlock_indicator.c
2012-01-03 22:18:33 +00:00
Michael Stapelberg
57585bef70
Refactor the unlock indicator into its own source code file
2012-01-03 20:56:05 +00:00