summaryrefslogtreecommitdiff
path: root/i3lock.c
AgeCommit message (Expand)Author
2014-06-21remove obsolete xkb_state_update_key() calls (Thanks Ran)Michael Stapelberg
2014-06-21listen for XKB events instead of the MappingNotify event (Thanks Ran)Michael Stapelberg
2014-06-21little cleanups thanks to Ran Benita’s reviewMichael Stapelberg
2014-06-21use libxkbcommon-x11 instead of libX11Michael Stapelberg
2014-03-23Cleanup scattered timer calls to use macrosVytautas Šaltenis
2014-03-23Ignore empty passwd after repeated Enter keypressVytautas Šaltenis
2014-03-23Fix typoVytautas Šaltenis
2014-03-23Discard half-entered passwd after some inactivityVytautas Šaltenis
2014-03-23Delay to turn off the screen after wrong passwdVytautas Šaltenis
2014-03-16Replace '1' with "EXIT_FAILURE"TheKK
2014-03-11Extract start/stop timer code to reusable funcsVytautas Šaltenis
2014-03-11Extract if(dpms) calls to wrapper functionsVytautas Šaltenis
2013-11-12Turn on the screen on successful authenticationPhilippe Virouleau
2013-11-10Re-raise i3lock when obscured in a separate processMichael Stapelberg
2013-11-10Revert "Run authentification in different process"Michael Stapelberg
2013-11-10Revert "Bug fix: Call clear_input() when the password is wrong."Michael Stapelberg
2013-10-20Bug fix: Call clear_input() when the password is wrong.oblique
2013-09-19Run authentification in different processkoebi
2013-09-01Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)Michael Stapelberg
2013-08-31Add -e to --helpMichael Stapelberg
2013-08-31Add `-e` option to not validate empty password.Vincent Bernat
2013-07-30Use cairo_status_to_string for descriptive errors.Bas Pape
2013-03-29fix ctrl-u handlingMichael Stapelberg
2013-03-29Fix resetting the password after failed authenticationsSebastian Ullrich
2013-03-24Add ctrl+u password resetPhilip Dexter
2013-03-20Use ev_loop_fork after fork, this fix forking on kqueue based OSesBaptiste Daroussin
2013-02-07Limit the debug print to the actual password sizeQuentin Glidic
2012-12-06RGB color notation is 3-byte hexadecimalVivien Didelot
2012-11-04Allow passwordless PAM conversations (e.g. fingerprint)Moritz Augsburger
2012-11-04Allow XKB_KEY_XF86ScreenSaver as synonm for enterMoritz Augsburger
2012-10-26remove support for NOLIBCAIRO, cairo-xcb is widespread by nowMichael Stapelberg
2012-10-26use libxkbcommon for input handlingMichael Stapelberg
2012-10-15s/pam_message/pam_response/ (Thanks Tucos)Michael Stapelberg
2012-09-26promote the "could not load image" message from debug to normalMichael Stapelberg
2012-08-22only use mlock() on Linux, FreeBSD (for example) requires rootMichael Stapelberg
2012-06-29getopt_long returns int, don't cast to char.Fernando Tarlá Cardoso Lemos
2012-05-30revert shift lock handling (broke uppercase letters)Michael Stapelberg
2012-05-19Bugfix: Correctly center unlock indicator after reconfiguring screens (Thanks...Michael Stapelberg
2012-04-01Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg
2012-03-28Bugfix: fallback when the image cannot be loadedMichael Stapelberg
2012-03-26Only output text when in debug mode (fixes problems with xautolock)Michael Stapelberg
2012-03-10Properly handle Caps Lock (Thanks Damien)Michael Stapelberg
2012-01-05Bugfix: Check for waiting X11 events before entering the event loopMichael Stapelberg
2012-01-05Change the unlock indicator properly after pressing the 'escape' keyMichael Stapelberg
2012-01-03Implement Xinerama support (not used yet)Michael Stapelberg
2012-01-03Properly free timeouts, move one of the timeouts to unlock_indicator.cMichael Stapelberg
2012-01-03remove the dead variable modeswitchmaskMichael Stapelberg
2012-01-03Properly free the reply of xcb_get_geometryMichael Stapelberg
2012-01-03Refactor the unlock indicator into its own source code fileMichael Stapelberg
2012-01-03Fork after the window is visible, not beforeMichael Stapelberg