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
/
i3lock.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-07-17
added image keypress and auth state indicator options, as well as loading of ...
knolax
2017-04-17
Restore intended behaviour and don't use mlock(2) on OpenBSD.
Jasper Lievisse Adriaanse
2017-04-17
Use bsd_auth(3) instead of PAM on OpenBSD
Jasper Lievisse Adriaanse
2017-04-15
Move all PAM code behind UES_PAM and enable that by default.
Jasper Lievisse Adriaanse
2017-04-15
Rename all PAM-independant variables/comments.
Jasper Lievisse Adriaanse
2016-11-09
Add Enter on C-m (#103)
Nicolò Balzarotti
2016-09-27
Displaying locking message when grabbing the pointer/keyboard. (#88)
eplanet
2016-09-13
i3lock: Stop leaking the image_path dup. (#93)
Diogo Ferreira
2016-09-04
unlock automatically after authentication failure (#90)
koebi
2016-07-20
Removed obsolete inactivity timeout (#84)
Florian Zipperle
2016-06-03
clang-format-3.5
Michael Stapelberg
2016-05-25
Add support for `xss-lock --transfer-sleep-lock' (#75)
Christoph Ruegge
2016-04-30
Allow CTRL+J as enter and CTRL+H as backspace (#72)
Karl Tarbe
2015-12-25
Show unlock indicator if password was entered during PAM verification
Michael Stapelberg
2015-12-25
Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
Michael Stapelberg
2015-11-07
Remove libxkbfile dependency from README.md/comments
Michael Stapelberg
2015-11-05
fix pam_securetty: set PAM_TTY to getenv("DISPLAY")
Michael Stapelberg
2015-08-11
Remove DPMS support in favor of a wrapper script and xset(1).
Michael Stapelberg
2015-07-02
Indicate that the --inactivity-timeout option takes an argument.
Kenneth Lyons
2015-04-24
Only redraw the screen if the unlock indicator is actually used.
Ingo Bürk
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-26
refresh pam credentials on successful authentication
James Cassidy
2015-03-16
clang-format -i **/*.[ch]
Michael Stapelberg
2015-02-12
Update the key symbol if the composing ends.
Daniel Otero
2015-02-12
Avoid handle a keysym if the compose state gets cancelled
Daniel Otero
2015-02-12
Remove xkb_context initialization code from load_compose_table
Daniel Otero
2015-02-12
Add support for Compose and dead-keys with libxkbcommon
Daniel Otero
2015-01-06
getpwuid call moved
Martin Stiborsky
2015-01-05
null check for getpwuid and pw_name
Martin Stiborsky
2015-01-05
removed the whoami function, replaced with an inline getpwuid call
Martin Stiborsky
2015-01-05
getting current user with whoami like function rather than from env variable
Martin Stiborsky
2014-10-13
Ignore password validation is pam is in wrong state
Neodyblue
2014-08-24
implemented logging the number of failed attempts
koebi
2014-08-21
Die when the X11 connection breaks during runtime (Thanks Eduan)
Michael Stapelberg
2014-06-21
remove obsolete xkb_state_update_key() calls (Thanks Ran)
Michael Stapelberg
2014-06-21
listen for XKB events instead of the MappingNotify event (Thanks Ran)
Michael Stapelberg
2014-06-21
little cleanups thanks to Ran Benita’s review
Michael Stapelberg
2014-06-21
use libxkbcommon-x11 instead of libX11
Michael Stapelberg
2014-03-23
Cleanup scattered timer calls to use macros
Vytautas Šaltenis
2014-03-23
Ignore empty passwd after repeated Enter keypress
Vytautas Šaltenis
2014-03-23
Fix typo
Vytautas Šaltenis
2014-03-23
Discard half-entered passwd after some inactivity
Vytautas Šaltenis
2014-03-23
Delay to turn off the screen after wrong passwd
Vytautas Šaltenis
2014-03-16
Replace '1' with "EXIT_FAILURE"
TheKK
2014-03-11
Extract start/stop timer code to reusable funcs
Vytautas Šaltenis
2014-03-11
Extract if(dpms) calls to wrapper functions
Vytautas Šaltenis
[next]