summaryrefslogtreecommitdiff
path: root/xcb.c
AgeCommit message (Expand)Author
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