]> git.sur5r.net Git - i3/i3lock/history - unlock_indicator.c
update CHANGELOG
[i3/i3lock] / unlock_indicator.c
2015-12-25 Michael StapelbergShow unlock indicator if password was entered during...
2015-04-21 Michael StapelbergMerge pull request #11 from Deiz/update-notices
2015-04-21 DeizUpdate copyright notices and get rid of ranges 11/head
2015-03-29 Michael StapelbergMerge pull request #10 from Deiz/modifiers
2015-03-29 DeizList generic pressed modifiers on failure 10/head
2015-03-28 Alexandre BoeglinAdd capslock and numlock indicators
2015-03-16 Michael Stapelbergclang-format -i **/*.[ch]
2014-08-24 koebiimplemented logging the number of failed attempts
2014-05-02 Michael StapelbergScale the unlock indicator (for retina displays)
2014-03-11 Vytautas ŠaltenisExtract start/stop timer code to reusable funcs
2013-03-29 Sebastian UllrichFix centering the indicator in the no-xinerama case
2012-10-26 Michael Stapelbergremove support for NOLIBCAIRO, cairo-xcb is widespread...
2012-10-26 Michael Stapelberguse libxkbcommon for input handling
2012-05-19 Michael StapelbergBugfix: Correctly center unlock indicator after reconfi...
2012-04-01 Michael StapelbergUse (void) instead of () for functions without args...
2012-03-26 Michael StapelbergBugfix: Fix background color when using cairo (Thanks...
2012-01-07 Simon KämpeAdded missing #ifndef NOLIBCAIRO
2012-01-04 Michael Stapelbergdraw the unlock indicator in the middle of every screen
2012-01-03 Michael StapelbergFix a few memory leaks
2012-01-03 Michael StapelbergProperly free timeouts, move one of the timeouts to...
2012-01-03 Michael StapelbergRefactor the unlock indicator into its own source code...