209 Commits (c3b893ebc9a407a9633b8e8642a65a0d587a6ab8)

Author SHA1 Message Date
Chris Guillott c3a95b86d6 add initial blur support 8 years ago
Chris Guillott 18a9572482 Add clock functionality and swap default time/date format strings 8 years ago
Chris Guillott e4301604e5 add custom time formatter strings 8 years ago
Chris Guillott 158623508a add basic clock feature 8 years ago
eplanet 1c97a84847 Displaying locking message when grabbing the pointer/keyboard. (#88) 8 years ago
Diogo Ferreira fd2215b0f0 i3lock: Stop leaking the image_path dup. (#93) 8 years ago
koebi 17b7b77893 unlock automatically after authentication failure (#90) 8 years ago
Florian Zipperle cca7d4e6c3 Removed obsolete inactivity timeout (#84) 8 years ago
Michael Stapelberg ce1c5cecc0 clang-format-3.5 9 years ago
Christoph Ruegge 463d38fed6 Add support for `xss-lock --transfer-sleep-lock' (#75) 9 years ago
Karl Tarbe 9a7604bb35 Allow CTRL+J as enter and CTRL+H as backspace (#72) 9 years ago
Joe MacDonald 3afa2b710f compose: make usage of xkbcompose optional 9 years ago
Chris Guillott b332ce611b update help/makefile/man page 9 years ago
Chris Guillott ed326ee463 add option for single-display unlock indicator 9 years ago
Chris Guillott 7fb899bcd5 expose separator color for theming + bug fix 9 years ago
Chris Guillott cf522a301f add a couple options for drawing the line color 9 years ago
Chris Guillott 34c2d5e1a3 patch in i3lock-color commits 9 years ago
Michael Stapelberg 59705b05b5 Show unlock indicator if password was entered during PAM verification 9 years ago
Michael Stapelberg 0bdc0c644d Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei) 9 years ago
Michael Stapelberg cc73d88aea Remove libxkbfile dependency from README.md/comments 9 years ago
Michael Stapelberg 688d49d5b8 fix pam_securetty: set PAM_TTY to getenv("DISPLAY") 9 years ago
Michael Stapelberg 929e541fb7 Remove DPMS support in favor of a wrapper script and xset(1). 9 years ago
Kenneth Lyons d91c20a9f2 Indicate that the --inactivity-timeout option takes an argument. 10 years ago
Ingo Bürk b4c97bddf7 Only redraw the screen if the unlock indicator is actually used. 10 years ago
Deiz dda29f93a1 Update copyright notices and get rid of ranges 10 years ago
Deiz b4f6dae10e List generic pressed modifiers on failure 10 years ago
Alexandre Boeglin a9ecf1e0c9 Add capslock and numlock indicators 10 years ago
James Cassidy aaad9c0e7a refresh pam credentials on successful authentication 10 years ago
Michael Stapelberg 68b78a7f57 clang-format -i **/*.[ch] 10 years ago
Daniel Otero 86323f6e04 Update the key symbol if the composing ends. 10 years ago
Daniel Otero 9e48c74be1 Avoid handle a keysym if the compose state gets cancelled 10 years ago
Daniel Otero 562e824246 Remove xkb_context initialization code from load_compose_table 10 years ago
Daniel Otero ef3ef30400 Add support for Compose and dead-keys with libxkbcommon 10 years ago
Martin Stiborsky 665ce3e215 getpwuid call moved 10 years ago
Martin Stiborsky 6ffe86ca12 null check for getpwuid and pw_name 10 years ago
Martin Stiborsky 7d52029ae3 removed the whoami function, replaced with an inline getpwuid call 10 years ago
Martin Stiborsky a3839aa69f getting current user with whoami like function rather than from env variable 10 years ago
Neodyblue 8a630bec65 Ignore password validation is pam is in wrong state 10 years ago
koebi 0cbf483cb4 implemented logging the number of failed attempts 10 years ago
Michael Stapelberg 7f450a52f6 Die when the X11 connection breaks during runtime (Thanks Eduan) 10 years ago
Michael Stapelberg 4724d4abf0 remove obsolete xkb_state_update_key() calls (Thanks Ran) 11 years ago
Michael Stapelberg 1b89709ae7 listen for XKB events instead of the MappingNotify event (Thanks Ran) 11 years ago
Michael Stapelberg 7eb43aeabd little cleanups thanks to Ran Benita’s review 11 years ago
Michael Stapelberg 0beb9a47b1 use libxkbcommon-x11 instead of libX11 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 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