summaryrefslogtreecommitdiffstats
path: root/x11vnc/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2005-04-19 20:55:46 +0000
committerrunge <runge>2005-04-19 20:55:46 +0000
commit014e911f6bece702bb0d05f6e5cddb7298862549 (patch)
treebfdfce3f740737d9b2e659f5ccb895ec025fa364 /x11vnc/ChangeLog
parentc46cdf9493565a8809ba130f4d0b420bc055f157 (diff)
downloadlibtdevnc-014e911f6bece702bb0d05f6e5cddb7298862549.tar.gz
libtdevnc-014e911f6bece702bb0d05f6e5cddb7298862549.zip
x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, -noviewonly
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r--x11vnc/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog
index 0224880..dffbb81 100644
--- a/x11vnc/ChangeLog
+++ b/x11vnc/ChangeLog
@@ -1,6 +1,17 @@
+2005-04-19 Karl Runge <runge@karlrunge.com>
+ * somewhat safer remote-control defaults, and addnl options for
+ more safe operation: -privremote, -safer, -nocmds, -unsafe
+ * -wireframe, -wirecopyrect: instead of having user look at a
+ slowly moving, lurching window, guess when a window is being
+ moved/resized and just show a wireframe. -wirecopyrect means to
+ apply rfbDoCopyRegion to the detected move as well.
+ * debugging switches for X events and X damage: debug_xevents
+ debug_xdamage.
+ * -rawfb bugfixes. -noviewonly hack to still send UI to X.
+
2005-04-11 Karl Runge <runge@karlrunge.com>
* fix -clip under -rawfb, fix offset bug under file lseeking.
- * add -rawfb setup:cmd mode to initialize fb. ex: misc/ranfb.pl
+ * add -rawfb setup:cmd mode to initialize fb. example: misc/ranfb.pl
2005-04-10 Karl Runge <runge@karlrunge.com>
* -rawfb non X-polling (i.e. shm, mmap, lseek).