summaryrefslogtreecommitdiff
path: root/i3lock.c
AgeCommit message (Expand)Author
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
2012-01-03change ALL the copyrights!Michael Stapelberg
2012-01-03Lock the password buffer in memory, clear it in RAM after verifyingMichael Stapelberg
2011-12-30support ISO_Level5_Shift (Thanks roland)Michael Stapelberg
2011-12-29Fix the timeouts for hiding the unlock indicator (Thanks Merovius)Michael Stapelberg
2011-12-28Properly free X11 resources (fixes DoS bug) (Thanks Merovius)Michael Stapelberg
2011-12-28Implement a visual unlock indicatorMichael Stapelberg
2011-11-06Properly implement -h (fixes error message about unknown option)Michael Stapelberg
2011-11-06Get rid of superfluous \n in --versionMichael Stapelberg
2011-10-30Bugfix: Properly detect the release of ISO_Level3_Shift (Thanks bacardi55)Michael Stapelberg
2011-10-29Introduce --debug and some debugging options related to the Mode_switch / ISO...Michael Stapelberg
2011-10-29Correctly handle Mode_switch/ISO_Level3_Shift (Thanks bacardi55)Michael Stapelberg
2011-10-24Bugfix: Don’t re-grab pointer/keyboard on MappingNotify (Thanks wilmer)Michael Stapelberg
2011-09-25Throw an error when specifying an invalid pointer argument (-p) (Thanks Trick...Michael Stapelberg
2011-08-24Fixed handle_screen_resize to build with NOLIBCAIRO enabledThorsten Töpper
2011-08-17handle screen resolution images and redraw the lock windowStefan Breunig
2011-04-02optimization: render to pixmap which is used as background for the windowMichael Stapelberg
2011-04-02Mark handle_visibility_notify and handle_mapping_notify as staticMichael Stapelberg
2011-03-13cleanup indention left-oversMichael Stapelberg
2011-03-13bump copyrightMichael Stapelberg
2011-03-13Handle MappingNotify-events (Thanks Pascal)Michael Stapelberg
2011-01-15Bugfix: correctly check for errors when connecting to X11Michael Stapelberg
2010-11-09add XK_KP_Enter as synonym for XK_ReturnMichael Stapelberg
2010-11-08Bugfix: Handle numpad keys correctly (Thanks Pascal)Michael Stapelberg
2010-11-06Bugfix: When entering 512 characters, you could use neither return nor backsp...Michael Stapelberg