summaryrefslogtreecommitdiff
path: root/xcb.c
AgeCommit message (Expand)Author
2017-06-20Revert "Fix covering of composited notifications (#96)" (#133)Ingo Bürk
2017-04-15Rename all PAM-independant variables/comments.Jasper Lievisse Adriaanse
2017-03-26Fix covering of composited notifications (#96)martin
2016-10-11Display error message when locking failed (#99)eplanet
2016-09-27Displaying locking message when grabbing the pointer/keyboard. (#88)eplanet
2016-05-25Flush xcb connection after opening fullscreen window (#74)martin
2015-08-11Remove DPMS support in favor of a wrapper script and xset(1).Michael Stapelberg
2015-04-21Update copyright notices and get rid of rangesDeiz
2015-03-16clang-format -i **/*.[ch]Michael Stapelberg
2013-11-12Turn on the screen on successful authenticationPhilippe Virouleau
2013-04-11Set window nameAxel Wagner
2012-10-26use libxkbcommon for input handlingMichael Stapelberg
2012-05-30skip shift when getting the modifier mask (Thanks SardemFF7)Michael Stapelberg
2012-01-15Bugfix: Copy the color depth from parent (root) window instead of hardcoding ...Michael Stapelberg
2012-01-03Fix a few memory leaksMichael Stapelberg
2012-01-03Refactor the unlock indicator into its own source code fileMichael Stapelberg
2012-01-03change ALL the copyrights!Michael Stapelberg
2011-12-28Properly free X11 resources (fixes DoS bug) (Thanks Merovius)Michael Stapelberg
2011-08-17handle screen resolution images and redraw the lock windowStefan Breunig
2011-04-02optimization: render to pixmap which is used as background for the windowMichael Stapelberg
2011-03-13bump copyrightMichael Stapelberg
2011-03-13Handle MappingNotify-events (Thanks Pascal)Michael Stapelberg
2010-07-20Move static byte arrays to xcb.c (fixes compilation warnings)Michael Stapelberg
2010-07-20Port the pointer-code to xcbAxel Wagner
2010-07-20grabbing: make the retry loop much slower (waits up to half a second)Michael Stapelberg
2010-07-20Bugfix: Correctly error out when unable to grab pointer/keyboardMichael Stapelberg
2010-07-20Raise the i3lock window upon visibility notifiesMichael Stapelberg
2010-07-20make event loop simpler (Thanks to Jamey Sharp)Michael Stapelberg
2010-07-16Initial commit of the XCB rewrite of i3lockMichael Stapelberg