]> git.sur5r.net Git - i3/i3lock/history - xcb.c
Merge pull request #218 from ivanvig/wm_class-patch
[i3/i3lock] / xcb.c
2019-01-15 Ingo BürkMerge pull request #218 from ivanvig/wm_class-patch
2019-01-15 ivanvigadded WM_CLASS property 218/head
2018-03-19 Ingo BürkMerge pull request #179 from karulont/master
2018-03-09 Karl TarbeFix memory leak when grabbing fails 179/head
2017-10-22 Michael StapelbergSetInputFocus to the i3lock window to force-close conte...
2017-10-21 Michael StapelbergMeasure wall-clock time instead of CPU time for “lockin...
2017-06-20 Ingo BürkRevert "Fix covering of composited notifications (...
2017-04-17 Michael StapelbergMerge pull request #123 from jasperla/bsdauth
2017-04-15 Jasper Lievisse... Rename all PAM-independant variables/comments.
2017-03-26 martinFix covering of composited notifications (#96)
2016-10-11 eplanetDisplay error message when locking failed (#99)
2016-09-28 eplanetDisplaying locking message when grabbing the pointer...
2016-05-25 martinFlush xcb connection after opening fullscreen window...
2015-08-11 Michael StapelbergRemove DPMS support in favor of a wrapper script and...
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-16 Michael Stapelbergclang-format -i **/*.[ch]
2013-11-12 Philippe VirouleauTurn on the screen on successful authentication
2013-04-11 Axel WagnerSet window name
2012-10-26 Michael Stapelberguse libxkbcommon for input handling
2012-05-30 Michael Stapelbergskip shift when getting the modifier mask (Thanks Sarde...
2012-01-15 Michael StapelbergBugfix: Copy the color depth from parent (root) window...
2012-01-03 Michael StapelbergFix a few memory leaks
2012-01-03 Michael StapelbergRefactor the unlock indicator into its own source code...
2012-01-03 Michael Stapelbergchange ALL the copyrights!
2011-12-28 Michael StapelbergProperly free X11 resources (fixes DoS bug) (Thanks...
2011-08-17 Stefan Breunighandle screen resolution images and redraw the lock...
2011-04-02 Michael Stapelbergoptimization: render to pixmap which is used as backgro...
2011-03-13 Michael Stapelbergbump copyright
2011-03-13 Michael StapelbergHandle MappingNotify-events (Thanks Pascal)
2010-07-20 Michael StapelbergMove static byte arrays to xcb.c (fixes compilation...
2010-07-20 Axel WagnerPort the pointer-code to xcb
2010-07-20 Michael Stapelberggrabbing: make the retry loop much slower (waits up...
2010-07-20 Michael StapelbergBugfix: Correctly error out when unable to grab pointer...
2010-07-20 Michael StapelbergRaise the i3lock window upon visibility notifies
2010-07-20 Michael Stapelbergmake event loop simpler (Thanks to Jamey Sharp)
2010-07-16 Michael StapelbergInitial commit of the XCB rewrite of i3lock