diff options
author | runge <runge> | 2005-03-12 22:14:44 +0000 |
---|---|---|
committer | runge <runge> | 2005-03-12 22:14:44 +0000 |
commit | fba6f58a1aaaa8162a9bf9905d9a0d59bd4ce2d9 (patch) | |
tree | 6eda1ecbe62e4cdb00ad3cdc19b59b32f1e002e4 /x11vnc/ChangeLog | |
parent | 4ff783f5793cee11fe8733f7d118608a25c1b86e (diff) | |
download | libtdevnc-fba6f58a1aaaa8162a9bf9905d9a0d59bd4ce2d9.tar.gz libtdevnc-fba6f58a1aaaa8162a9bf9905d9a0d59bd4ce2d9.zip |
x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r-- | x11vnc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index 751c5ff..b3c7b3a 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -1,3 +1,14 @@ +2005-03-12 Karl Runge <runge@karlrunge.com> + * support for the X DAMAGE extension to receive damage + rectangle reports from the X server. On by default, disable + with -noxdamage. Currently only trusts small rects + (but see -xd_area n) and uses the rest as "hints" for the + scanline polling. + * -clip WxH+X+Y to show a clipped sub-region of the screen. + * use RFC 1413 (identd) to attach a name to a client in + friendly environments. + * fix XAUTHORITY wrt '-auth ... -gui other:0'. + 2005-03-04 Karl Runge <runge@karlrunge.com> * add changes to couple with -listen option, in particular the behavior of -localhost and remote control cmds. |