summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25Add support for `xss-lock --transfer-sleep-lock' (#75)Christoph Ruegge
2016-05-25Flush xcb connection after opening fullscreen window (#74)martin
2016-04-30Allow CTRL+J as enter and CTRL+H as backspace (#72)Karl Tarbe
2015-12-25Show unlock indicator if password was entered during PAM verificationMichael Stapelberg
2015-12-25Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)Michael Stapelberg
2015-11-07Remove libxkbfile dependency from README.md/commentsMichael Stapelberg
2015-11-07use trusty, install libxkbcommon-dev from wilyMichael Stapelberg
2015-11-06travis: install clang-format-3.5 from llvm repositoryMichael Stapelberg
2015-11-05fix pam_securetty: set PAM_TTY to getenv("DISPLAY")Michael Stapelberg
2015-08-11Remove DPMS support in favor of a wrapper script and xset(1).Michael Stapelberg
2015-07-02Merge pull request #24 from ixjlyons/timeout-docMichael Stapelberg
2015-07-02Indicate that the --inactivity-timeout option takes an argument.Kenneth Lyons
2015-05-20update CHANGELOGMichael Stapelberg
2015-05-20makefile: s/README/README.md/Michael Stapelberg
2015-04-27Merge pull request #14 from ony/masterMichael Stapelberg
2015-04-27Make pkg-config configurableNikolay Orlyuk
2015-04-25Merge pull request #13 from Airblader/feature-12Michael Stapelberg
2015-04-24Only redraw the screen if the unlock indicator is actually used.Ingo Bürk
2015-04-21Merge pull request #11 from Deiz/update-noticesMichael Stapelberg
2015-04-21Update copyright notices and get rid of rangesDeiz
2015-03-29Merge pull request #10 from Deiz/modifiersMichael Stapelberg
2015-03-29List generic pressed modifiers on failureDeiz
2015-03-28Add capslock and numlock indicatorsAlexandre Boeglin
2015-03-27Merge pull request #9 from qfire/masterMichael Stapelberg
2015-03-26refresh pam credentials on successful authenticationJames Cassidy
2015-03-17disable clang temporarilyMichael Stapelberg
2015-03-17commit missing .clang-formatMichael Stapelberg
2015-03-17add travis configMichael Stapelberg
2015-03-16clang-format -i **/*.[ch]Michael Stapelberg
2015-02-12Merge pull request #6 from danielotero/masterMichael Stapelberg
2015-02-12Update the key symbol if the composing ends.Daniel Otero
2015-02-12Avoid handle a keysym if the compose state gets cancelledDaniel Otero
2015-02-12Remove xkb_context initialization code from load_compose_tableDaniel Otero
2015-02-12Add support for Compose and dead-keys with libxkbcommonDaniel Otero
2015-01-06Merge pull request #3 from stibi/whoamiMichael Stapelberg
2015-01-06getpwuid call movedMartin Stiborsky
2015-01-05null check for getpwuid and pw_nameMartin Stiborsky
2015-01-05removed the whoami function, replaced with an inline getpwuid callMartin Stiborsky
2015-01-05getting current user with whoami like function rather than from env variableMartin Stiborsky
2014-12-27Merge pull request #1 from koebi/masterMichael Stapelberg
2014-12-27debugging outputs the password, so the manpage should mention thatkoebi
2014-12-27added debug-flag to manpagekoebi
2014-12-26README is actually in markdown, so tell github thatMichael Stapelberg
2014-12-26make github the canonical i3lock repositoryMichael Stapelberg
2014-10-13Ignore password validation is pam is in wrong stateNeodyblue
2014-08-24implemented logging the number of failed attemptskoebi
2014-08-21Die when the X11 connection breaks during runtime (Thanks Eduan)Michael Stapelberg
2014-07-18update the changelog/readme for 2.6Michael Stapelberg
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