]> git.sur5r.net Git - i3/i3lock/history - i3lock.c
Add option to lock TTY switching
[i3/i3lock] / i3lock.c
2018-11-29 Lorian ColtofAdd option to lock TTY switching 183/head
2018-09-07 OrestisMerge pull request #188 from Airblader/feature-issue...
2018-08-23 Ingo BürkMerge pull request #192 from layus/fast-type
2018-08-23 Guillaume MaudouxKeep only the last attempt for retry_verification 192/head
2018-05-11 Ingo BürkMerge pull request #185 from stapelberg/dpi
2018-05-11 Michael Stapelbergclang-format-3.5
2018-05-11 Michael StapelbergRespect Xft.dpi for determining the unlock indicator...
2018-02-13 Ingo BürkMerge pull request #177 from SegFault42/master
2018-02-11 SegFault42return value corrected 177/head
2018-01-30 Emeric PlanetCheck PNG file compliance (#171)
2018-01-14 Michael Stapelbergdisplay error when backspace is pressed without any...
2017-12-02 Michael StapelbergSwitch to autotools (#163)
2017-11-18 Michael StapelbergMerge pull request #160 from stapelberg/randr
2017-11-18 Michael StapelbergRename xinerama.[ch] to randr.[ch] 160/head
2017-11-18 Michael StapelbergUse RandR for learning about attached monitors
2017-10-22 Michael StapelbergSetInputFocus to the i3lock window to force-close conte...
2017-10-21 OrestisImmediately hide the unlock indicator after ESC / C...
2017-08-13 Ingo BürkMerge pull request #135 from grandchild/fix_optind_over...
2017-08-13 Ingo BürkMerge pull request #140 from bluetech/fix-locale-discovery
2017-08-13 Ran BenitaChange the locale discovery procedure to treat empty... 140/head
2017-07-06 jakobFix overwrite of getopt optind 135/head
2017-05-06 Ingo BürkMerge pull request #125 from jasperla/mlock
2017-04-17 Jasper Lievisse... Restore intended behaviour and don't use mlock(2) on... 125/head
2017-04-17 Michael StapelbergMerge pull request #123 from jasperla/bsdauth
2017-04-17 Jasper Lievisse... Use bsd_auth(3) instead of PAM on OpenBSD 123/head
2017-04-15 Jasper Lievisse... Move all PAM code behind UES_PAM and enable that by...
2017-04-15 Jasper Lievisse... Rename all PAM-independant variables/comments.
2016-11-09 Nicolò BalzarottiAdd Enter on C-m (#103)
2016-09-28 eplanetDisplaying locking message when grabbing the pointer...
2016-09-13 Diogo Ferreirai3lock: Stop leaking the image_path dup. (#93)
2016-09-04 koebiunlock automatically after authentication failure ...
2016-07-20 Florian ZipperleRemoved obsolete inactivity timeout (#84)
2016-06-03 Michael Stapelbergclang-format-3.5
2016-05-25 Christoph RueggeAdd support for `xss-lock --transfer-sleep-lock' (#75)
2016-04-30 Karl TarbeAllow CTRL+J as enter and CTRL+H as backspace (#72)
2015-12-25 Michael StapelbergShow unlock indicator if password was entered during...
2015-12-25 Michael StapelbergEat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
2015-11-07 Michael StapelbergRemove libxkbfile dependency from README.md/comments
2015-11-05 Michael Stapelbergfix pam_securetty: set PAM_TTY to getenv("DISPLAY")
2015-08-11 Michael StapelbergRemove DPMS support in favor of a wrapper script and...
2015-07-03 Michael StapelbergMerge pull request #24 from ixjlyons/timeout-doc
2015-07-02 Kenneth LyonsIndicate that the --inactivity-timeout option takes... 24/head
2015-04-24 Michael StapelbergMerge pull request #13 from Airblader/feature-12
2015-04-24 Ingo BürkOnly redraw the screen if the unlock indicator is actua... 13/head
2015-04-21 Michael StapelbergMerge pull request #11 from Deiz/update-notices
2015-04-21 DeizUpdate copyright notices and get rid of ranges 11/head
2015-03-29 Michael StapelbergMerge pull request #10 from Deiz/modifiers
2015-03-29 DeizList generic pressed modifiers on failure 10/head
2015-03-28 Alexandre BoeglinAdd capslock and numlock indicators
2015-03-27 Michael StapelbergMerge pull request #9 from qfire/master
2015-03-26 James Cassidyrefresh pam credentials on successful authentication 9/head
2015-03-16 Michael Stapelbergclang-format -i **/*.[ch]
2015-02-12 Michael StapelbergMerge pull request #6 from danielotero/master
2015-02-12 Daniel OteroUpdate the key symbol if the composing ends. 6/head
2015-02-12 Daniel OteroAvoid handle a keysym if the compose state gets cancelled
2015-02-12 Daniel OteroRemove xkb_context initialization code from load_compos...
2015-02-11 Daniel OteroAdd support for Compose and dead-keys with libxkbcommon
2015-01-06 Michael StapelbergMerge pull request #3 from stibi/whoami
2015-01-05 Martin Stiborskygetpwuid call moved 3/head
2015-01-05 Martin Stiborskynull check for getpwuid and pw_name
2015-01-05 Martin Stiborskyremoved the whoami function, replaced with an inline...
2015-01-05 Martin Stiborskygetting current user with whoami like function rather...
2014-10-13 NeodyblueIgnore password validation is pam is in wrong state
2014-08-24 koebiimplemented logging the number of failed attempts
2014-08-21 Michael StapelbergDie when the X11 connection breaks during runtime ...
2014-06-21 Michael Stapelbergremove obsolete xkb_state_update_key() calls (Thanks...
2014-06-21 Michael Stapelberglisten for XKB events instead of the MappingNotify...
2014-06-21 Michael Stapelberglittle cleanups thanks to Ran Benita’s review
2014-06-21 Michael Stapelberguse libxkbcommon-x11 instead of libX11
2014-03-23 Vytautas ŠaltenisCleanup scattered timer calls to use macros
2014-03-23 Vytautas ŠaltenisIgnore empty passwd after repeated Enter keypress
2014-03-23 Vytautas ŠaltenisFix typo
2014-03-23 Vytautas ŠaltenisDiscard half-entered passwd after some inactivity
2014-03-23 Vytautas ŠaltenisDelay to turn off the screen after wrong passwd
2014-03-16 TheKKReplace '1' with "EXIT_FAILURE"
2014-03-11 Vytautas ŠaltenisExtract start/stop timer code to reusable funcs
2014-03-11 Vytautas ŠaltenisExtract if(dpms) calls to wrapper functions
2013-11-12 Philippe VirouleauTurn on the screen on successful authentication
2013-11-10 Michael StapelbergRe-raise i3lock when obscured in a separate process
2013-11-10 Michael StapelbergRevert "Run authentification in different process"
2013-11-10 Michael StapelbergRevert "Bug fix: Call clear_input() when the password...
2013-10-20 obliqueBug fix: Call clear_input() when the password is wrong.
2013-09-19 koebiRun authentification in different process
2013-09-01 Michael StapelbergBugfix: update the initial keyboard modifier state...
2013-08-31 Michael StapelbergAdd -e to --help
2013-08-31 Vincent BernatAdd `-e` option to not validate empty password.
2013-07-30 Bas PapeUse cairo_status_to_string for descriptive errors.
2013-03-29 Michael Stapelbergfix ctrl-u handling
2013-03-29 Sebastian UllrichFix resetting the password after failed authentications
2013-03-24 Philip DexterAdd ctrl+u password reset
2013-03-20 Baptiste DaroussinUse ev_loop_fork after fork, this fix forking on kqueue...
2013-02-07 Quentin GlidicLimit the debug print to the actual password size
2012-12-06 Vivien DidelotRGB color notation is 3-byte hexadecimal
2012-11-04 Moritz AugsburgerAllow passwordless PAM conversations (e.g. fingerprint)
2012-11-04 Moritz AugsburgerAllow XKB_KEY_XF86ScreenSaver as synonm for enter
2012-10-26 Michael Stapelbergremove support for NOLIBCAIRO, cairo-xcb is widespread...
2012-10-26 Michael Stapelberguse libxkbcommon for input handling
2012-10-15 Michael Stapelbergs/pam_message/pam_response/ (Thanks Tucos)
2012-09-26 Michael Stapelbergpromote the "could not load image" message from debug...
2012-08-22 Michael Stapelbergonly use mlock() on Linux, FreeBSD (for example) requir...
next