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