diff options
author | runge <runge> | 2005-06-14 03:50:55 +0000 |
---|---|---|
committer | runge <runge> | 2005-06-14 03:50:55 +0000 |
commit | 543e64d3c6fa79126be5a5ec5f214a1a96f87335 (patch) | |
tree | 78fe813c221133a13a92101d74621036194d06c7 /x11vnc/ChangeLog | |
parent | 50568f1a81b9fd1f4e4db18767b73b98743128d5 (diff) | |
download | libtdevnc-543e64d3c6fa79126be5a5ec5f214a1a96f87335.tar.gz libtdevnc-543e64d3c6fa79126be5a5ec5f214a1a96f87335.zip |
main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of beta-testing fixes, RFE's.
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r-- | x11vnc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index 7bbd01d..ff368b3 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -1,3 +1,18 @@ +2005-06-14 Karl Runge <runge@karlrunge.com> + * -DNOGUI and -DVIEWONLY build options + * -noskip_dups the default (windows viewer sends no ups when + repeating) + * HAVE_SOLARIS_XREADSCREEN and HAVE_IRIX_XREADDISPLAY + * Alt+Button+Motion to wireframe. tunable in WIREFRAME_PARMS + * copyrect now the default under -scale (works OK, but must + send a cleanup update) + * fix -pedantic and Sun cc warnings and errors (unsigned, etc..) + * print out fatal error messages under -quiet + * -seldir to control and debug selection transfers. + * fix crashes on 64bit wrt unsigned long in rich cursors. + * fix kde guessing errors + * more scrolling and wireframe tweaks. + 2005-06-03 Karl Runge <runge@karlrunge.com> * make scrollcopyrect more or less usable under -scale * add -fixscreen for periodic cleanup of painting errors. |