191 Commits (68b78a7f5795483250a32737ea8c4773be9bf1ca)
 

Author SHA1 Message Date
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
Michael Stapelberg 3c2436cb71 Bugfix: fallback when the image cannot be loaded 13 years ago
Michael Stapelberg be21951062 Only output text when in debug mode (fixes problems with xautolock) 13 years ago
Michael Stapelberg 2053e9880a Bugfix: Fix background color when using cairo (Thanks Pascal) 13 years ago
Michael Stapelberg 9eae4e992a debian: update changelog for 2.3.1 13 years ago
Michael Stapelberg 324149ea77 fix compilation on some systems (Thanks badboy) 13 years ago
Michael Stapelberg c9fe076f95 debian: fix packaging format to 1.0 for now 13 years ago
Michael Stapelberg 1b2f5f0f3c debian: remove duplicate priority field 13 years ago
Michael Stapelberg 5045dab79c manpage: add -u flag in synopsis 13 years ago
Michael Stapelberg 8f353487d4 manpage: hyphen 13 years ago
Michael Stapelberg e5f7857bb1 debian: update packaging 13 years ago
Michael Stapelberg f8b8b54aef README: also add libev to dependencies 13 years ago
Michael Stapelberg d879637016 document the dependency on libxcb-xinerama 13 years ago
Michael Stapelberg b5bbd2fe04 Properly handle Caps Lock (Thanks Damien) 13 years ago
Maik Fischer 6cb93c9bd8 man page: mention xautolock 13 years ago
Michael Stapelberg 406fa5e2c4 Bugfix: Copy the color depth from parent (root) window instead of hardcoding to 24 (Thanks hafron) 13 years ago
Simon Kämpe f368bbd006 Added missing #ifndef NOLIBCAIRO 13 years ago
Michael Stapelberg 34c8108c06 Bugfix: Check for waiting X11 events before entering the event loop 13 years ago
Michael Stapelberg cab5e6b1de Change the unlock indicator properly after pressing the 'escape' key 13 years ago
Michael Stapelberg 0a09aeec6f debian: add libxcb-xinerama0-dev as build-dependency 13 years ago
Michael Stapelberg 5e14ad0605 draw the unlock indicator in the middle of every screen 13 years ago
Michael Stapelberg fd64bde0cb Implement Xinerama support (not used yet) 13 years ago
Michael Stapelberg 02655d2ddf Fix a few memory leaks 13 years ago
Michael Stapelberg 0e7e009f45 Properly free timeouts, move one of the timeouts to unlock_indicator.c 13 years ago
Michael Stapelberg f94fb9b5f8 remove the dead variable modeswitchmask 13 years ago
Michael Stapelberg 6ea3fbdc21 Properly free the reply of xcb_get_geometry 13 years ago
Michael Stapelberg 57585bef70 Refactor the unlock indicator into its own source code file 13 years ago