diff --git a/external/source/tightvnc/ChangeLog b/external/source/tightvnc/ChangeLog new file mode 100644 index 0000000000..6888879175 --- /dev/null +++ b/external/source/tightvnc/ChangeLog @@ -0,0 +1,1852 @@ +------------------------------------------------------------------------ +r3614 | const_k | 2009-03-05 11:46:34 +0600 (Thu, 05 Mar 2009) | 1 line +Changed paths: + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/VncCanvas.java + +[Merge] Merged in a change from trunk, revision 3612: [Bugfix] Fixed incorrect computation of the RichCursor-encoded data length. +------------------------------------------------------------------------ +r3589 | const_k | 2009-02-05 15:47:09 +0600 (Thu, 05 Feb 2009) | 2 lines +Changed paths: + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/README + +[Packaging] Version-specific information updated, version 1.3.10. + +------------------------------------------------------------------------ +r3569 | const_k | 2009-01-23 18:39:23 +0600 (Fri, 23 Jan 2009) | 1 line +Changed paths: + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/Makefile + +[Build fix] Added -source command-line option to 'javac'. +------------------------------------------------------------------------ +r3555 | const_k | 2009-01-16 16:51:58 +0600 (Fri, 16 Jan 2009) | 1 line +Changed paths: + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/OptionsFrame.java + +[Bugfix] Allow configuring JPEG quality level regardless of the preferred encoding set. This makes sense because TightVNC Servers can transmit video data as JPEG even if Tight is not the preferred encoding. +------------------------------------------------------------------------ +r3554 | const_k | 2009-01-16 16:40:20 +0600 (Fri, 16 Jan 2009) | 1 line +Changed paths: + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/OptionsFrame.java + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/RfbProto.java + M /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc/VncCanvas.java + +[Development] Removed support for "continuous updates" from the Java viewer 1.3.x code. +------------------------------------------------------------------------ +r3547 | const_k | 2009-01-15 16:42:48 +0600 (Thu, 15 Jan 2009) | 1 line +Changed paths: + A /orig/branches/BRANCH_1_3_STABLE/vnc_javasrc (from /orig/trunk/vnc_javasrc:2457) + +[Layout] Restored Java viewer source for the stable 1.3 branch. +------------------------------------------------------------------------ +r2423 | const_k | 2008-03-17 11:05:54 +0600 (Mon, 17 Mar 2008) | 1 line +Changed paths: + M /orig/trunk/vnc_javasrc + M /orig/trunk/vnc_unixsrc + M /orig/trunk/vnc_winsrc + +Set SVN project language to English. +------------------------------------------------------------------------ +r2318 | const_k | 2007-05-25 19:29:28 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Slightly changed the format of reporting update statistics. + +------------------------------------------------------------------------ +r2317 | const_k | 2007-05-25 19:21:59 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Reporting the number of JPEG-compressed Tight-encoded rectangles. + +------------------------------------------------------------------------ +r2316 | const_k | 2007-05-25 19:04:02 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Reporting statistics on pixel data sizes received (e.g. Pixel data: 52428800 bytes, 269460 compressed, ratio 194.57). + +------------------------------------------------------------------------ +r2315 | const_k | 2007-05-25 18:46:43 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Tracking the number of bytes received from the input stream. + +------------------------------------------------------------------------ +r2314 | const_k | 2007-05-25 18:11:39 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Made the member variable RfbProto::is private. Now other classes may access input stream only via RfbProto methods. This refactoring has to be done because we want to count how many bytes were read from the input stream. + +------------------------------------------------------------------------ +r2313 | const_k | 2007-05-25 16:11:50 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Fixed a bug that caused NullPointerException when connecting to any VNC server not supporting TightVNC protocol extensions. + +------------------------------------------------------------------------ +r2312 | const_k | 2007-05-25 11:11:45 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Minor code cleanup - removed unnecessary duplication. + +------------------------------------------------------------------------ +r2311 | const_k | 2007-05-25 10:52:16 +0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Added debugging parameters to use the viewer as a tool for measuring VNC server performance. + +------------------------------------------------------------------------ +r2310 | const_k | 2007-05-24 16:52:40 +0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Minor code cleanup - a special method to reset update stats. + +------------------------------------------------------------------------ +r2309 | const_k | 2007-05-23 14:58:09 +0700 (Wed, 23 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/VncViewer.java + +Made "Defer update requests" parameter set to 0 by default. + +------------------------------------------------------------------------ +r2308 | const_k | 2007-05-18 12:31:47 +0700 (Fri, 18 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Fixed minor problems with gathering statistics on updates. The number of "other" rectangles could be reported as -1. + +------------------------------------------------------------------------ +r2307 | const_k | 2007-05-15 10:13:40 +0700 (Tue, 15 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/VncViewer.java + +PORT parameter is not required any more, now it defaults to 5900. + +------------------------------------------------------------------------ +r2306 | const_k | 2007-05-15 09:43:14 +0700 (Tue, 15 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Clear the continuesUpdates flag in options if this mode is not supported by the server. Actually, this does not change functionality but eliminates repetitive messages on the console. + +------------------------------------------------------------------------ +r2305 | const_k | 2007-05-14 16:42:36 +0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Fixed GUI option for continuous updates - it did not work. + +------------------------------------------------------------------------ +r2304 | const_k | 2007-05-14 16:13:40 +0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Completed support for continuous updates. Added a GUI setting for the parameter "Continuous updates" ("yes"/"no"). Fixed a protocol synchronization problem with SetPixelFormat in the continuous updates mode. + +------------------------------------------------------------------------ +r2262 | const_k | 2007-04-25 16:12:53 +0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.3.9. + +------------------------------------------------------------------------ +r2261 | const_k | 2007-04-25 16:02:32 +0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Documented auto-scaling. + +------------------------------------------------------------------------ +r2252 | const_k | 2007-04-05 15:45:40 +0700 (Thu, 05 Apr 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Initial support for continuous updates. + +------------------------------------------------------------------------ +r2246 | const_k | 2007-03-29 13:00:23 +0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Printing more statistics on disconnect: average update rate, and rectangle counters per each encoder (Tight, ZRLE, Hextile, Raw, CopyRect, others). + +------------------------------------------------------------------------ +r2245 | const_k | 2007-03-29 11:39:46 +0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Printing update statistics on disconnect: number of FramebufferUpdate messages, counters of real and pseudo rectangles in framebuffer updates. + +------------------------------------------------------------------------ +r2244 | const_k | 2007-03-29 10:57:07 +0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Fixed wrong pixel format interpretation in decoding RichCursor pseudo-encoding. + +------------------------------------------------------------------------ +r2243 | const_k | 2007-03-29 10:02:23 +0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Requesting encoding types in more suitable order. Now when Tight is preferred, we request Tight,ZRLE,Hextile,others instead of Tight,Hextile,ZRLE,others. + +------------------------------------------------------------------------ +r2230 | const_k | 2007-02-17 01:40:31 +0600 (Sat, 17 Feb 2007) | 7 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncCanvas2.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implemented support for auto-scaling. To enable it, the "Scaling factor" +parameter should be set to "auto". Auto-scaling tries to choose scaling +factor such way that the whole remote framebuffer will fit on the local +screen. Currently, auto-scaling is supported only when the remote desktop +is shown in a separate frame (always true in application mode, and in +applet mode with "Open new window" parameter set to "yes"). + +------------------------------------------------------------------------ +r2229 | const_k | 2007-02-16 21:46:17 +0600 (Fri, 16 Feb 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Minor code refactoring - a chunk of code moved to a new method VncViewer.createCanvas(). + +------------------------------------------------------------------------ +r2228 | const_k | 2007-02-08 18:23:43 +0600 (Thu, 08 Feb 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Optimized ZRLE decoder for better performance. + +------------------------------------------------------------------------ +r2227 | const_k | 2007-02-08 16:58:31 +0600 (Thu, 08 Feb 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Minor fix -- a constant was not updated on introducing ZRLE encoding. + +------------------------------------------------------------------------ +r2226 | const_k | 2007-02-08 16:54:03 +0600 (Thu, 08 Feb 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Cleaned up and documented issues with session recording and ZRLE. + +------------------------------------------------------------------------ +r2225 | const_k | 2007-02-06 10:08:39 +0600 (Tue, 06 Feb 2007) | 2 lines +Changed paths: + A /orig/trunk/vnc_javasrc/InStream.java + M /orig/trunk/vnc_javasrc/Makefile + A /orig/trunk/vnc_javasrc/MemInStream.java + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + A /orig/trunk/vnc_javasrc/ZlibInStream.java + +Initial version of ZRLE decoder. It's fully functional except for session recording which is broken for ZRLE at the moment. + +------------------------------------------------------------------------ +r2224 | const_k | 2007-01-30 12:02:24 +0600 (Tue, 30 Jan 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Added documentation on using parameters. + +------------------------------------------------------------------------ +r2223 | const_k | 2007-01-30 10:46:54 +0600 (Tue, 30 Jan 2007) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Documented the "Scaling factor" parameter. + +------------------------------------------------------------------------ +r2191 | const_k | 2006-12-08 10:55:49 +0600 (Fri, 08 Dec 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Always send the "security result" message in the protocol version 3.8, even after an empty list of authentication capabilities. This almost reverts changes in rev.2180. + +------------------------------------------------------------------------ +r2180 | const_k | 2006-12-05 11:17:15 +0600 (Tue, 05 Dec 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Fixed a problem in handing TightVNC protocol extensions - empty authentication capability list assumes not just skipping authentication itself but also not waiting for the "security result" message. + +------------------------------------------------------------------------ +r2179 | const_k | 2006-12-05 10:50:40 +0600 (Tue, 05 Dec 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc + +Ignoring TAGS file. + +------------------------------------------------------------------------ +r2132 | const_k | 2006-11-26 13:33:32 +0600 (Sun, 26 Nov 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Code refactoring. The primary change is that all authentication code has been moved out of AuthPanel which now provides GUI part only. + +------------------------------------------------------------------------ +r2131 | const_k | 2006-11-24 13:39:49 +0600 (Fri, 24 Nov 2006) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Improved support for protocol 3.8. Now authentication failures should be +reported with explanations received from the server. Actual authentication +code has been moved to RfbProto. AuthPanel does not offer repetitive +authentication tries, the "Login again" button should be used instead. + +------------------------------------------------------------------------ +r2130 | const_k | 2006-11-24 10:53:15 +0600 (Fri, 24 Nov 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + +Removed an outdated FIXME comment. + +------------------------------------------------------------------------ +r2128 | const_k | 2006-11-23 18:00:59 +0600 (Thu, 23 Nov 2006) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas2.java + +Disabling focus traversal keys under JVMs 1.4 and higher. This fixes the +problem with not sending Tab key events to the VNC server. + +------------------------------------------------------------------------ +r2127 | const_k | 2006-11-23 16:53:32 +0600 (Thu, 23 Nov 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Fixed rounding problems on calculating the coordinates of changed area. + +------------------------------------------------------------------------ +r2126 | const_k | 2006-11-23 16:39:53 +0600 (Thu, 23 Nov 2006) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/VncCanvas.java + A /orig/trunk/vnc_javasrc/VncCanvas2.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implemented enhanced scaling if Java 2D API is available. This works in +Java 1.2 or higher, but the viewer remains compatible with Java 1.1 where +it would simply use scaling with decreased image quality. + +------------------------------------------------------------------------ +r2124 | const_k | 2006-11-23 10:56:05 +0600 (Thu, 23 Nov 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Small correction in documentation. + +------------------------------------------------------------------------ +r2122 | const_k | 2006-11-22 16:06:29 +0600 (Wed, 22 Nov 2006) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Fixed a compilation problem - a variable was removed but is was initialized +elsewhere. + +------------------------------------------------------------------------ +r2115 | const_k | 2006-11-20 17:50:37 +0600 (Mon, 20 Nov 2006) | 7 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Simple implementation of client-side scaling, controlled by new "Scaling +Factor" parameter. This implementation provides low-quality scaling but +is compatible with Java 1.1. Things to do next: (1) GUI for "Scaling +Factor" parameter; (2) documentation for "Scaling Factor" parameter; +(3) new scaling implementation based on Java 2D which would require +Java 2 platform but hopefully would show much higher scaling quality. + +------------------------------------------------------------------------ +r2097 | const_k | 2006-09-14 15:50:08 +0700 (Thu, 14 Sep 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Initial support for RFB protocol version 3.8. + +------------------------------------------------------------------------ +r2095 | const_k | 2006-09-14 08:48:00 +0700 (Thu, 14 Sep 2006) | 2 lines +Changed paths: + D /orig/trunk/vnc_javasrc/AuthUnixLoginPanel.java + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Removed support for UnixLogin authentication method -- it was not officially supported or documented. + +------------------------------------------------------------------------ +r2094 | const_k | 2006-09-14 08:12:25 +0700 (Thu, 14 Sep 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc + +Ignoring files created on compilation. + +------------------------------------------------------------------------ +r2079 | const_k | 2006-08-10 17:26:41 +0700 (Thu, 10 Aug 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string and copyright info changed, version 1.3.8. + +------------------------------------------------------------------------ +r2064 | const_k | 2006-06-15 20:43:19 +0700 (Thu, 15 Jun 2006) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed for version 1.3dev8. + +------------------------------------------------------------------------ +r2063 | const_k | 2006-06-15 20:38:28 +0700 (Thu, 15 Jun 2006) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Updated description of the "Encoding" parameter that now can be set +and defaults to "Auto". + +------------------------------------------------------------------------ +r2039 | const_k | 2005-10-03 22:51:28 +0700 (Mon, 03 Oct 2005) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Improved the VncViewer.setEncodings() method. Now it does not build +the complete encoding list when auto-selecting encodings. + +------------------------------------------------------------------------ +r2038 | const_k | 2005-10-03 22:26:11 +0700 (Mon, 03 Oct 2005) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implemented encoding auto selection based on measuring current network +throughput. + +------------------------------------------------------------------------ +r2037 | const_k | 2005-10-03 20:25:49 +0700 (Mon, 03 Oct 2005) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Improved encoding selection code. Also, now we request compression and +quality levels regardless of current preferred encoding and color +format. + +------------------------------------------------------------------------ +r2036 | const_k | 2005-10-03 09:52:26 +0700 (Mon, 03 Oct 2005) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Now the encoding array is prepared in the VncViewer.setEncodings() +method, instead of OptionsFrame.setEncodings(). This will allow to +implement auto encoding selection in VncViewer.setEncodings(). + +------------------------------------------------------------------------ +r2035 | const_k | 2005-10-03 08:32:47 +0700 (Mon, 03 Oct 2005) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + +Added JCFLAGS variable for javac command-line flags. + +------------------------------------------------------------------------ +r2033 | const_k | 2005-09-30 19:42:25 +0700 (Fri, 30 Sep 2005) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + +Reverted accidental change included in the previous commit. + +------------------------------------------------------------------------ +r2032 | const_k | 2005-09-30 19:27:17 +0700 (Fri, 30 Sep 2005) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Measuring network throughput. This will allow auto encoding selection +work properly. + +------------------------------------------------------------------------ +r2031 | const_k | 2005-09-30 10:38:26 +0700 (Fri, 30 Sep 2005) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Starting implementation of automatic encoding selection. Right now, +the "Auto" choice in the encoding list is equivalent to "Tight", but +without an option to set the compression level. + +------------------------------------------------------------------------ +r2019 | const_k | 2005-07-03 16:03:05 +0700 (Sun, 03 Jul 2005) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed for version 1.3dev7. + +------------------------------------------------------------------------ +r2018 | const_k | 2005-07-03 15:57:50 +0700 (Sun, 03 Jul 2005) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/index.html + +More information about editing the index.html example. + +------------------------------------------------------------------------ +r1906 | const_k | 2004-10-10 18:05:45 +0700 (Sun, 10 Oct 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Added documentation for the "Scale remote cursor" option. + +------------------------------------------------------------------------ +r1905 | const_k | 2004-10-10 13:15:54 +0700 (Sun, 10 Oct 2004) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +New "scale remote cursor" option allowing to reduce or enlarge soft +cursor image in the full-control mode. This change is based on a patch +from Horizon Wimba. + +------------------------------------------------------------------------ +r1903 | const_k | 2004-10-09 19:47:22 +0700 (Sat, 09 Oct 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.3dev6. + +------------------------------------------------------------------------ +r1902 | const_k | 2004-10-09 18:08:29 +0700 (Sat, 09 Oct 2004) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Applied a patch from Horizon Wimba, to remove synchronization from the +paint method and deal with cursor repaints properly. + +------------------------------------------------------------------------ +r1838 | const_k | 2004-08-22 13:42:50 +0700 (Sun, 22 Aug 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +A typo fixed. + +------------------------------------------------------------------------ +r1836 | const_k | 2004-08-22 12:14:48 +0700 (Sun, 22 Aug 2004) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Made the VncCanvas.paint() method synchronized, to protect cursorX and +cursorY members from concurrent access. + +------------------------------------------------------------------------ +r1742 | const_k | 2004-05-30 21:50:42 +0700 (Sun, 30 May 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.3dev5. + +------------------------------------------------------------------------ +r1642 | const_k | 2004-03-04 20:02:16 +0600 (Thu, 04 Mar 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.3dev4. + +------------------------------------------------------------------------ +r1641 | const_k | 2004-03-04 19:34:25 +0600 (Thu, 04 Mar 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + A /orig/trunk/vnc_javasrc/AuthUnixLoginPanel.java + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Added support for Unix login-style authentication. + +------------------------------------------------------------------------ +r1639 | const_k | 2004-03-04 00:57:24 +0600 (Thu, 04 Mar 2004) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/CapabilityInfo.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Added support for TightVNC protocol extensions in RFB 3.7 protocol. + +------------------------------------------------------------------------ +r1635 | const_k | 2004-03-02 22:55:58 +0600 (Tue, 02 Mar 2004) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Added support for RFB protocol version 3.7, without TightVNC protocol +extensions yet. + +------------------------------------------------------------------------ +r1527 | const_k | 2003-07-24 22:29:13 +0700 (Thu, 24 Jul 2003) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Minor fix to move the keyboard focus to VncCanvas on opening the +desktop. + +------------------------------------------------------------------------ +r1526 | const_k | 2003-07-24 21:42:30 +0700 (Thu, 24 Jul 2003) | 6 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Applied a set of changes by HorizonLive.com, Inc. In the VncCanvas +class, fixed a problem of createImage() returning null. In the +VncViewer, problems with some JVMs hanging on destroying the applet +were solved. Also, implemented a possibility to enable/disable input +via inter-applet communication. + +------------------------------------------------------------------------ +r1496 | const_k | 2003-07-02 19:05:18 +0700 (Wed, 02 Jul 2003) | 3 lines +Changed paths: + A /orig/trunk/vnc_javasrc/CapabilityInfo.java + A /orig/trunk/vnc_javasrc/CapsContainer.java + M /orig/trunk/vnc_javasrc/Makefile + +Implemented a Java version of the CapsContainer class that will be +used in the protocol 3.130 handling code. + +------------------------------------------------------------------------ +r1465 | const_k | 2003-05-18 20:45:11 +0700 (Sun, 18 May 2003) | 6 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Code refactored to enable integration of pluggable authentication +schemes. Now the Java viewer first connects to the server, then shows +the authentication panel only if the server requires authentication. +All the authentication code has been moved to the AuthPanel class. +Also, now the viewer shows status messages on connecting to the server. + +------------------------------------------------------------------------ +r1377 | const_k | 2003-03-02 16:54:57 +0600 (Sun, 02 Mar 2003) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Passing through X keysyms for foreign currencies, a modified patch +from Bernd Krueger-Knauber. + +------------------------------------------------------------------------ +r1315 | const_k | 2003-01-22 20:35:58 +0600 (Wed, 22 Jan 2003) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.2.8. + +------------------------------------------------------------------------ +r1236 | const_k | 2002-11-13 23:50:33 +0600 (Wed, 13 Nov 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.2.7. + +------------------------------------------------------------------------ +r1233 | const_k | 2002-11-12 15:21:28 +0600 (Tue, 12 Nov 2002) | 3 lines +Changed paths: + A /orig/trunk/vnc_javasrc/MANIFEST.MF + M /orig/trunk/vnc_javasrc/Makefile + +Added a MANIFEST file with a Main-Class statement to allow easy +execution of the JAR file, using java -jar command-line option. + +------------------------------------------------------------------------ +r1232 | const_k | 2002-11-12 15:18:48 +0600 (Tue, 12 Nov 2002) | 2 lines +Changed paths: + D /orig/trunk/vnc_javasrc/dir.mk + +Removed dir.mk file. + +------------------------------------------------------------------------ +r1231 | const_k | 2002-11-12 15:15:04 +0600 (Tue, 12 Nov 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/index.html + +Applet height increased by 32 pixels. + +------------------------------------------------------------------------ +r1230 | const_k | 2002-11-12 13:34:58 +0600 (Tue, 12 Nov 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + +Extra .vnc files have been removed, having just index.vnc should be +enough. + +------------------------------------------------------------------------ +r1229 | const_k | 2002-11-12 13:33:04 +0600 (Tue, 12 Nov 2002) | 4 lines +Changed paths: + D /orig/trunk/vnc_javasrc/hextile.vnc + A /orig/trunk/vnc_javasrc/index.html + M /orig/trunk/vnc_javasrc/index.vnc + D /orig/trunk/vnc_javasrc/noshared.vnc + D /orig/trunk/vnc_javasrc/shared.vnc + D /orig/trunk/vnc_javasrc/tight.vnc + D /orig/trunk/vnc_javasrc/zlib.vnc + +Extra .vnc files have been removed, having just index.vnc should be +enough. Also, an example HTML page has been prepared, to simplify +installation under a standalone Web server. + +------------------------------------------------------------------------ +r1228 | const_k | 2002-11-12 13:13:16 +0600 (Tue, 12 Nov 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Documented three ways to use the Java viewer, in the Installation +section. + +------------------------------------------------------------------------ +r1227 | const_k | 2002-11-07 19:12:46 +0600 (Thu, 07 Nov 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Minor change to preserve keyboard focus in VncCanvas after resizing +the frame, when running in a separate window. + +------------------------------------------------------------------------ +r1226 | const_k | 2002-11-06 22:49:20 +0600 (Wed, 06 Nov 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/README + A /orig/trunk/vnc_javasrc/ReloginPanel.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implemented new buttons "Login again" and "Close window" near the +disconnect or error messages in the applet mode, and introduced new +"Offer Relogin" parameter to control this improvement. Thanks to Peter +Astrand for the initial version of the "Login again" patch. + +------------------------------------------------------------------------ +r1214 | const_k | 2002-10-30 00:26:34 +0600 (Wed, 30 Oct 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Don't defer update requests if there is some data to receive, or if +the last update included a PointerPos message. + +------------------------------------------------------------------------ +r1213 | const_k | 2002-10-29 23:06:06 +0600 (Tue, 29 Oct 2002) | 4 lines +Changed paths: + A /orig/trunk/vnc_javasrc/HTTPConnectSocket.java + A /orig/trunk/vnc_javasrc/HTTPConnectSocketFactory.java + M /orig/trunk/vnc_javasrc/Makefile + +Support for connections via HTTP proxies using HTTP CONNECT method. +Most likely, this will not work in applet mode, due to security +restrictions in JVMs. + +------------------------------------------------------------------------ +r1212 | const_k | 2002-10-29 23:03:21 +0600 (Tue, 29 Oct 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Added support for new CursorPos pseudo-encoding which allows to +transmit pointer position from server to clients. + +------------------------------------------------------------------------ +r1192 | const_k | 2002-09-25 04:29:05 +0700 (Wed, 25 Sep 2002) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RecordingFrame.java + +A patch from Harmen van der Wal -- "a workaround for AFAIK a rare +(Blackdown 1.1.7) SecurityManager.checkPropertyAccess() bug, that +would otherwise be fatal for an unprivileged applet". + +------------------------------------------------------------------------ +r1191 | const_k | 2002-09-25 04:23:48 +0700 (Wed, 25 Sep 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Enhancements to the exception handling mechanisms, a patch from Harmen +van der Wal. + +------------------------------------------------------------------------ +r1190 | const_k | 2002-09-25 04:01:49 +0700 (Wed, 25 Sep 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/RfbProto.java + A /orig/trunk/vnc_javasrc/SocketFactory.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +A patch from Harmen van der Wal, which makes it easy to plug-in +alternative transport methods to the viewer. It can be useful for for +things like HTTP tunneling, SSL support, or perhaps for integration +with "zebedee", ssh or other tunneling mechanisms. + +------------------------------------------------------------------------ +r1189 | const_k | 2002-09-24 08:52:32 +0700 (Tue, 24 Sep 2002) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Reducing max frame size by 30 pixels in each direction, to leave some +place on the screen, e.g. for the menu bar on Macintosh or the task +bar on Windows; a patch from Steve Kann. + +------------------------------------------------------------------------ +r1171 | const_k | 2002-08-27 19:23:50 +0700 (Tue, 27 Aug 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed, version 1.2.6. + +------------------------------------------------------------------------ +r1141 | const | 2002-08-04 23:39:35 +0700 (Sun, 04 Aug 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Version string changed, version 1.2.5. Copyrights updated. + +------------------------------------------------------------------------ +r1130 | const | 2002-07-05 15:37:32 +0700 (Fri, 05 Jul 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +More robust and correct methods to determine if Zlib- or Tight-encoded +data should be saved Raw-encoded or re-compressed in recorded +sessions. Also, always emit warnings in the Java console if such +recoding was necessary. + +------------------------------------------------------------------------ +r1129 | const | 2002-07-05 15:26:16 +0700 (Fri, 05 Jul 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Minor documentation addition. + +------------------------------------------------------------------------ +r1127 | const | 2002-07-05 13:17:23 +0700 (Fri, 05 Jul 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +JPEG quality setting should be enabled in the Options frame only in +the 24-bit color mode. + +------------------------------------------------------------------------ +r1126 | const | 2002-07-05 13:02:37 +0700 (Fri, 05 Jul 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Unused temporary hack was removed. + +------------------------------------------------------------------------ +r1125 | const | 2002-07-04 03:25:47 +0700 (Thu, 04 Jul 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Some documentation on RFB session recording. + +------------------------------------------------------------------------ +r1124 | const | 2002-07-04 02:43:43 +0700 (Thu, 04 Jul 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Forgot to remove debugging output. + +------------------------------------------------------------------------ +r1123 | const | 2002-07-04 02:38:15 +0700 (Thu, 04 Jul 2002) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Re-compressing Tight-encoded rectangles when recorded session starts +after the connection was established, to make it possible to +decompress the data without knowing prior pixel data. + +------------------------------------------------------------------------ +r1122 | const | 2002-07-03 21:11:42 +0700 (Wed, 03 Jul 2002) | 6 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Special handling of Zlib-encoded rectangles -- they are written either +Zlib-encoded if it's a beginning of RFB session, or Raw encoded +otherwise. This is needed to make sure it will be possible to decode +saved data without knowing the state of zlib compression stream used +by the encoder. + +------------------------------------------------------------------------ +r1121 | const | 2002-07-03 17:49:59 +0700 (Wed, 03 Jul 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/RecordingFrame.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +The "Record" button now appears only if current SecurityManager allows +access to the local filesystem. +Exceptions after an intentional disconnect are not shown in the applet +panel or window any more. + +------------------------------------------------------------------------ +r1120 | const | 2002-07-03 16:40:52 +0700 (Wed, 03 Jul 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RecordingFrame.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implement dynamic toggling of session recording. + +------------------------------------------------------------------------ +r1119 | const | 2002-07-03 13:34:35 +0700 (Wed, 03 Jul 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Preparing to implement dynamic toggling of session recording. +The "Save Session" parameter was removed. + +------------------------------------------------------------------------ +r1118 | const | 2002-07-01 12:44:17 +0700 (Mon, 01 Jul 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RecordingFrame.java + +Fixed copyright string. + +------------------------------------------------------------------------ +r1114 | const | 2002-06-13 01:45:21 +0700 (Thu, 13 Jun 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/RecordingFrame.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +A simple hack to make the RecordingFrame work, at least when the +recording is being turned on before making the connection. The +RecordingFrame is still not very useful but at least does allow to +record a whole session in one file. + +------------------------------------------------------------------------ +r1113 | const | 2002-06-12 19:03:20 +0700 (Wed, 12 Jun 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/Makefile + A /orig/trunk/vnc_javasrc/RecordingFrame.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Added new "Record" button and a GUI to control recording of sessions +in FBS files. + +------------------------------------------------------------------------ +r1112 | const | 2002-06-05 01:01:58 +0700 (Wed, 05 Jun 2002) | 7 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/RfbProto.java + A /orig/trunk/vnc_javasrc/SessionRecorder.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implemented experimental feature to save RFB sessions in FBS files +compatible with rfbproxy, and the new "Save Session" parameter where a +user can set a file name. Color format requested from the server was +changed to little-endian to make saved sessions similar to ones +written by the VNC Reflector, and to make colors compatible with RFB +Session Player. + +------------------------------------------------------------------------ +r1111 | const | 2002-06-04 12:55:45 +0700 (Tue, 04 Jun 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Cleanups in "throws" statements. + +------------------------------------------------------------------------ +r1110 | const | 2002-06-04 12:50:35 +0700 (Tue, 04 Jun 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Minor cleanup in comment. + +------------------------------------------------------------------------ +r1109 | const | 2002-06-04 12:37:20 +0700 (Tue, 04 Jun 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Major Code cleanup: each decoder was moved from the +processNormalProtocol() method to a separate function. + +------------------------------------------------------------------------ +r1108 | const | 2002-06-04 12:19:13 +0700 (Tue, 04 Jun 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Minor cleanup. + +------------------------------------------------------------------------ +r1107 | const | 2002-05-23 23:58:40 +0700 (Thu, 23 May 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/VncViewer.java + +New "ENCPASSWORD" parameter, modified patch from Peter Astrand. + +------------------------------------------------------------------------ +r1103 | const | 2002-05-19 15:03:47 +0700 (Sun, 19 May 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Throwing Exception instead of IOException if that was not an I/O +error. + +------------------------------------------------------------------------ +r1102 | const | 2002-05-19 13:38:02 +0700 (Sun, 19 May 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Applied patch from Peter Astrand to fix problems with Swedish keys and +broken JVMs. + +------------------------------------------------------------------------ +r1091 | const | 2002-04-25 18:51:58 +0700 (Thu, 25 Apr 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Updated version strings for version 1.2.4. + +------------------------------------------------------------------------ +r1090 | const | 2002-04-25 18:49:40 +0700 (Thu, 25 Apr 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Documented new feature to refresh remote desktop in the view-only mode +using "R"/"r" keys. + +------------------------------------------------------------------------ +r1081 | const | 2002-04-23 20:02:45 +0700 (Tue, 23 Apr 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + +Bugfix: keyboard focus could be set incorrectly. It was returned to +desktop even when windows such as Options or Clipboard were created. +This looked like new windows had appeared behind the authenticator or +desktop window, if the viewer itself was running in a separate window. + +------------------------------------------------------------------------ +r1080 | const | 2002-04-10 02:10:47 +0700 (Wed, 10 Apr 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Minor bugfix to prevent the "Refresh" button to disappear after the +"Disconnect" button changes to "Hide desktop". + +------------------------------------------------------------------------ +r1079 | const | 2002-04-10 02:05:52 +0700 (Wed, 10 Apr 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Previous bugfix was broken. + +------------------------------------------------------------------------ +r1078 | const | 2002-04-10 02:01:30 +0700 (Wed, 10 Apr 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Minor bugfix to prevent dumping exceptions on pressing "R"/"r" keys +over disconnected desktop. + +------------------------------------------------------------------------ +r1077 | const | 2002-04-10 01:53:08 +0700 (Wed, 10 Apr 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Now "R"/"r" keys can be used to request screen updates in view-only +mode. + +------------------------------------------------------------------------ +r1075 | const | 2002-04-09 02:17:45 +0700 (Tue, 09 Apr 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +"Show offline desktop" parameter documented. + +------------------------------------------------------------------------ +r1074 | const | 2002-04-09 02:12:57 +0700 (Tue, 09 Apr 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +"Show Controls" setting moved from OptionsFrame to VncViewer class. + +------------------------------------------------------------------------ +r1073 | const | 2002-04-09 02:04:48 +0700 (Tue, 09 Apr 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +New "Show Offline Desktop" parameter allowing the disktop to be still +displayed even after the remote side closed connection. + +------------------------------------------------------------------------ +r1072 | const | 2002-04-03 00:12:54 +0700 (Wed, 03 Apr 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + +Disabling the password input field on activating connections. + +------------------------------------------------------------------------ +r1071 | const | 2002-04-02 22:38:36 +0700 (Tue, 02 Apr 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Reporting more meaningful messages on errors. + +------------------------------------------------------------------------ +r1065 | const | 2002-03-25 21:41:27 +0600 (Mon, 25 Mar 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +A cosmetic change. + +------------------------------------------------------------------------ +r1034 | const | 2002-03-07 23:27:04 +0600 (Thu, 07 Mar 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Fixed bug causing NullPointerException in view-only mode with disabled +button panel. + +------------------------------------------------------------------------ +r1021 | const | 2002-02-14 21:20:30 +0600 (Thu, 14 Feb 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Made the "Ctrl-Alt-Del" button disabled in the view-only mode. + +------------------------------------------------------------------------ +r1020 | const | 2002-02-14 21:19:10 +0600 (Thu, 14 Feb 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncViewer.java + +Removed calls printing debugging output. + +------------------------------------------------------------------------ +r1019 | const | 2002-02-13 05:02:01 +0600 (Wed, 13 Feb 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Added new parameters "Defer screen updates", "Defer cursor updates", +"Defer update requests", documented in README. + +------------------------------------------------------------------------ +r1018 | const | 2002-02-13 03:03:33 +0600 (Wed, 13 Feb 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Made "Restricted colors" option dynamic. + +------------------------------------------------------------------------ +r1017 | const | 2002-02-13 02:36:54 +0600 (Wed, 13 Feb 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Code cleanups, preparing to make "Restricted colors" option dynamic. + +------------------------------------------------------------------------ +r1016 | const | 2002-02-12 23:32:06 +0600 (Tue, 12 Feb 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Documented applet parameters, updated copyright strings. + +------------------------------------------------------------------------ +r1015 | const | 2002-02-12 19:53:30 +0600 (Tue, 12 Feb 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Solved all issues with JPEG image loading. +Added more comments in the source code. + +------------------------------------------------------------------------ +r1014 | const | 2002-02-12 18:13:22 +0600 (Tue, 12 Feb 2002) | 7 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Solved problems with asynchronous JPEG image loading, although the +solution is not ideal yet. Now the ImageObserver interface is used +only to track loading of JPEG images, and is not used with drawImage() +method calls. +Draft scaling implementation appeared in previous CVS commit was +temporarily removed in this revision. + +------------------------------------------------------------------------ +r1013 | const | 2002-02-08 18:06:31 +0600 (Fri, 08 Feb 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Simple and inefficient scaling implementation, new "Scaling Factor" +parameter. + +------------------------------------------------------------------------ +r1011 | const | 2002-02-08 00:20:53 +0600 (Fri, 08 Feb 2002) | 11 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Preventing authentication retries when the PASSWORD parameter is used. +Closing windows and disconnecting on the applet shutdown. +Terminating the application properly on closing the authentication +window. +Packing the window on reporting errors when in a separate window; +this is necessary because it's possible that the window was empty. +Disconnecting on fatal errors. +Always forcing the keyboard focus go to the desktop on activating the +connection. +Code re-organizations and cleanups e.g. new tryAuthenticate() method. + +------------------------------------------------------------------------ +r1009 | const | 2002-01-31 00:25:27 +0600 (Thu, 31 Jan 2002) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +The frame size now should be limited by the screen size. +JPEG support improved, but drawing is still not reliable. +Minor code cleanups -- methods re-arranged. + +------------------------------------------------------------------------ +r1008 | const | 2002-01-31 00:22:22 +0600 (Thu, 31 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +A small piece of debugging code removed. + +------------------------------------------------------------------------ +r1007 | const | 2002-01-30 19:47:03 +0600 (Wed, 30 Jan 2002) | 6 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Drawing model was changed again; now usual off-screen Image is used +for double-buffering instead of MemoryImageSource. +Preliminary implementation of JPEG support in the Tight decoder. +New "JPEG image quality" parameter and corresponding item in the +Options frame. + +------------------------------------------------------------------------ +r1006 | const | 2002-01-25 12:49:36 +0600 (Fri, 25 Jan 2002) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Bugfixes in the Tight decoder: recent changes broke 8-bit color mode. +Bugfixes in the XCursor encoding support: cursor colors were +interpreted incorrectly. + +------------------------------------------------------------------------ +r1005 | const | 2002-01-15 03:11:07 +0600 (Tue, 15 Jan 2002) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +24-bit Tight decoder finished. Now it parses 24-bit (not 32-bit!) +color samples correctly, and is able to decode data pre-processed with +the "Gradient" filter. + +------------------------------------------------------------------------ +r1004 | const | 2002-01-15 00:46:06 +0600 (Tue, 15 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Preliminary working support for 24-bit colors in the Tight decoder. + +------------------------------------------------------------------------ +r1003 | const | 2002-01-14 20:00:14 +0600 (Mon, 14 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Color format was not set correctly. + +------------------------------------------------------------------------ +r1002 | const | 2002-01-14 19:32:15 +0600 (Mon, 14 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Code cleanups: changes in rfb.is.read() and rfb.is.readFully() calls. + +------------------------------------------------------------------------ +r1001 | const | 2002-01-14 19:18:58 +0600 (Mon, 14 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Support for 24-bit color in RichCursor encoding. + +------------------------------------------------------------------------ +r1000 | const | 2002-01-13 06:11:34 +0600 (Sun, 13 Jan 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Support for 24-bit colors. At this moment, all decoders support this +color mode, with two exceptions of Tight and RichCursor. + +------------------------------------------------------------------------ +r999 | const | 2002-01-13 05:57:09 +0600 (Sun, 13 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Removed a piece of code used for debugging. + +------------------------------------------------------------------------ +r998 | const | 2002-01-13 00:23:11 +0600 (Sun, 13 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/OptionsFrame.java + M /orig/trunk/vnc_javasrc/RfbProto.java + M /orig/trunk/vnc_javasrc/VncCanvas.java + +The "View Only" mode now can be turned on/off at any moment. + +------------------------------------------------------------------------ +r997 | const | 2002-01-12 22:12:33 +0600 (Sat, 12 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/RfbProto.java + +Insert key now can be passed to the remote side. + +------------------------------------------------------------------------ +r996 | const | 2002-01-12 20:32:36 +0600 (Sat, 12 Jan 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Dramatically simplified and robust implementation of handling +XCursor/RichCursor encodings. +Enhancements and bugfixes for the "Open New Window" mode. +Other minor enhancements and code cleanups. + +------------------------------------------------------------------------ +r995 | const | 2002-01-12 00:36:25 +0600 (Sat, 12 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ClipboardFrame.java + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +Minor code enhancements. + +------------------------------------------------------------------------ +r994 | const | 2002-01-11 23:35:33 +0600 (Fri, 11 Jan 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Implemented scrolling of the desktop area, when the desktop is shown +in a separate window. + +------------------------------------------------------------------------ +r993 | const | 2002-01-11 18:51:16 +0600 (Fri, 11 Jan 2002) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ClipboardFrame.java + M /orig/trunk/vnc_javasrc/OptionsFrame.java + +"Dismiss" buttons renamed to "Close". + +------------------------------------------------------------------------ +r992 | const | 2002-01-11 04:19:03 +0600 (Fri, 11 Jan 2002) | 5 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/VncViewer.java + +Changes in the button panel. Now keyboard focus moves back to the +authentication panel or to the desktop after pressing any button on +the panel. Additionally, keyboard focus should move to the desktop +automatically when VNC connection is established. + +------------------------------------------------------------------------ +r991 | const | 2002-01-11 03:53:10 +0600 (Fri, 11 Jan 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/ButtonPanel.java + +Implemented new "Refresh" button. Pressing it results sending a +non-incremental FramebufferUpdateRequest message to the server. + +------------------------------------------------------------------------ +r990 | const | 2002-01-11 03:51:25 +0600 (Fri, 11 Jan 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/VncCanvas.java + +Now the viewer adjusts its desktop/window size on desktop size changes +on the remote side (working support for NewFBSize pseudo-encoding). + +------------------------------------------------------------------------ +r989 | const | 2002-01-11 02:50:00 +0600 (Fri, 11 Jan 2002) | 4 lines +Changed paths: + A /orig/trunk/vnc_javasrc/AuthPanel.java + M /orig/trunk/vnc_javasrc/ButtonPanel.java + A /orig/trunk/vnc_javasrc/ClipboardFrame.java + M /orig/trunk/vnc_javasrc/Makefile + A /orig/trunk/vnc_javasrc/OptionsFrame.java + A /orig/trunk/vnc_javasrc/RfbProto.java + A /orig/trunk/vnc_javasrc/VncCanvas.java + A /orig/trunk/vnc_javasrc/VncViewer.java + D /orig/trunk/vnc_javasrc/authenticationPanel.java + D /orig/trunk/vnc_javasrc/clipboardFrame.java + M /orig/trunk/vnc_javasrc/dir.mk + M /orig/trunk/vnc_javasrc/hextile.vnc + M /orig/trunk/vnc_javasrc/index.vnc + M /orig/trunk/vnc_javasrc/noshared.vnc + D /orig/trunk/vnc_javasrc/optionsFrame.java + D /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/shared.vnc + M /orig/trunk/vnc_javasrc/tight.vnc + D /orig/trunk/vnc_javasrc/vncCanvas.java + D /orig/trunk/vnc_javasrc/vncviewer.java + M /orig/trunk/vnc_javasrc/zlib.vnc + +New "Open New Window" parameter was implemented, now the viewer can +work in a separate frame instead of running in the applet area. +Class names were capitalized, to reflect usual Java naming standards. + +------------------------------------------------------------------------ +r988 | const | 2002-01-11 00:22:08 +0600 (Fri, 11 Jan 2002) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/hextile.vnc + M /orig/trunk/vnc_javasrc/index.vnc + M /orig/trunk/vnc_javasrc/noshared.vnc + M /orig/trunk/vnc_javasrc/shared.vnc + M /orig/trunk/vnc_javasrc/tight.vnc + M /orig/trunk/vnc_javasrc/zlib.vnc + +Inserted a
tag to prevent www.tightvnc.com link appear to the +left of the applet area. + +------------------------------------------------------------------------ +r981 | const | 2001-12-18 03:32:28 +0600 (Tue, 18 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncviewer.java + +In application mode, terminate application on window close event. + +------------------------------------------------------------------------ +r980 | const | 2001-12-18 02:28:34 +0600 (Tue, 18 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Performance fixes in CopyRect routine, and the FillLargeArea method. + +------------------------------------------------------------------------ +r979 | const | 2001-12-18 01:39:40 +0600 (Tue, 18 Dec 2001) | 2 lines +Changed paths: + A /orig/trunk/vnc_javasrc/ButtonPanel.java + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/dir.mk + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + M /orig/trunk/vnc_javasrc/vncviewer.java + +Converted to Java 1.1 event model. + +------------------------------------------------------------------------ +r978 | const | 2001-12-17 03:49:14 +0600 (Mon, 17 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Got rid of calls to deprecated methods etc. + +------------------------------------------------------------------------ +r977 | const | 2001-12-17 03:37:38 +0600 (Mon, 17 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncviewer.java + +Minor code cleanups. + +------------------------------------------------------------------------ +r976 | const | 2001-12-17 03:37:10 +0600 (Mon, 17 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/authenticationPanel.java + +Converted to Java 1.1 event model. + +------------------------------------------------------------------------ +r975 | const | 2001-12-17 02:51:05 +0600 (Mon, 17 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + +Converted to Java 1.1 event model. + +------------------------------------------------------------------------ +r974 | const | 2001-12-17 02:19:03 +0600 (Mon, 17 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/clipboardFrame.java + +Converted to Java 1.1 event model. + +------------------------------------------------------------------------ +r973 | const | 2001-12-17 00:17:20 +0600 (Mon, 17 Dec 2001) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/clipboardFrame.java + +Removed debugging code forgotten in the previous version. +Minor code cleanups and formating changes. + +------------------------------------------------------------------------ +r972 | const | 2001-12-17 00:00:08 +0600 (Mon, 17 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/authenticationPanel.java + M /orig/trunk/vnc_javasrc/clipboardFrame.java + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncviewer.java + +Got rid of most calls to methods deprecated in Java 1.1. + +------------------------------------------------------------------------ +r971 | const | 2001-12-16 21:41:38 +0600 (Sun, 16 Dec 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Beeping through java.awt.Toolkit on receiving Bell RFB message. + +------------------------------------------------------------------------ +r970 | const | 2001-12-16 21:33:19 +0600 (Sun, 16 Dec 2001) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Drawing techniques have been changed: now all the painting is +performed in update() and paint() methods of the Canvas component. +This should solve painting problems under some JVM implementations. + +------------------------------------------------------------------------ +r969 | const | 2001-12-16 20:56:29 +0600 (Sun, 16 Dec 2001) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + D /orig/trunk/vnc_javasrc/animatedMemoryImageSource.java + M /orig/trunk/vnc_javasrc/dir.mk + M /orig/trunk/vnc_javasrc/vncCanvas.java + +First step of converting the source to Java 1.1: got rid of +animatedMemoryImageSource class; using new setAnimated() method in the +standard MemoryImageSource class instead. + +------------------------------------------------------------------------ +r939 | const | 2001-09-16 14:06:15 +0700 (Sun, 16 Sep 2001) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + M /orig/trunk/vnc_javasrc/vncviewer.java + +Addition of new parameters PASSWORD, "Include Controls", and "View +Only", modified patch from Steve Kann. + +------------------------------------------------------------------------ +r901 | const | 2001-06-18 23:46:28 +0700 (Mon, 18 Jun 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string change. + +------------------------------------------------------------------------ +r899 | const | 2001-05-12 16:55:47 +0700 (Sat, 12 May 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncviewer.java + +(setEncodings): Possible NullPointerException fixed. + +------------------------------------------------------------------------ +r884 | const | 2001-03-07 14:06:46 +0600 (Wed, 07 Mar 2001) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Initial "software cursor" position set to (0, 0) instead of (40, 40). +Minor code clean-up. + +------------------------------------------------------------------------ +r868 | const | 2001-02-16 04:45:56 +0600 (Fri, 16 Feb 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Minor performance fix and tiny clean-ups in code and comments. + +------------------------------------------------------------------------ +r867 | const | 2001-02-16 03:29:49 +0600 (Fri, 16 Feb 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/clipboardFrame.java + M /orig/trunk/vnc_javasrc/optionsFrame.java + +Tiny changes after looking in the TridiaVNC CVS sources. + +------------------------------------------------------------------------ +r866 | const | 2001-02-16 02:48:15 +0600 (Fri, 16 Feb 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + +Version string changed. + +------------------------------------------------------------------------ +r865 | const | 2001-02-15 23:48:43 +0600 (Thu, 15 Feb 2001) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +A number of performance optimizations and code clean-ups for all +supported encodings. + +------------------------------------------------------------------------ +r863 | const | 2001-02-15 01:56:48 +0600 (Thu, 15 Feb 2001) | 9 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Drawing techniques changed: now all drawing is performed through the +rawPixelsImage object and the pixels[] array, paintImage is not used +any more. +Settings "Raw pixel drawing: Fast/Reliable" and "CopyRect: +Fast/Reliable" removed from the Options panel since they do not make +sense in new drawing model. +Currently drawing of solid-color areas is slow but this issue +hopefully will be fixed in next versions. + +------------------------------------------------------------------------ +r858 | const | 2001-02-08 07:06:24 +0600 (Thu, 08 Feb 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + M /orig/trunk/vnc_javasrc/vncviewer.java + +Fixes for compilation on Java 2 platform, from Klaus Erber. + +------------------------------------------------------------------------ +r836 | const | 2001-01-28 16:58:51 +0600 (Sun, 28 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/README + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + +One more name added to copyright strings. ;-) + +------------------------------------------------------------------------ +r835 | const | 2001-01-28 16:51:43 +0600 (Sun, 28 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/hextile.vnc + M /orig/trunk/vnc_javasrc/index.vnc + M /orig/trunk/vnc_javasrc/noshared.vnc + M /orig/trunk/vnc_javasrc/shared.vnc + M /orig/trunk/vnc_javasrc/tight.vnc + M /orig/trunk/vnc_javasrc/zlib.vnc + +www.TridiaVNC.com links chanded to www.TightVNC.com. + +------------------------------------------------------------------------ +r834 | const | 2001-01-28 16:43:39 +0600 (Sun, 28 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + A /orig/trunk/vnc_javasrc/hextile.vnc + A /orig/trunk/vnc_javasrc/noshared.vnc + A /orig/trunk/vnc_javasrc/tight.vnc + +More HTML templates for different default settings prepared. + +------------------------------------------------------------------------ +r833 | const | 2001-01-28 16:36:14 +0600 (Sun, 28 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + +Tight encoding is now set by default. + +------------------------------------------------------------------------ +r832 | const | 2001-01-27 04:24:59 +0600 (Sat, 27 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncviewer.java + +Tiny formatting changes. + +------------------------------------------------------------------------ +r831 | const | 2001-01-27 03:11:22 +0600 (Sat, 27 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/authenticationPanel.java + M /orig/trunk/vnc_javasrc/vncviewer.java + +From TridiaVNC: set initial input focus to password field. + +------------------------------------------------------------------------ +r830 | const | 2001-01-27 02:58:39 +0600 (Sat, 27 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + +Unneeded changes reverted. + +------------------------------------------------------------------------ +r829 | const | 2001-01-27 00:52:44 +0600 (Sat, 27 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Many changes. Cursor shape updates should work in all modes. + +------------------------------------------------------------------------ +r826 | const | 2001-01-26 01:31:54 +0600 (Fri, 26 Jan 2001) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Support for EncodingLastRect added. +Bugfix: "Cursor shape updates: Ignore" option caused exceptions on +XCursor updates. + +------------------------------------------------------------------------ +r825 | const | 2001-01-26 01:10:59 +0600 (Fri, 26 Jan 2001) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + M /orig/trunk/vnc_javasrc/vncviewer.java + +RichCursor and XCursor encodings now work, but only for raw encoding. +Minor formatting fixes (spaces -> tabs). + +------------------------------------------------------------------------ +r824 | const | 2001-01-26 01:09:42 +0600 (Fri, 26 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/rfbProto.java + +Minor formatting fixes (spaces -> tabs). + +------------------------------------------------------------------------ +r823 | const | 2001-01-25 00:25:22 +0600 (Thu, 25 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +"Cursor shape updates: Ignore" option works for RichCursor encoding. + +------------------------------------------------------------------------ +r822 | const | 2001-01-24 23:55:22 +0600 (Wed, 24 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Non-finished RichCursor support, minor code cleanups. + +------------------------------------------------------------------------ +r820 | const | 2001-01-23 23:42:45 +0600 (Tue, 23 Jan 2001) | 4 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + +"Cursor shape updates" item in options frame. +Minor bugfix: "Compression level" item remained enabled when raw +encoding was chosen after zlib or tight. + +------------------------------------------------------------------------ +r819 | const | 2001-01-23 22:02:50 +0600 (Tue, 23 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + +Requesting compression level for tight and zlib encodings. + +------------------------------------------------------------------------ +r818 | const | 2001-01-22 23:22:03 +0600 (Mon, 22 Jan 2001) | 3 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Major speed optimizations and code cleanups in tight encoding +implementation. + +------------------------------------------------------------------------ +r817 | const | 2001-01-22 20:10:50 +0600 (Mon, 22 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +More error checking. + +------------------------------------------------------------------------ +r816 | const | 2001-01-22 20:06:39 +0600 (Mon, 22 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/vncCanvas.java + +Error checking, code cleanups. + +------------------------------------------------------------------------ +r814 | const | 2001-01-19 12:53:17 +0600 (Fri, 19 Jan 2001) | 2 lines +Changed paths: + M /orig/trunk/vnc_javasrc/Makefile + M /orig/trunk/vnc_javasrc/optionsFrame.java + M /orig/trunk/vnc_javasrc/rfbProto.java + M /orig/trunk/vnc_javasrc/vncCanvas.java + +First version of Java vncviewer with tight encoding support. + +------------------------------------------------------------------------ +r725 | const | 2000-09-29 22:39:38 +0700 (Fri, 29 Sep 2000) | 2 lines +Changed paths: + A /orig/trunk/vnc_javasrc + A /orig/trunk/vnc_javasrc/DesCipher.java + A /orig/trunk/vnc_javasrc/LICENCE.TXT + A /orig/trunk/vnc_javasrc/Makefile + A /orig/trunk/vnc_javasrc/README + A /orig/trunk/vnc_javasrc/animatedMemoryImageSource.java + A /orig/trunk/vnc_javasrc/authenticationPanel.java + A /orig/trunk/vnc_javasrc/clipboardFrame.java + A /orig/trunk/vnc_javasrc/dir.mk + A /orig/trunk/vnc_javasrc/index.vnc + A /orig/trunk/vnc_javasrc/optionsFrame.java + A /orig/trunk/vnc_javasrc/rfbProto.java + A /orig/trunk/vnc_javasrc/shared.vnc + A /orig/trunk/vnc_javasrc/vncCanvas.java + A /orig/trunk/vnc_javasrc/vncviewer.java + A /orig/trunk/vnc_javasrc/zlib.vnc + +Initial revision + +------------------------------------------------------------------------ diff --git a/external/source/tightvnc/LICENCE.TXT b/external/source/tightvnc/LICENCE.TXT new file mode 100644 index 0000000000..ae3b53193c --- /dev/null +++ b/external/source/tightvnc/LICENCE.TXT @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/external/source/tightvnc/README b/external/source/tightvnc/README new file mode 100644 index 0000000000..9b2c5abc03 --- /dev/null +++ b/external/source/tightvnc/README @@ -0,0 +1,522 @@ + + TightVNC Java Viewer version 1.3.10 + +====================================================================== + +This distribution is based on the standard VNC source and includes new +TightVNC-specific features and fixes, such as additional low-bandwidth +optimizations, major GUI improvements, and more. + + Copyright (C) 1999 AT&T Laboratories Cambridge. + Copyright (C) 2000 Tridia Corp. + Copyright (C) 2002-2003 RealVNC Ltd. + Copyright (C) 2001-2004 HorizonLive.com, Inc. + Copyright (C) 2000-2007 Constantin Kaplinsky + Copyright (C) 2000-2009 TightVNC Group + All rights reserved. + +This software is distributed under the GNU General Public Licence as +published by the Free Software Foundation. See the file LICENCE.TXT for the +conditions under which this software is made available. TightVNC also +contains code from other sources. See the Acknowledgements section below, and +the individual files for details of the conditions under which they are made +available. + + +Compiling from the sources +========================== + +To compile all the .java files to .class files, simply do: + + % make all + +This will also generate a JAR (Java archive) file containing all the classes. +Most JVM (Java Virtual Machine) implementations are able to use either a set +of .class files, or the JAR archive. + + +Installation +============ + +There are three basic ways to use TightVNC Java viewer: + + 1. Running applet as part of TightVNC server installation. + + Both the Unix and Windows versions of TightVNC servers include small + built-in HTTP server which can serve Java viewer to Web clients. This + enables easy Web access to the shared desktop without need to install + any software on the client computer. Unix and Windows versions of + TightVNC servers are different in the way they store the .class and .jar + files: the Unix server (Xvnc) is able to serve any set of files present + in a particular directory, while the Windows server (WinVNC) has all the + .class and .jar files inside the WinVNC executable file. Therefore, for + Xvnc, it's enough to copy the files into a correct directory, but for + WinVNC, the server binaries should be rebuild if the built-in Java + viewer should be updated. + + To install the Java viewer under Xvnc, copy all the .class files, the + .jar file and the .vnc files to an installation directory (e.g. + /usr/local/vnc/classes): + + cp *.class *.jar *.vnc /usr/local/vnc/classes + + Also, make sure that the vncserver script is configured to point to the + installation directory (see the Xvnc manual page for the description of + the -httpd command-line option). + + 2. Running applet hosted on a standalone Web server. + + Another possibility to use the Java viewer is to install it under a + fully-functional HTTP server such as Apache or IIS. Obviously, this + method requires running an HTTP server, and due to the Java security + restrictions, it's also required that the server should be installed on + the same machine which is running the TightVNC server. In this case, + installation is simply copying the .class and .jar files into a + directory that is under control of the HTTP server. Also, an HTML page + should be created which will act as a the base document for the viewer + applet (see an example named index.html in this distribution). + + NOTE: Provided index.html page is an example only. Before using that + file, edit it with a text editor. See more information inside + index.html. + + 3. Running the viewer as a standalone application. + + Finally, the Java viewer can be executed locally on the client machine, + but this method requires installation of either JRE (Java Runtime + Environment) or JDK (Java Development Kit). If all the .class files are + in the current directory, the Java viewer can be executed like this, + from the command line: + + java VncViewer HOST vnchost PORT 5900 + + The HOST parameter is required, PORT defaults to 5900 if omitted, and + there is a number of other optional parameters, see the Parameters + section below. + + +Parameters +========== + +TightVNC Java viewer supports a number of parameters allowing you to +customize its behavior. Most parameters directly correspond to the settings +found in the Options window. However, there are parameters that do not +correspond to those settings. For such parameters, you can see a note "no GUI +equivalent", in the documentation below. + +Parameters can be specified in one of the two ways, depending on how the Java +viewer is used: + + 1. When the Java viewer is run as an applet (embedded within an HTML + document), parameters should be specified in the HTML tags, + within the appropriate section. Here is an example: + + + + + + + 2. When run as a standalone application, the Java viewer reads parameters + from the command line. Command-line arguments should be specified in + pairs -- first goes parameter name, then parameter value. Here is a + command line example: + + java VncViewer HOST vnchost PORT 5901 "Scaling factor" 50 + +Both parameter names and their values are case-insensitive. The only +exception is the "PASSWORD" parameter, as VNC passwords are case-sensitive. + +Here is the complete list of parameters supported in TightVNC Java viewer: + +--> "HOST" (no GUI equivalent) + + Value: host name or IP address of the VNC server. + Default: in applet mode, the host from which the applet was loaded. + + This parameter tells the viewer which server to connect to. It's not + needed in the applet mode, because default Java security policy allow + connections from applets to the only one host anyway, and that is the + host from which the applet was loaded. However, this parameter is + required if the viewer is used as a standalone application. + +--> "PORT" (no GUI equivalent) + + Value: TCP port number on the VNC server. + Default: 5900. + + This parameter specifies TCP port number for outgoing VNC connection. + Note that this port is not the one used for HTTP connection from the + browser, it is the port used for VNC/RFB connection. Usually, VNC servers + use ports 58xx for HTTP connections, and ports 59xx for RFB connections. + Thus, most likely, this parameter should be set to something like 5900, + 5901 etc. + +--> "PASSWORD" + + Value: session password in plain text. + Default: none, ask user. + + DO NOT EVER USE THIS PARAMETER, unless you really know what you are + doing. It's extremely dangerous from the security point of view. When + this parameter is set, the viewer won't ever ask for a password. + +--> "ENCPASSWORD" + + Value: encrypted session password in hex-ascii. + Default: none, ask user. + + The same as the "PASSWORD" parameter but DES-encrypted using a fixed key. + Its value should be represented in hex-ascii e.g. "494015f9a35e8b22". + This parameter has higher priority over the "PASSWORD" parameter. DO NOT + EVER USE THIS PARAMETER, unless you really know what you are doing. It's + extremely dangerous from the security point of view, and encryption does + not actually help here since the decryption key is always known. + +--> "Encoding" + + Values: "Auto", "Raw", "RRE", "CoRRE", "Hextile", "ZRLE", "Zlib", "Tight". + Default: "Auto". + + The preferred encoding. If the value is "Auto", then the viewer will + continuously estimate average network throughput and request encodings + that are appropriate for current connection speed. "Hextile" is an + encoding that was designed for fast networks, while "Tight" is better + suited for low-bandwidth connections. From the other side, "Tight" + decoder in the TightVNC Java viewer seems to be more efficient than + "Hextile" decoder so it may be ok for fast networks too. "ZRLE" encoding + is similar to "Tight", but it does not support JPEG compression and + compression levels. Unlike "Tight" encoding, "ZRLE" is supported in + recent versions of RealVNC products. Other encodings are not efficient + and provided for compatibility reasons. + +--> "Compression level" + + Values: "Default", "1", "2", "3", "4", "5", "6", "7", "8", "9". + Default: "Default". ;-) + + Use specified compression level for "Tight" and "Zlib" encodings. Level 1 + uses minimum of CPU time on the server but achieves weak compression + ratios. Level 9 offers best compression but may be slow in terms of CPU + time consumption on the server side. Use high levels with very slow + network connections, and low levels when working over higher-speed + networks. The "Default" value means that the server's default compression + level should be used. + +--> "JPEG image quality" + + Values: "JPEG off", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9". + Default: "6". + + Use the specified image quality level in "Tight" encoding. Quality level + 0 denotes bad image quality but very impressive compression ratios, while + level 9 offers very good image quality at lower compression ratios. If + the value is "JPEG off", the server will not use lossy JPEG compression + in "Tight" encoding. + +--> "Cursor shape updates" + + Values: "Enable", "Ignore", "Disable". + Default: "Enable". + + Cursor shape updates is a protocol extension used to handle remote cursor + movements locally on the client side, saving bandwidth and eliminating + delays in mouse pointer movement. Note that current implementation of + cursor shape updates does not allow a client to track mouse cursor + position at the server side. This means that clients would not see mouse + cursor movements if mouse was moved either locally on the server, or by + another remote VNC client. Set this parameter to "Disable" if you always + want to see real cursor position on the remote side. Setting this option + to "Ignore" is similar to "Enable" but the remote cursor will not be + visible at all. This can be a reasonable setting if you don't care about + cursor shape and don't want to see two mouse cursors, one above another. + +--> "Use CopyRect" + + Values: "Yes", "No". + Default: "Yes". + + The "CopyRect" encoding saves bandwidth and drawing time when parts of + the remote screen are moving around. Most likely, you don't want to + change this setting. + +--> "Restricted colors" + + Values: "Yes", "No". + Default: "No". + + If set to "No", then 24-bit color format is used to represent pixel data. + If set to "Yes", then only 8 bits are used to represent each pixel. 8-bit + color format can save bandwidth, but colors may look very inaccurate. + +--> "Mouse buttons 2 and 3" + + Values: "Normal", "Reversed". + Default: "Normal". + + If set to "Reversed", then right mouse button (button 2) will act as it + was middle mouse button (button 3), and vice versa. + +--> "View only" + + Values: "Yes", "No". + Default: "No". + + If set to "Yes", then all keyboard and mouse events in the desktop window + will be silently ignored and will not be passed to the remote side. + +--> "Scale remote cursor" + + Values: "No", "50%", "75%", "125%", "150%". + Default: "No". + + If a percentage value is specified, the remote cursor is reduced + or enlarged accordingly. Scaling takes place only when "View only" + is set to "No", and "Cursor shape updates" is set to "Enable". + +--> "Share desktop" + + Values: "Yes", "No". + Default: "Yes". + + Share the connection with other clients on the same VNC server. The exact + behaviour in each case depends on the server configuration. + +--> "Open new window" (no GUI equivalent, applicable only in the applet mode) + + Values: "Yes", "No". + Default: "No". + + Operate in a separate window. This makes possible resizing the desktop, + and adds scroll bars when necessary. If the server supports variable + desktop size, the window will resize automatically when remote desktop + size changes. + +--> "Scaling factor" (no GUI equivalent) + + Value: an integer in the range of [1..1000], or the string "auto". + Default: "100". + + Scale local representation of the remote desktop. The value is + interpreted as scaling factor in percents. The default value of 100% + corresponds to the original framebuffer size. Values below 100 reduce + image size, values above 100 enlarge the image proportionally. If the + parameter is set to "auto", automatic scaling is performed. Auto-scaling + tries to choose scaling factor such way that the whole remote framebuffer + will fit on the local screen. Currently, auto-scaling is supported only + when the remote desktop is shown in a separate frame (always true in the + application mode, and also in the applet mode with "Open new window" + parameter set to "yes"). + +--> "Show controls" (no GUI equivalent) + + Values: "Yes", "No". + Default: "Yes". + + Set to "No" if you want to get rid of that button panel at the top. + +--> "Offer relogin" (no GUI equivalent, not applicable in the applet mode) + + Values: "Yes", "No". + Default: "Yes". + + If set to "No", the buttons "Login again" and "Close window" won't be + shown on disconnects or after an error has occured. + +--> "Show offline desktop" (no GUI equivalent) + + Values: "Yes", "No". + Default: "No". + + If set to "Yes", the viewer would continue to display desktop even + if the remote side has closed the connection. In this case, if the + button panel is enabled, then the "Disconnect" button would be + changed to "Hide desktop" after the connection is lost. + +--> "Defer screen updates" (no GUI equivalent) + + Value: time in milliseconds. + Default: "20". + + When updating the desktop contents after receiving an update from server, + schedule repaint within the specified number of milliseconds. Small delay + helps to coalesce several small updates into one drawing operation, + improving CPU usage. Set this parameter to 0 to disable deferred updates. + +--> "Defer cursor updates" (no GUI equivalent) + + Value: time in milliseconds. + Default: "10". + + When updating the desktop after moving the mouse, schedule repaint within + the specified number of milliseconds. This setting makes sense only when + "Cursor shape updates" parameter is set to "Enable". Small delay helps to + coalesce several small updates into one drawing operation, improving CPU + usage. Set this parameter to 0 to disable deferred cursor updates. + +--> "Defer update requests" (no GUI equivalent) + + Value: time in milliseconds. + Default: "0". + + After processing an update received from server, wait for the specified + number of milliseconds before requesting next screen update. Such delay + will end immediately on every mouse or keyboard event if not in the "view + only" mode. Small delay helps the server to coalesce several small + updates into one framebuffer update, improving both bandwidth and CPU + usage. Increasing the parameter value does not affect responsiveness on + mouse and keyboard events, but causes delays in updating the screen when + there is no mouse and keyboard activity on the client side. + +--> "SocketFactory" (no GUI equivalent) + + Value: name of the class. + Default: none. + + This option provides the way to define an alternate I/O implementation. + The dynamically referenced class must implement a SocketFactory + interface, and create a Socket, as configured by this parameter. See the + source in SocketFactory.java. + +--> "DEBUG_XU" (no GUI equivalent) + + Value: non-negative integer. + Default: 0. + + Debugging option that causes update statistics reset after the specified + number of first framebuffer updates. This option was added to measure the + performance of a VNC server. First few updates (especially the very first + one) may be notably slower than others, and the viewer can exclude such + updates from statistics. + +--> "DEBUG_CU" (no GUI equivalent) + + Value: non-negative integer. + Default: 0. + + Debugging option that causes the viewer disconnect after the specified + number of framebuffer updates. When used with the "DEBUG_XU" parameter, + the number of updates specified in "DEBUG_XU" is not counted as part of + this parameter's value. E.g. if "DEBUG_XU"=2 and "DEBUG_CU"=10, then the + viewer will disconnect after 12 framebuffer updates: update statistics + will be reset after first two updates, then collected for next 10 + updates, then the viewer will disconnect automatically. If the value is + 0, the viewer will not disconnect automatically. This option was added to + measure the performance of a VNC server. + + +RECORDING VNC SESSIONS +====================== + +Current version of the TightVNC Java viewer is able to record VNC (RFB) +sessions in files for later playback. The data format in saved session files +is compatible with the rfbproxy program written by Tim Waugh. Most important +thing about session recording is that it's supported only if Java security +manager allows access to local filesystem. Typically, it would not work for +unsigned applets. To use this feature, either use TightVNC Java viewer as a +standalone application (Java Runtime Environment or Java Development Kit +should be installed), or as a signed applet. The code checks if it's possible +to support session recording, and if everything's fine, the new "Record" +button should appear in the button panel. Pressing this button opens new +window which controls session recording. The GUI is pretty self-explained. + +Other important facts about session recording: + +--> All sessions are recorded in the 24-bit color format. If you use + restricted colors (8-bit format), it will be temporarly switched to + 24-bit mode during session recording. + +--> All sessions are recorded with cursor shape updates turned off. This is + necessary to represent remote cursor movements in recorded sessions. + +--> Closing and re-opening the recording control window does not affect the + recording. It's not necessary to keep that window open during recording a + session. + +--> Avoid using Zlib and ZRLE encodings when recording sessions. If you have + started recording BEFORE opening a VNC session, then you are ok. But + otherwise, all Zlib-encoded updates will be saved Raw-encoded (that is, + without compression at all). The case with ZRLE is even worse -- ZRLE + updates will not be saved at all, so the resulting session file may be + corrupted. Zlib decoding depends on the pixel data received earlier, thus + saving the data received from the server at an arbitrary moment is not + sufficient to decompress it correctly. And there is no way to tell Zlib + or ZRLE decoder to reset decompressor's state -- that's a limitation of + these encoders. The viewer could re-compress raw pixel data again before + saving Zlib-encoded sessions, but unfortunately Java API does not allow + to flush zlib data streams making it impossible to save Zlib-encoded RFB + pixel data without using native code. + +--> Usually, Tight encoding is the most suitable one for session recording, + but some of the issues described above for the Zlib encoding affect the + Tight encoding as well. Unlike Zlib sessions, Tight-encoded sessions are + always saved Tight-encoded, but the viewer has to re-compress parts of + data to synchronize encoder's and decoder's zlib streams. And, due to + Java zlib API limitations, zlib streams' states have to be reset on each + compressed rectangle, causing compression ratios to be lower than in the + original VNC session. If you want to achieve the best possible + performance, turn recording on BEFORE connecting to the VNC server, + otherwise CPU usage and compression ratios may be notably less efficient. + + +HINTS +===== + +--> To refresh remote desktop in the view-only mode, press "r" or "R" + on the keyboard. + + +ACKNOWLEDGEMENTS +================ + +This distribution contains Java DES software by Dave Zimmerman + and Jef Poskanzer . This is: + + Copyright (c) 1996 Widget Workshop, Inc. All Rights Reserved. + + Permission to use, copy, modify, and distribute this software and its + documentation for NON-COMMERCIAL or COMMERCIAL purposes and without fee + is hereby granted, provided that this copyright notice is kept intact. + + WIDGET WORKSHOP MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE + SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT + NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE, OR NON-INFRINGEMENT. WIDGET WORKSHOP SHALL NOT BE + LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, + MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. + + THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR RESALE AS ON-LINE + CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE + PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT + NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE + SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE + SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE + PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). WIDGET + WORKSHOP SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF + FITNESS FOR HIGH RISK ACTIVITIES. + + Copyright (C) 1996 by Jef Poskanzer . All rights + reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Visit the ACME Labs Java page for up-to-date versions of this and other + fine Java utilities: http://www.acme.com/java/ diff --git a/external/source/tightvnc/WhatsNew b/external/source/tightvnc/WhatsNew new file mode 100644 index 0000000000..2f9eb48a6c --- /dev/null +++ b/external/source/tightvnc/WhatsNew @@ -0,0 +1,1017 @@ ++--------------------------------------------------------------------+ +| This is a brief summary of changes introduced in each TightVNC | +| release. For more details, please see ChangeLog files included | +| in TightVNC source and binary archives. | ++--------------------------------------------------------------------+ + +* TightVNC 1.3.10 + + - Windows Server: Impersonating currently logged on user while + processing file transfer requests. Disabling file transfers if + current user is unknown or nobody is logged in. + + - Windows Server: Fixed rendering problems when multiple CopyRects + were combined with normal updates. That could caused distortions + that never updated even with full-screen polling active. + + - Windows Server: Added new "-silent" command-line option which + modifies the behavior of -install, -reinstall and -remove options + and makes them not show informational windows on successful + execution. Note that -silent should precede other respective + options in the command line. + + - Windows Server: LastRect, XCursor and RichCursor pseudo-encodings + were not properly enabled if they preceded true encodings in the + SetEncodings protocol message. + + - Windows Viewer: Fixed integer overflow vulnerabilities reported + by Core Security Technologies. A specially modified VNC server + could currupt the heap of the connected viewer causing its crash + or malfunction. + + - Windows Viewer: TightVNC Viewer version 1.3.9 saved only + successful connections in the list of recently visited VNC + servers. Now we save unsuccessful connections too so that users + would not ever have to re-type server names after connection + failures. Also, several other enhancements were made to the code + which handles the list of recent connections. + + - Windows Viewer: Fixed a bug with not loading passwords from saved + .vnc files correctly if the first byte of their encrypted + representation was zero. + + - Windows Viewer: Fixed problems under Windows Vista where Windows + taskbar could remain visible above the full-screen window. + + - Windows Viewer: Fixed a problem with decoding JPEG rectangles + wider than 2048 pixels. + + - Windows Viewer: Fixed a bug with not saving log file name + correctly on using the Browse button. + + - Windows Viewer: Usability improvements in the "New Connection" + dialog. + + - Windows Packaging: Improved installer and uninstall utility. + In this version, self-installing executable will not try to + install service in Windows Vista. Improved uninstall program + always removes the WinVNC service if it was previously installed. + + - Unix Server: Applied fixes for 64-bit Linux issues, a patch from + Russel Miranda. + + - Unix Server: Made the vncserver script read configuration from + files (system-wide /etc/tightvncserver.conf and user-specific + $HOME/.vnc/tightvncserver.conf). + + - All viewers: Allow configuring JPEG quality level regardless of + the preferred encoding set. This makes sense because TightVNC + Servers can transmit video data as JPEG even if Tight is not the + preferred encoding. + + - Java viewer: Fixed a bug that caused NullPointerException when + connecting to any VNC server not supporting TightVNC protocol + extensions. + + - Java viewer: Fixed a bug with ignoreCursorUpdates option in 24-bit + color mode caused the viewer to disconnect. Thanks to Damien + Mascre for pointing out the issue. + + - Java viewer: PORT parameter is not required any more, now it + defaults to 5900. + + - Java viewer: Do not defer update requests by default, to minimize + delays in screen updates. + + - Java viewer: Improvements in reporting statistics on disconnect. + + - Java viewer: Added debugging parameters (DEBUG_XU, DEBUG_CU) that + allow using the viewer as a tool for measuring VNC server + performance. + + - Other minor improvements and bugfixes. + +* TightVNC 1.3.9 + + - All platforms: Added support for the standard RFB protocol version + 3.8 with TightVNC extensions. + + - All platforms: Made "host:port" parsing maximally compatible with + VNC4. Interpreting a number in host names like somehost:5900 as an + actual port number if it's not in the range [0..99]. + + - Windows Server: Various user interface enhancements - changes in + GUI labels, tray icon with a red border when incoming connections + are not possible for any reason, more information in the tray icon + tip, smarter logic in displaying the Properties dialog, and more. + + - Windows Server: Fixed a problem introduced in TightVNC 1.3.8 - + default passwords were not respected if user passwords were not + set. + + - Windows Server: Slightly improved handling of passwords. One of + the notable changes is that now it's enough to enter a view-only + password without providing primary password. + + - Windows Server: Fixed problems with running WinVNC service and + Terminal Services. When a Remote Desktop (RDP) client connected to + the console, WinVNC showed black screen and did not restore normal + operations even on disconnection of that RDP client. Now, we + always share the console correctly, and disable simultaneous RDP + and VNC sessions. The changes were ported from VNC 4.1.2. + + - Windows Server: Better way of simulating Ctrl+Alt+Del. There are + reports that this solves the problem with greyed username and + password fields on Windows 2003 Server (bug #887617). + + - Windows Server: Bugfix for the bug #1109102: attempt to restart + the machine remotely via TightVNC led to disconnect if there was + some non-saved data, and further connections were rejected. + + - Windows Viewer: Multiple selection now works in file transfers, + thanks to developers at Novell and personally Rohit Kumar. + + - Windows Viewer: The viewer terminated silently when the server + dropped connection right after accepting it. Now we report such + errors. + + - Windows version source archive: Included project files for + compiling with Visual C++ 2005 Express Edition. Also, all required + libraries are now included within the source distribution. + + - Unix Server: Applied patches from Debian Linux that port Xvnc to + x86_64 platform (tightvnc-1.2.9-amd64support.p and + tightvnc-1.3_alpha7-x86_64.patch), thanks to Quanah Gibson-Mount. + + - Java viewer: Implemented scaling, either with a fixed scaling + factor or automatic. If Java 2D API is available (Java 1.2 and + higher), then high-quality scaling is used. From the other side, + the viewer remains compatible with Java 1.1 where it would simply + use scaling with much decreased image quality. Scaling can be + enabled with new "Scaling Factor" parameter but cannot be + controlled from the GUI yet. + + - Java viewer: Added support for ZRLE encoding. + + - Java viewer: Disabled focus traversal keys under JVMs 1.4 and + higher. This fixes the problem with not sending Tab key events to + the VNC server. + + - Java viewer: Fixed wrong pixel format interpretation at decoding + RichCursor pseudo-encoding (local cursor could be rendered in + wrong colors). + + - Other improvements and bugfixes, see ChangeLog files within the + distribution for more details. + +* TightVNC 1.3.8, release candidate version + + - Win32 server: Fixed major problem with disconnecting clients on + screen locking, user logoff and logon, in the service mode. + + - Win32 server: Added support for DFMirage driver direct screen + access mode (from DemoForge LLC). + + - Win32 server: Added support for multiple monitors (from DemoForge + LLC). + + - Win32 server: Improved layout and functionality of the Properties + dialog. + + - Win32 server: More accurate password handling - now the server + code tries to distinguish between "empty" and "unset" passwords + better. + + - Win32 server: New -shareall, -shareprimary and -sharearea + command-line options, working similarly to the -sharewindow + option. + + - Win32 server: Fixed problems with restoring desktop wallpaper. + + - Win32 viewer: Fixed bug with not enabling JPEG compression by + default. + + - Win32 viewer: Fixed bug with not setting proper size of the viewer + window. + + - Unix server: Port numbers are now calculated modulo 65536 with + vncviewer's -listen option. That makes it possible to listen on + TCP ports under 5900. + + - Java viewer: Automatic encoding selection based on measuring + current network throughput. + + - Other improvements and bugfixes, see ChangeLog files within the + distribution for more details. + +* TightVNC 1.3dev7, release candidate version + + - Win32 server: Fixed the problem with "olemainthreadwndname not + responding" in service mode under Windows NT 4.0. Under that OS, + the TightVNC service could hang on logoff. + + - Win32 server: Removed the code for "desktop optimizations" that + was rather harmful than useful. Hopefully, this should fix + problems with crashing Delphi applications. Also this should + prevent settings like font smoothing always set to true on + disconnect. + + - Win32 server: Fixed the issue with port number edit boxes that + were labeled incorrectly in the Properties dialog. + + - Win32 server: Disallowing clipboard transfers in view-only mode. + + - Win32 server: Fixed the problem with carriage return/linefeed + conversion of clipboard data. + + - Win32 server: Fixed the problem with wallpaper being removed only + after completing the initial screen transmission. + + - Win32 server: Minor improvements in the File Transfers dialog. + + - Win32 server: More context help messages in Properties and File + Transfers dialogs. + + - Unix server: Fixed a serious bug with sending cursor updates when + there was no FrameBufferUpdateRequest from that client. + + - Unix server: Fixed problems with building Xvnc on modern linux + distributions, such as Fedora Core 3. + + - Unix server: Disallowing clipboard transfers for view-only + clients. + + - Other improvements and bugfixes, see ChangeLog files within the + distribution for more details. + +* TightVNC 1.3dev6, Win32 release candidate version + + - Win32 server: Improved layout of the Properties dialog, added + context help for every option. Also, current mirror driver status + is shown in the Hooks tab. + + - Win32 server: Implemented new checkbox "Enable applet params in + URLs" corresponding to EnableURLParams registry setting. + + - Win32 server: The option "Don't use mirror display driver even if + available" is now functional. + + - Win32 server: New option "Blank screen on client connections". + When set and new client connects, the server's monitor is forced + to go to power saving mode. + + - Win32 server: Fixed bugs with saving certain settings in the + registry, and bugs with setting default values when the registry + is not writable. + + - Win32 server: Fixed a problem with one-pixel mouse offset. + + - Win32 server: Fixed problems with inter-thread locking, this + should solve "Unhandled message type received" problems. + + - Win32 server: Fixed a problem with the setting "Block remote input + on local activity", it was not working with DLL hooks disabled. + + - Win32 server: Fixed various problems with file transfer + implementation. Error handling was improved, the C: drive bug + under Win98/Me seems to be solved. + + - Win32 viewer: New "Auto" scaling mode. In this mode, the viewer + scales remote desktop to fit local window or screen size. If the + window size is changed, the scaling factor is adjusted + automatically. + + - Win32 viewer: Now the viewer checks server's capabilities and does + not ever use non-standard protocol messages not supported by the + server. This change affects file transfers only, as other features + do not use non-standard protocol messages.. + + - Java viewer: New "scale remote cursor" option has been added. It + allows to reduce or enlarge cursor image in the full-control mode. + + - Java viewer: A cursor repaint problem has been fixed. + + - Other improvements and bugfixes, see ChangeLog files within the + distribution for more details. + +* TightVNC 1.3dev5, development version + + - Win32 server: Support for the "DFMirage" mirror video driver has + been added (the driver itself will be available separately). Using + the mirror driver greatly increases the speed and reliability of + updates, and also desreases CPU utilization on the server. + + - Win32 server: New polling algorithm has been implemented. It's + similar to that found in x0rfbserver. New algorithm uses minimum + CPU time when there are no changes on the screen, and detects + major changes very quickly, resulting in greatly improved + responsiveness on the client side. + + - Win32 server: Improved methods for filtering screen changes that + actually do not change anything. New algorithm not only works + faster, but it also detects changes much more accurately, leaving + less work to encoders. + + - Win32 viewer: A special mode for Unix users has been implemented: + when ScrollLock is on, the viewer will send Meta on pressing Alt + keys. + + - Win32 server: Fixed a problem with view-only clients that were + enabled full control on just opening the Properties dialog of the + server. + + - Win32 server: It should not ever hang any more on changing ports + or the LoopbackOnly setting. + + - Win32 server: DisableTrayIcon and RemoveWallpaper settings are + working again. + + - Win32 server: The problem with not saving Query Settings has been + fixed. + + - Win32 server: The polling mode "on event received only" has been + fixed - it did not work correctly in previous version. + + - Win32 server: Fixed a number of issues with mouse handling, + including that annoying problem with pointer jumping on slow + connections. + + - Win32 server: Applied a bugfix from HorizonLive solving the + problem with crashes or incorrect operation after color depth + changes on the server's desktop. + + - Win32 viewer: It does not crash any more on entering long + passwords in the authentication window. + + - Win32 viewer: Positioning and resizing logic of the viewer window + has been improved. + + - Win32 viewer: Now the viewer chooses more reasonable file names + for saved .vnc sessions. + + - Win32 viewer: In the full-screen mode, the viewer allows other + windows to be shown above the remote desktop. This makes hotkeys + such as Shift-Ctrl-Alt-O useful in the full-screen mode. + + - Unix version: A number of bugfixes -- copying clipboard to + non-authenticated clients in Xvnc, delayed cursor shape updates in + Xvnc, and crashing on switching between KDE virtual desktops in + vncviewer. + + - Unix viewer: Support for the new -autopass option has been added, + a patch from Ki NETWORKS, Inc. + + - Other changes, see ChangeLog files within the distribution for + more details. + +* TightVNC 1.3dev4, development version + + - Featuring updated Unix version and Java viewer, supporting RFB + protocol version 3.7, with or without TightVNC protocol + extensions. Version 3.3 of the protocol is supported as well. + + - Win32 version: Built-in Java viewer was absent in the previous + development version; now it's available again. + + - Win32 version: Now the server does not crash on remote + Ctrl-Alt-Del events, and on changing display modes. + + - Win32 version: A problem with reinstalling the service has been + fixed (WinVNC -reinstall command-line option). In previous + versions, reinstalling the service could fail if a user did not + close "Service unregistered" message box within a few seconds. + + - Win32 version: Now the server does not hang on selecting equal RFB + and HTTP port numbers. A warning is shown instead. + + - Win32 version: The server does not hang on toggling loopback + connection options, and on changing port/display numbers. + + - Win32 version: WinVNC does not crash on choosing "Kill All + Clients" during file download. + + - Win32 version: CopyRect handling in the server has been fixed, the + CopyRect encoding is enabled again. + + - Win32 version: The Advanced Properties dialog of the server has + been removed. The controls of that dialog has been moved to tabs + in the Properties dialog. + + - Win32 version: Context help in the server's Properties dialog has + been implemented (although not all descriptions are ready yet). + + - Unix viewer: Fixed a bug with the viewer crashing on selecting + text in Xvnc, and then choosing F8 / Clipboard: local -> remote, + twice. + + - There was some progress on supporting pluggable encryption and + authentication methods, in both Win32 and Unix versions, and in + the Java viewer. + + - Other changes, see ChangeLog files within the distribution for + more details. + +---------------------------------------------------------------------- + +* TightVNC 1.3dev3, Win32 development (unstable) version + + - All features and fixes from 1.2.9 and 1.3dev1 versions included. + + - Improved GUI of the viewer featuring toolbar, hotkeys, pre-set + connection profiles, more configuration options, context help in + dialogs, and more. Finally, the viewer remembers all + per-connection and global settings in the registry. + + - File transfers between viewer and server machines. + + - Support for RFB protocol version 3.7, with TightVNC extensions. + + - A possibility to turn off hooking via VNCHooks.dll in WinVNC while + full screen polling is in use. + + - Other changes, see ChangeLog files within the distribution for + more details. + +---------------------------------------------------------------------- + +* TightVNC 1.2.9 + + - Win32 version: Major security-related bug in the server has been + fixed -- handling of the "QueryAllowNoPass" option was seriously + broken. Together with fixing this bug, the whole authentication + logic in the server code has been redesigned. + + - Win32 version: Now the HKEY_CURRENT_USER registry hive is being + closed properly on restoring display settings, on disconnect. This + change should solve the problem with unloading the registry on + logout, when WinVNC is running as a service. + + - Win32 version: Problems with "QuerySetting" and "QueryTimeout" + options have been fixed -- the settings could be copied from user + configuration to default settings without user's intention. + + - Win32 version: A long-standing bug has been fixed -- the logic to + handle retries after authentication failures was flawed, and used + to delete the same object twice under certain conditions. + + - Win32 version: Now it's possible to specify port numbers with the + winvnc -connect option, using the "host::port" format. Also, + providing a -connect option without arguments now brings up the + "Add New Client" dialog. + + - Unix version: New "Request refresh" button has been implemented in + the viewer's F8 popup menu. + + - Unix version: Xvnc compilation fixes for HP-UX and MacOS X have + been applied, from Ki NETWORKS, Inc. + + - Unix version: New vncpasswd -f command-line option has been + implemented. It allows providing passwords on stdin and writes + encrypted passwords to stdout. In addition, the password file name + "-" now denotes stdout. Finally, a buffer overflow has been fixed + in vncpasswd -- it could be caused by a long file name in the + command line. + + - Unix version: A patch to fix input focus problems in the X11 + viewer has been applied, from Greg Breland. + + - Unix version: A patch fixing Xvnc crashes on Sparc has been + applied, from the RealVNC distribution. + + - Unix version: A problem with incorrect port interpretation has + been fixed, in the vncviewer's -tunnel option handling. Thanks to + Clark Sessions. + + - Java viewer: A modification from Bernd Krueger-Knauber has been + accepted, to pass through X keysyms for foreign currencies. + + - Java viewer: The problem with initial keyboard focus not set to + the desktop on some JVMs has been fixed. + + - Other minor improvements and bugfixes. + +---------------------------------------------------------------------- + +* TightVNC 1.2.8 + + - Unix and Win32 versions: Support for a separate view-only password + has been implemented. Now the servers support two passwords -- one + to allow full control, another to restrict remote keyboard and + mouse input. + + - Win32 version: The password reset problem has been solved. In + versions starting from 1.2.4, the password could get changed in + the registry on opening Properties dialog and just hitting the OK + button. + + - Win32 version: New "-reload" command-line option has been + implemented in Win32 server. It forces the running instance to + reload the registry settings. + + - Win32 version: "RemoveWallpaper" and "LockSetting" options have + been made configurable in the Properties dialog; the code has been + ported from RealVNC 3.3.6. + + - Win32 version: Support for "AllowEditClients" registry setting has + been ported from RealVNC 3.3.6. + + - Unix version: New "-x11cursor" option has been implemented in + vncviewer; a patch from Peter Astrand. This option allows using a + real X11 cursor with X11-style cursor shape updates, disables the + dot cursor, and disables cursor position updates in non-fullscreen + mode. + + - Unix version: New "RunCommand" command to customize the X11 + vncviewer popup menu has been implemented; a patch from Peter + Astrand. + + - Unix version: Several patches from Debian Linux have been applied. + This should fix a number of bugs and improve building on some + platforms supported by Debian Linux. + + - Unix version: A problem with Xvnc eating all CPU time after xfs + restarts has been fixed; a patch from Martin Koegler. + + - Other minor improvements and bugfixes. + +---------------------------------------------------------------------- + +* TightVNC 1.2.7 + + - Unix and Win32 versions, Java viewer: The most significant problem + with local cursor handling has been solved -- now clients can see + remote cursor movements performed on the server or by another + client. New PointerPos encoding and cursor shape updates both + minimize bandwidth requirements and greatly improve responsiveness + of the mouse pointer, while still allow to track correct pointer + position in all situations. + + - Unix and Win32 versions: In all the places where display numbers + had to be used, now it's easy to use port numbers as well. The + viewers now allow to use new "hostname::port" syntax, in addition + to the traditional "hostname:display" format. The same new syntax + can be used in the "Add new client" dialog of Win32 server. In the + server, now it's equally easy to set display and port numbers. + Besides that, HTTP and RFB port numbers can be set individually. + + - Unix and Win32 versions: In servers, decreased JPEG quality + factors for low quality levels. This improves bandwidth usage + while the image quality remains satisfactory in most cases. In + clients, JPEG compression is now enabled by default, because + usually it's a reasonable choice. To prevent viewers from + requesting JPEG compression, new -nojpeg option can be used. + + - Unix and Win32 versions: Improved installer under Windows, better + RPMs for Linux. + + - Win32 version: Major enhancements in layout and functionality of + the dialog boxes. + + - Win32 version: New keyboard handling code has been ported from + RealVNC 3.3.6. This should solve all the issues with arrow keys + acting as numbers in console windows, and shift+arrows not working + under Win2k. + + - Win32 version: Adopted WinVNC -reinstall option from RealVNC + 3.3.5, together with a number of other changes in different + places. The viewer now accepts a port number after the -listen + command-line option, an improvement from RealVNC 3.3.6. + + - Win32 version: Eliminated high CPU usage on the server before + sending cursor shape updates. + + - Unix version: Bugfix for Xvnc's -localhost and -interface options + that were broken on many systems, thanks to Luke Mewburn for the + bugfix. Xvnc -version command-line option is now supported. + + - Tight encoding is now documented in rfbproto.h files within source + archives. + + - Java viewer: Implemented new buttons "Login again" and "Close + window" near the disconnect or error messages in the applet mode, + and introduced new "Offer Relogin" parameter to control this + improvement. Thanks to Peter Astrand for the initial version of + the "Login again" patch. + + - Java viewer: Support for connections via HTTP proxies using HTTP + CONNECT method. This will not work in the applet mode, due to Java + security restrictions. + + - Java viewer: Extra .vnc files have been removed, having just + index.vnc should be enough. Also, an example HTML page has been + prepared, to simplify installation under a standalone Web server. + + - Java viewer: Added a MANIFEST to the JAR archive, to allow easy + execution of the JAR file, using java -jar command-line option. + + - Other minor improvements and bugfixes. + +---------------------------------------------------------------------- + +* TightVNC 1.3dev1, Win32 development (unstable) version + + - Implemented partial screen sharing. Any single window or any + rectangular screen area can be shared instead of the whole screen. + The position and dimensions of the shared screen area can be + changed dynamically, and client windows will adjust their + dimensions on the fly. The user interface to choose shared screen + area is very intuitive and easy to use. + + - Screen resolution changes won't cause WinVNC to disconnect clients + any more (but changes in screen color format still result in + disconnects, this will be fixed later). + + - It's possible to make WinVNC ignore remote inputs when local mouse + or keyboard is in use. Remote events will be re-enabled after a + specified timeout (3 seconds by default). + + - There may be other changes I forgot to mention. :-) + +---------------------------------------------------------------------- + +* TightVNC 1.2.6 + + - Win32 version: In this version, when WinVNC binds to a local TCP + port, it does not try to check several times if the port is in + use. It just re-uses the port if the display number is not set to + "Auto". One visible effect of this change is that the delay + between starting up and showing the icon is greatly reduced. + + - Unix version: Fixed the bug which caused the vncserver script to + fail when the XAUTHORITY environment variable was not set. + + - Unix version: Fixed the bug which prevented the vncpasswd utility + from setting correct permissons on the passwd file. + + - Unix version: Fixed a repeated challenge replay attack + vulnerability, bugtraq id 5296. + + - Unix version: Added files to simplify building of Linux RPMs, + thanks to Peter Astrand. + + - Unix version: Improved scrolling in the full-screen mode, modified + patch from Ville Herva. + + - Minor cleanups. + +---------------------------------------------------------------------- + +* TightVNC 1.2.5 + + - Win32 version: Fixed a problem in the I/O subsystem that was + introduced in TightVNC 1.2.2 and was causing major slowdown in + communication with clients. + + - Win32 version: Enabled remote upgrade in the installation script. + Also, the installer will install a copy of the TightVNC Web site, + and will create shortcuts to most important documentation pages. + + - Win32 version: Implemented new feature to specify applet + parameters in URL requests being sent to the built-in HTTP server. + Added support for new "EnableURLParams" registry setting which can + be used to enable this feature. + + - Win32 version: Added support for the NewFBSize pseudo-encoding + allowing to change framebuffer geometry on the fly on server's + request. + + - Win32 version: Included "solution" and "project" files for MS + Visual Studio 7, from Andrew van der Stock, applied a set of minor + fixes to suppress compilation warnings under MS Visual Studio 7. + + - Win32 version: The viewer now tries to preserve the size and + position of the desktop window after applying new connection + options. + + - Unix version: Implemented new feature to specify applet parameters + in URL requests being sent to the built-in HTTP server. Added + support for new $PARAMS variable in .vnc HTML templates. + + - Unix version: Added the possibility to keep users' vnc directories + under /tmp, as suggested by Ivan Popov. This mode can be enabled + by editing the $vncUserDir variable in the vncserver script. Also, + new -t option has been implemented in the vncpasswd utility which + allows to change VNC password files under /tmp. + + - Unix version: Applied Xvnc -viewonly patch from Ehud Karni. + + - Unix version: Applied Linux/PowerPC Xvnc fix from Peter A. Castro. + + - Unix version: Bug fixed: Xvnc failed to reset compression level + and JPEG image quality on reading lists of encodings supported by + clients. + + - Unix version: Made the viewer handle XCursor encoding operating on + the framebuffer instead of setting new cursors directly in X. + + - Unix version: Applied a number of porting fixes from Ki Networks, + Inc. + + - Java viewer: Added new feature allowing to save RFB sessions in + FBS files compatible with rfbproxy. This feature works only if JVM + security manager allows access to the local filesystem, which is + usually true only when the viewer is used as a standalone + application or if the viewer applet is cryptographically signed. + New "Record" button will appear in the button panel if this + feature is enabled. + + - Java viewer: Added new "ENCPASSWORD" parameter, modified patch + from Peter Astrand. + + - Java viewer: Applied patch from Peter Astrand to fix problems with + Swedish keys and broken JVMs. + + - Other minor fixes and cleanups. + +---------------------------------------------------------------------- + +* TightVNC 1.2.4 + + - Win32 version: WinVNC crashes on reporting zero statistics were + fixed. This should eliminate crashes when using x2vnc and win2vnc + client programs. + + - Win32 version: a problem with listening viewer was fixed. + Initiating multiple non-shared connections could crash the viewer + application. + + - Win32 version: real passwords are never placed into the password + text control in the WinVNC Properties dialog any more. This should + prevent grabbing plain-text passwords from that text control. + + - Win32 version: logging on errors was improved to provide better + diagnosis for errors, especially for those causing the message + "Connection closed" right after authentication. + + - Win32 version: handling of log files was improved. Now WinVNC + should be able to save backup copies of log files under + Win95/98/Me. Also, all log files are now written in MS-DOS/Windows + text format instead of the Unix one. + + - Win32 version: a problem with reporting error messages in the + listening viewer was fixed. + + - Win32 version: reporting incorrect statistics in the Tight encoder + was fixed. + + - Win32 version: HTML pages and templates for the built-in HTTP + server were improved. + + - Unix version: applied patch from Ki Networks, Inc. solving build + problems on a number of commercial Unix systems, and fixing a + number of minor bugs and typos. + + - Unix version: added a possibility to denote standard input with + the "-" file name instead of a real password file name. + + - Unix version: fixed a bug causing vncpasswd utility work + incorrectly when a file name argument was given in the command + line. + + - Unix version: applied patch to solve keyboard focus problems in + the full-screen vncviewer, from Peter Astrand. The patch does not + seem to solve all the issues, but definitely makes things better. + New grabKeyboard resource was added to control full-screen mode + behavior. + + - Java viewer: new "Show Offline Desktop" parameter was added to + make the desktop still visible even after the remote side has + closed connection. + + - Java viewer: error messages were made much more meaningful. + + - Java viewer: keyboard focus problems were fixed. This should + prevent opening new windows (e.g. Options or Clipboard) behind the + active authenticator or desktop window. + + - Java viewer: now "R"/"r" keys can be used to request screen + updates in view-only mode. + + - Java viewer: applied patch from Peter Astrand to fix problems with + Swedish keys and broken JVMs. + + - Other minor fixes and cleanups. + +---------------------------------------------------------------------- + +* TightVNC 1.2.3 + + - Unix and Win32 versions: zlib library was updated to the most + recent version (1.1.4) where a potential security issue was fixed. + + - Unix and Win32 versions: fixed blocking I/O problems in built-in + HTTP servers. Older versions had to wait while one client finishes + his transaction, only then they served new client connections, + thus making easy denial-of-service attacks possible. + + - Unix and Win32 versions: updated built-in Java viewer, see details + below. + + - Win32 version: Added support for mouse wheel events. Wheel mouse + support is fully compatible and interoperable with Unix version + where this feature was available for a long time. + + - Win32 version (WinVNC): The -connect command-line option now + accepts a display number after a hostname. + + - Win32 version: Creating associations for .vnc files in the + installer. + + - Java viewer was GREATLY improved: the code was converted to Java + 1.1, painting techniques were re-designed completely (now the + viewer should work in MacOS), several new parameters were added, + all parameters were documented in the README file. Most important + new features include: support for 24-bit colors, JPEG support in + Tight encoding, RFB Bell message support, new "Refresh" button, a + possibility to operate in a separate scrollable window, dynamic + view-only mode. Many more changes were introduces, see the + ChangeLog for more information. Please note that new Java viewer + class names were changed, e.g. vncviewer.jar file has become + VncViewer.jar etc. + + - Unix version: a number of changes in the vncserver script, e.g. + the default color depth is now 24, extra delay after Xvnc startup + removed, font path is now configurable in the beginning of the + script, and more. + + - Unix version: zlib library was removed from the core X sources. + Instead, both vncviewer and Xvnc now can use either system zlib + and JPEG libraries, or ones packaged within TightVNC source + archive in the lib/ directory. Unix sources are distributed in two + versions: one with these libraries for those who don't have them + installed in the system, and another version without libraries, + copied directly from CVS, for those who do have zlib and/or JPEG + libraries installed. In the former case, build procedure would + include additional "make libs" step. System libraries will be + linked dynamically, libraries included in the source archive will + be linked in statically. + + - Unix version now includes comprehensive manual pages for + vncviewer, vncserver, Xvnc, vncconnect and vncpasswd programs. The + vncinstall script in the source distribution now accepts one more + parameter allowing to specify where to install manual pages. + + - Unix version (Xvnc): a number of patches from Red Hat Linux vnc + package were incorporated into the TightVNC codebase. This adds + support for more architectures including s390 and s390x, adds a + possibility to use tcp_wrappers for Xvnc access control. + + - Unix version (Xvnc): several bugfixes, e.g. applied patch to fix + crash in the code dealing with font server; fixed word alignment + problem in raw encoder experienced by Sparc users. + + - Unix version is no more distributed as patches to a standard VNC + release. This is because patches cannot handle changes in binary + files and handle file removals very inefficiently. + + - Other minor fixes and cleanups. + +---------------------------------------------------------------------- + +* TightVNC 1.2.2 + + - Win32 server: long-standing Win9x resource consumption problem has + been fixed. Now the server thread does not use blocking I/O, and + therefore is always ready to process messages from the VNCHooks + DLL. + + - Win32 server: now built-in HTTP daemon may be enabled and disabled + interactively from the Advanced Preferences dialog (this setting + is saved in new "EnableHTTPDaemon" registry key). + + - Win32 server: changes in layout and text of the Advanced + Preferences dialog. + + - Xvnc: Minor bugfix which should prevent potential dereference of a + NULL pointer. + + - Unix viewer: Now viewer window would be raised on beep (bell) + event, unless new -noraiseonbeep option is provided in the command + line or "raiseOnBeep" resource set to False. + + - One more packaging option for the Unix source: ready to build + archive with Zlib and JPEG libraries inside. + + - Other minor fixes and cleanups. + +---------------------------------------------------------------------- + +* TightVNC 1.2.1 + + - Win32 server: added support for reverse connections on ports other + than 5500, modified patch from Steve Kann. + + - Win32 viewer: added support for new command-line options: + -noshared and -encoding XXX. + + - Bugfixes in Win32 viewer: changes in exception handling eliminate + Borland C++ compilation problems causing application crashes on + repetitive connections, notably in the listen mode. Also, now + warning exceptions causing disconnects are reported to user, + except for the case when a user has closed the viewer window. + + - Better packaging in Win32 version: self-installing package is + available, vncviewer now shows correct icon image. + + - Unix vncviewer: Default tunneling command template has been + changed, to allow tunneled connections to hosts where only + loopback VNC connections are enabled. New -via + command-line option provides enhanced tunneling functionality, now + one can make vncviewer tunnel connections to a VNC host via third + machine acting as a gateway. + + - Java viewer: Addition of new parameters PASSWORD, "Show Controls", + and "View Only", modified patch from Steve Kann. + +---------------------------------------------------------------------- + +* TightVNC 1.2.0 + + - Tight encoding is now configurable and can operate at different + compression levels where low compression levels are very fast in + terms of CPU usage. New "-compresslevel N" option implemented in + vncviewer to set compression levels for Tight encoding (1 - fast, + 9 - best). + + - Enhanced techniques to split large rectangles in Tight encoder; + now it tries to find large solid-color areas and send them in + separate rectangles. + + - Lossy JPEG compression in Tight encoding has been implemented, new + "-quality N" vncviewer option should be used to enable this + feature (0 - low image quality and best compression, 9 - best + image quality). JPEG compression is used only for screen areas + that seem to be suitable for JPEG compression (although algorithms + to detect such areas are not perfect, of course). + + - New "XCursor" and "RichCursor" encodings implemented. They are + used to transmit cursor shape updates from server to clients + ("local cursor" feature requested by many users). Mouse movement + no longer causes framebuffer updates to happen, vncviewer + processes mouse locally when this feature is active. New + -nocursorshape vncviewer option turns this feature off. + + - A number of recent changes from both TridiaVNC and AT&T's releases + merged into the source, now the code is based on version 3.3.3r2 + for Unix part, and on 3.3.3r9 for Win32. + + - Unix vncviewer: When -tunnel option is specified in the command + line, special rules are now used to choose preferred encoding. Now + viewer does not think that server is running on the same machine + when tunneling is on and the preferred encoding is now "tight" + with default compression instead of raw. + + - Xvnc: Rules to set default pixel formats have been changed: now + they are RGB565 instead of BGR556 for color depth 16, and RGB888 + instead of BGR888 for depth 24. This makes Xvnc compatible with + Imlib renderer used in Gnome and also helps to avoid unnecessary + pixel format translations in many cases. + + - Xvnc: X11 modifier mapped to META key is now Mod4 instead of Mod1. + New -compatiblekbd option implemented in Xvnc to force META and + ALT keys behave the same way as they do in the original AT&T's + version. + + - A number of bugs fixed: viewer crashes after inflate() call, Xvnc + CoRRE encoding problems, Xvnc bit-order issues in XCursor and + RichCursor encodings, etc. + + - Java viewer now supports Tight encoding and cursor shape updates. + Drawing techniques were changed, settings "Raw pixel drawing: + Fast/Reliable" and "CopyRect: Fast/Reliable" removed from the + Options panel since they do not make sense in new drawing model. + + - Other new features, optimizations, fixes and cleanups, see + ChangeLog files. + +---------------------------------------------------------------------- + +* VNC Tight Encoding 1.1 + + - New ``gradient'' filter implemented in servers (it can be disabled + in Xvnc with new -lazytight option). The filter preprocess + full-color screen areas prior to compression in order to achieve + better compression ratios (with the cost of slower compression). + Vncviewers of version 1.0 had support for this filter already, but + there was small bug causing image distortions in certain cases. So + it is recommended to upgrade both servers and viewers. + + - Stupid bug fixed: extra unused color was included in palettes in + many cases; compression ratios used to be worse than they should + be. + + - The algorithm used to split large rectangles into parts has been + changed. This change can increase compression ratios in many + situations. + + - Byte-order issues in servers have been (hopefully) fixed. + + - Performance tuning, code rewrites and cleanups in various places. + +---------------------------------------------------------------------- + +* VNC Tight Encoding 1.0 + + - Initial release. + +---------------------------------------------------------------------- diff --git a/external/source/tightvnc/classes/AuthPanel.class b/external/source/tightvnc/classes/AuthPanel.class new file mode 100644 index 0000000000..fab07b5215 Binary files /dev/null and b/external/source/tightvnc/classes/AuthPanel.class differ diff --git a/external/source/tightvnc/classes/ButtonPanel.class b/external/source/tightvnc/classes/ButtonPanel.class new file mode 100644 index 0000000000..6b2edbe3f6 Binary files /dev/null and b/external/source/tightvnc/classes/ButtonPanel.class differ diff --git a/external/source/tightvnc/classes/CapabilityInfo.class b/external/source/tightvnc/classes/CapabilityInfo.class new file mode 100644 index 0000000000..7044972db4 Binary files /dev/null and b/external/source/tightvnc/classes/CapabilityInfo.class differ diff --git a/external/source/tightvnc/classes/CapsContainer.class b/external/source/tightvnc/classes/CapsContainer.class new file mode 100644 index 0000000000..1ba954f389 Binary files /dev/null and b/external/source/tightvnc/classes/CapsContainer.class differ diff --git a/external/source/tightvnc/classes/ClipboardFrame.class b/external/source/tightvnc/classes/ClipboardFrame.class new file mode 100644 index 0000000000..d65afd2253 Binary files /dev/null and b/external/source/tightvnc/classes/ClipboardFrame.class differ diff --git a/external/source/tightvnc/classes/DesCipher.class b/external/source/tightvnc/classes/DesCipher.class new file mode 100644 index 0000000000..f83ffb0745 Binary files /dev/null and b/external/source/tightvnc/classes/DesCipher.class differ diff --git a/external/source/tightvnc/classes/HTTPConnectSocket.class b/external/source/tightvnc/classes/HTTPConnectSocket.class new file mode 100644 index 0000000000..292e0608ad Binary files /dev/null and b/external/source/tightvnc/classes/HTTPConnectSocket.class differ diff --git a/external/source/tightvnc/classes/HTTPConnectSocketFactory.class b/external/source/tightvnc/classes/HTTPConnectSocketFactory.class new file mode 100644 index 0000000000..33e7d4479d Binary files /dev/null and b/external/source/tightvnc/classes/HTTPConnectSocketFactory.class differ diff --git a/external/source/tightvnc/classes/InStream.class b/external/source/tightvnc/classes/InStream.class new file mode 100644 index 0000000000..d057f57a14 Binary files /dev/null and b/external/source/tightvnc/classes/InStream.class differ diff --git a/external/source/tightvnc/classes/MemInStream.class b/external/source/tightvnc/classes/MemInStream.class new file mode 100644 index 0000000000..cf5e719ce1 Binary files /dev/null and b/external/source/tightvnc/classes/MemInStream.class differ diff --git a/external/source/tightvnc/classes/OptionsFrame.class b/external/source/tightvnc/classes/OptionsFrame.class new file mode 100644 index 0000000000..bbdbb4c9d6 Binary files /dev/null and b/external/source/tightvnc/classes/OptionsFrame.class differ diff --git a/external/source/tightvnc/classes/RecordingFrame.class b/external/source/tightvnc/classes/RecordingFrame.class new file mode 100644 index 0000000000..ef83521459 Binary files /dev/null and b/external/source/tightvnc/classes/RecordingFrame.class differ diff --git a/external/source/tightvnc/classes/ReloginPanel.class b/external/source/tightvnc/classes/ReloginPanel.class new file mode 100644 index 0000000000..73468f6aac Binary files /dev/null and b/external/source/tightvnc/classes/ReloginPanel.class differ diff --git a/external/source/tightvnc/classes/RfbProto.class b/external/source/tightvnc/classes/RfbProto.class new file mode 100644 index 0000000000..2f0216b5ec Binary files /dev/null and b/external/source/tightvnc/classes/RfbProto.class differ diff --git a/external/source/tightvnc/classes/SessionRecorder.class b/external/source/tightvnc/classes/SessionRecorder.class new file mode 100644 index 0000000000..1a79052a0d Binary files /dev/null and b/external/source/tightvnc/classes/SessionRecorder.class differ diff --git a/external/source/tightvnc/classes/SocketFactory.class b/external/source/tightvnc/classes/SocketFactory.class new file mode 100644 index 0000000000..ad4fac0a53 Binary files /dev/null and b/external/source/tightvnc/classes/SocketFactory.class differ diff --git a/external/source/tightvnc/classes/VncCanvas.class b/external/source/tightvnc/classes/VncCanvas.class new file mode 100644 index 0000000000..053df9231e Binary files /dev/null and b/external/source/tightvnc/classes/VncCanvas.class differ diff --git a/external/source/tightvnc/classes/VncCanvas2.class b/external/source/tightvnc/classes/VncCanvas2.class new file mode 100644 index 0000000000..00ef24c8ef Binary files /dev/null and b/external/source/tightvnc/classes/VncCanvas2.class differ diff --git a/external/source/tightvnc/classes/VncViewer.class b/external/source/tightvnc/classes/VncViewer.class new file mode 100644 index 0000000000..4934fc34f3 Binary files /dev/null and b/external/source/tightvnc/classes/VncViewer.class differ diff --git a/external/source/tightvnc/classes/VncViewer.jar b/external/source/tightvnc/classes/VncViewer.jar new file mode 100644 index 0000000000..bfdcba0a53 Binary files /dev/null and b/external/source/tightvnc/classes/VncViewer.jar differ diff --git a/external/source/tightvnc/classes/ZlibInStream.class b/external/source/tightvnc/classes/ZlibInStream.class new file mode 100644 index 0000000000..468886dac3 Binary files /dev/null and b/external/source/tightvnc/classes/ZlibInStream.class differ diff --git a/external/source/tightvnc/classes/index.vnc b/external/source/tightvnc/classes/index.vnc new file mode 100644 index 0000000000..a987bf5c9a --- /dev/null +++ b/external/source/tightvnc/classes/index.vnc @@ -0,0 +1,25 @@ + + + + +$USER's $DESKTOP desktop ($DISPLAY) + + + +$PARAMS + +
+TightVNC site + diff --git a/external/source/tightvnc/index.html b/external/source/tightvnc/index.html new file mode 100644 index 0000000000..1ebf0c2c97 --- /dev/null +++ b/external/source/tightvnc/index.html @@ -0,0 +1,29 @@ + + + + +TightVNC desktop + + + + +
+TightVNC site + diff --git a/external/source/tightvnc/vnc.html b/external/source/tightvnc/vnc.html new file mode 100644 index 0000000000..77058d4fc6 --- /dev/null +++ b/external/source/tightvnc/vnc.html @@ -0,0 +1,9 @@ + + + + + + +