267 Commits (e4301604e5c5aaf248c0b116003688716f14a2c0)
 

Author SHA1 Message Date
Michael Stapelberg 6191590e5c Scale the unlock indicator (for retina displays) 11 years ago
Vytautas Šaltenis e2dd1543e9 Cleanup scattered timer calls to use macros 11 years ago
Vytautas Šaltenis 4ff1d7fc5c Ignore empty passwd after repeated Enter keypress 11 years ago
Vytautas Šaltenis 178b858116 Fix typo in manual 11 years ago
Vytautas Šaltenis e5f86339bc Fix typo 11 years ago
Vytautas Šaltenis 52541fb7ee Discard half-entered passwd after some inactivity 11 years ago
Vytautas Šaltenis c7cd4cd3b5 Delay to turn off the screen after wrong passwd 11 years ago
TheKK 15ddf304be Replace '1' with "EXIT_FAILURE" 11 years ago
Vytautas Šaltenis 2509c987d1 Extract start/stop timer code to reusable funcs 11 years ago
Vytautas Šaltenis d91fdc368e Extract if(dpms) calls to wrapper functions 11 years ago
Philippe Virouleau 6c34f6aa40 Turn on the screen on successful authentication 11 years ago
Michael Stapelberg ac8bbad523 Re-raise i3lock when obscured in a separate process 11 years ago
Michael Stapelberg d7fd058f0c Revert "Run authentification in different process" 11 years ago
Michael Stapelberg df760b6e9e Revert "Bug fix: Call clear_input() when the password is wrong." 11 years ago
oblique 33d953fbdf Bug fix: Call clear_input() when the password is wrong. 11 years ago
koebi a305e622a6 Run authentification in different process 11 years ago
Vincent Bernat 94c9274bd3 Small improvements to manual page. 11 years ago
Michael Stapelberg 2f17b73e20 Bugfix: update the initial keyboard modifier state (Thanks lee, Ran) 11 years ago
Michael Stapelberg ad47d80e22 Add -e to --help 11 years ago
Vincent Bernat 5627a11174 Add `-e` option to not validate empty password. 11 years ago
Bas Pape 3e136769be Use cairo_status_to_string for descriptive errors. 11 years ago
Michael Stapelberg a72e0de842 add xcb-atom to pkg-config calls 12 years ago
Michael Stapelberg 712fed5cf2 update changelog for 2.5 12 years ago
Axel Wagner e69b98561b Set window name 12 years ago
Sebastian Ullrich e0213cb1f5 Fix centering the indicator in the no-xinerama case 12 years ago
Michael Stapelberg d4d589a7dd fix ctrl-u handling 12 years ago
Sebastian Ullrich 1495903e5d Fix resetting the password after failed authentications 12 years ago
Philip Dexter 661344463a Add ctrl+u password reset 12 years ago
Baptiste Daroussin d8a1da69fb Use ev_loop_fork after fork, this fix forking on kqueue based OSes 12 years ago
Michael Stapelberg 006f9d3d7d README: refer to cr.i3wm.org for patches 12 years ago
Quentin Glidic b1a6e2ebe3 Limit the debug print to the actual password size 12 years ago
Vivien Didelot 2c9e46dfee RGB color notation is 3-byte hexadecimal 12 years ago
Moritz Augsburger d6b9e33e28 Allow passwordless PAM conversations (e.g. fingerprint) 12 years ago
Moritz Augsburger e84a1203a6 Allow XKB_KEY_XF86ScreenSaver as synonm for enter 12 years ago
Michael Stapelberg fba88476dd remove support for NOLIBCAIRO, cairo-xcb is widespread by now 12 years ago
Michael Stapelberg fe4f4a8674 README: remove unhelpful comment about pkg-config 12 years ago
Michael Stapelberg e1d86a3279 use libxkbcommon for input handling 12 years ago
Michael Stapelberg 1d08065fe0 bugfix: free(reply) to avoid memory leak 12 years ago
Michael Stapelberg 2cadf22c67 s/pam_message/pam_response/ (Thanks Tucos) 12 years ago
Michael Stapelberg 603c90e985 promote the "could not load image" message from debug to normal 12 years ago
Michael Stapelberg 1e55f0dc6f only use mlock() on Linux, FreeBSD (for example) requires root 12 years ago
Fernando Tarlá Cardoso Lemos 65795be0a9 getopt_long returns int, don't cast to char. 13 years ago
Michael Stapelberg fdf6d7af2a update changelog for 2.4.1 13 years ago
Michael Stapelberg 1da637c419 skip shift when getting the modifier mask (Thanks SardemFF7) 13 years ago
Michael Stapelberg dd02dff44a revert shift lock handling (broke uppercase letters) 13 years ago
Michael Stapelberg 9b29ae7afd Bugfix: Correctly center unlock indicator after reconfiguring screens (Thanks xn) 13 years ago
Michael Stapelberg f9416f6bc6 remove debian/ 13 years ago
Michael Stapelberg 544f535bbf add .gitignore 13 years ago
Michael Stapelberg 79398d9102 add CHANGELOG file 13 years ago
Michael Stapelberg dc2b6e5f39 Use (void) instead of () for functions without args (Thanks fernandotcl) 13 years ago