index
:
i3lock-img.git
master
Fork of i3lock that allows for images to be used in place of the ugly circle
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unlock_indicator.c
Age
Commit message (
Expand
)
Author
2017-07-17
added functional keypress image spec, loads slow if you use many high res ima...
knolax
2017-07-17
functional implementation of images for auth indicator state
knolax
2017-04-15
Rename all PAM-independant variables/comments.
Jasper Lievisse Adriaanse
2017-01-10
Change input slices to be exactly pi/3 in size instead of slightly more (#107)
Bownairo
2016-10-11
Display error message when locking failed (#99)
eplanet
2016-09-27
Displaying locking message when grabbing the pointer/keyboard. (#88)
eplanet
2016-08-18
Set font face (#89)
Vasilij Schneidermann
2015-12-25
Show unlock indicator if password was entered during PAM verification
Michael Stapelberg
2015-04-21
Update copyright notices and get rid of ranges
Deiz
2015-03-29
List generic pressed modifiers on failure
Deiz
2015-03-28
Add capslock and numlock indicators
Alexandre Boeglin
2015-03-16
clang-format -i **/*.[ch]
Michael Stapelberg
2014-08-24
implemented logging the number of failed attempts
koebi
2014-05-02
Scale the unlock indicator (for retina displays)
Michael Stapelberg
2014-03-11
Extract start/stop timer code to reusable funcs
Vytautas Šaltenis
2013-03-29
Fix centering the indicator in the no-xinerama case
Sebastian Ullrich
2012-10-26
remove support for NOLIBCAIRO, cairo-xcb is widespread by now
Michael Stapelberg
2012-10-26
use libxkbcommon for input handling
Michael Stapelberg
2012-05-19
Bugfix: Correctly center unlock indicator after reconfiguring screens (Thanks...
Michael Stapelberg
2012-04-01
Use (void) instead of () for functions without args (Thanks fernandotcl)
Michael Stapelberg
2012-03-26
Bugfix: Fix background color when using cairo (Thanks Pascal)
Michael Stapelberg
2012-01-07
Added missing #ifndef NOLIBCAIRO
Simon Kämpe
2012-01-04
draw the unlock indicator in the middle of every screen
Michael Stapelberg
2012-01-03
Fix a few memory leaks
Michael Stapelberg
2012-01-03
Properly free timeouts, move one of the timeouts to unlock_indicator.c
Michael Stapelberg
2012-01-03
Refactor the unlock indicator into its own source code file
Michael Stapelberg