summaryrefslogtreecommitdiffstats
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2004-01-10 02:52:20 +0000
committerrunge <runge>2004-01-10 02:52:20 +0000
commit11e3f6a6b0c6e5b6e1923e05fa8001d698d86f8d (patch)
tree5911b9e177c4ad38bf80f65be15df90053d8f9b5 /contrib/ChangeLog
parent7cb3958fd9e5cad79238e953b79ad6358e945f4a (diff)
downloadlibtdevnc-11e3f6a6.tar.gz
libtdevnc-11e3f6a6.zip
x11vnc options -allow, -localhost, -nodragging, -input_skip
minimize memory usage under -nofb
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e52670a..137be5c 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-09 Karl Runge <runge@karlrunge.com>
+ * options -allow / -localhost for simple IP based access screening
+ * option -nodragging to skip all screen updates during mouse drags
+ (thanks to Michal Sabala)
+ * option -input_skip to allow users to tune watch_loop dropthru rate
+ * try to avoid wasting RAM for framebuffer under -nofb
+ * cleanup wrt bpp vs. depth
+
2003-12-08 Karl Runge <runge@karlrunge.com>
* add Xbell support using XKEYBOARD extension (disable: -nobell)
* add "-nofb" to disable framebuffer, i.e. mouse + keyboard only (!)