📄 changelog
字号:
------------------------------------------------------------------------r2273 | const_k | 2007-04-27 09:36:00 +0700 (Fri, 27 Apr 2007) | 5 linesChanged paths: M /orig/tags/VERSION_1_3_9/vnc_javasrc/RfbProto.java M /orig/tags/VERSION_1_3_9/vnc_javasrc/VncCanvas.java M /orig/tags/VERSION_1_3_9/vnc_javasrc/VncViewer.javaReverted changes from orig/trunk/vnc_javasrc, revisions 2252:2244, as they really should not go the the 1.3.9 release. These changes were as follows:- rev.2245: Printing update statistics on disconnect: number of FramebufferUpdate messages, counters of real and pseudo rectangles in framebuffer updates.- rev.2246: Printing more statistics on disconnect: average update rate, and rectangle counters per each encoder (Tight, ZRLE, Hextile, Raw, CopyRect, others).- rev.2252: Initial support for continuous updates.------------------------------------------------------------------------r2271 | const_k | 2007-04-26 18:28:24 +0700 (Thu, 26 Apr 2007) | 2 linesChanged paths: A /orig/tags/VERSION_1_3_9/vnc_javasrc (from /orig/trunk/vnc_javasrc:2270)Tagging Java Viewer version 1.3.9. NOTE: Actually this is not version 1.3.9 yet -- some of the recent commits should be reverted to achieve version 1.3.9, see more commits in this directory.------------------------------------------------------------------------r2262 | const_k | 2007-04-25 16:12:53 +0700 (Wed, 25 Apr 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEVersion string changed, version 1.3.9.------------------------------------------------------------------------r2261 | const_k | 2007-04-25 16:02:32 +0700 (Wed, 25 Apr 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEDocumented auto-scaling.------------------------------------------------------------------------r2252 | const_k | 2007-04-05 15:45:40 +0700 (Thu, 05 Apr 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaInitial support for continuous updates.------------------------------------------------------------------------r2246 | const_k | 2007-03-29 13:00:23 +0700 (Thu, 29 Mar 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaPrinting 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 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaPrinting 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 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaFixed wrong pixel format interpretation in decoding RichCursor pseudo-encoding.------------------------------------------------------------------------r2243 | const_k | 2007-03-29 10:02:23 +0700 (Thu, 29 Mar 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncViewer.javaRequesting 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 linesChanged 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.javaImplemented support for auto-scaling. To enable it, the "Scaling factor"parameter should be set to "auto". Auto-scaling tries to choose scalingfactor such way that the whole remote framebuffer will fit on the localscreen. Currently, auto-scaling is supported only when the remote desktopis shown in a separate frame (always true in application mode, and inapplet mode with "Open new window" parameter set to "yes").------------------------------------------------------------------------r2229 | const_k | 2007-02-16 21:46:17 +0600 (Fri, 16 Feb 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncViewer.javaMinor 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 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaOptimized ZRLE decoder for better performance.------------------------------------------------------------------------r2227 | const_k | 2007-02-08 16:58:31 +0600 (Thu, 08 Feb 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.javaMinor 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 linesChanged paths: M /orig/trunk/vnc_javasrc/README M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncCanvas.javaCleaned up and documented issues with session recording and ZRLE.------------------------------------------------------------------------r2225 | const_k | 2007-02-06 10:08:39 +0600 (Tue, 06 Feb 2007) | 2 linesChanged 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.javaInitial 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 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEAdded documentation on using parameters.------------------------------------------------------------------------r2223 | const_k | 2007-01-30 10:46:54 +0600 (Tue, 30 Jan 2007) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEDocumented the "Scaling factor" parameter.------------------------------------------------------------------------r2191 | const_k | 2006-12-08 10:55:49 +0600 (Fri, 08 Dec 2006) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncViewer.javaAlways 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 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncViewer.javaFixed 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 linesChanged paths: M /orig/trunk/vnc_javasrcIgnoring TAGS file.------------------------------------------------------------------------r2132 | const_k | 2006-11-26 13:33:32 +0600 (Sun, 26 Nov 2006) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/AuthPanel.java M /orig/trunk/vnc_javasrc/VncViewer.javaCode 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 linesChanged paths: M /orig/trunk/vnc_javasrc/AuthPanel.java M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncViewer.javaImproved support for protocol 3.8. Now authentication failures should bereported with explanations received from the server. Actual authenticationcode has been moved to RfbProto. AuthPanel does not offer repetitiveauthentication tries, the "Login again" button should be used instead.------------------------------------------------------------------------r2130 | const_k | 2006-11-24 10:53:15 +0600 (Fri, 24 Nov 2006) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/AuthPanel.javaRemoved an outdated FIXME comment.------------------------------------------------------------------------r2128 | const_k | 2006-11-23 18:00:59 +0600 (Thu, 23 Nov 2006) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas2.javaDisabling focus traversal keys under JVMs 1.4 and higher. This fixes theproblem 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 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaFixed rounding problems on calculating the coordinates of changed area.------------------------------------------------------------------------r2126 | const_k | 2006-11-23 16:39:53 +0600 (Thu, 23 Nov 2006) | 4 linesChanged 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.javaImplemented enhanced scaling if Java 2D API is available. This works inJava 1.2 or higher, but the viewer remains compatible with Java 1.1 whereit would simply use scaling with decreased image quality.------------------------------------------------------------------------r2124 | const_k | 2006-11-23 10:56:05 +0600 (Thu, 23 Nov 2006) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/READMESmall correction in documentation.------------------------------------------------------------------------r2122 | const_k | 2006-11-22 16:06:29 +0600 (Wed, 22 Nov 2006) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.javaFixed a compilation problem - a variable was removed but is was initializedelsewhere.------------------------------------------------------------------------r2115 | const_k | 2006-11-20 17:50:37 +0600 (Mon, 20 Nov 2006) | 7 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/VncCanvas.javaSimple implementation of client-side scaling, controlled by new "ScalingFactor" parameter. This implementation provides low-quality scaling butis compatible with Java 1.1. Things to do next: (1) GUI for "ScalingFactor" parameter; (2) documentation for "Scaling Factor" parameter;(3) new scaling implementation based on Java 2D which would requireJava 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 linesChanged paths: M /orig/trunk/vnc_javasrc/AuthPanel.java M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncViewer.javaInitial support for RFB protocol version 3.8.------------------------------------------------------------------------r2095 | const_k | 2006-09-14 08:48:00 +0700 (Thu, 14 Sep 2006) | 2 linesChanged 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.javaRemoved 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 linesChanged paths: M /orig/trunk/vnc_javasrcIgnoring files created on compilation.------------------------------------------------------------------------r2079 | const_k | 2006-08-10 17:26:41 +0700 (Thu, 10 Aug 2006) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEVersion string and copyright info changed, version 1.3.8.------------------------------------------------------------------------r2064 | const_k | 2006-06-15 20:43:19 +0700 (Thu, 15 Jun 2006) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEVersion string changed for version 1.3dev8.------------------------------------------------------------------------r2063 | const_k | 2006-06-15 20:38:28 +0700 (Thu, 15 Jun 2006) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/READMEUpdated description of the "Encoding" parameter that now can be setand defaults to "Auto".------------------------------------------------------------------------r2039 | const_k | 2005-10-03 22:51:28 +0700 (Mon, 03 Oct 2005) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaImproved the VncViewer.setEncodings() method. Now it does not buildthe complete encoding list when auto-selecting encodings.------------------------------------------------------------------------r2038 | const_k | 2005-10-03 22:26:11 +0700 (Mon, 03 Oct 2005) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaImplemented encoding auto selection based on measuring current networkthroughput.------------------------------------------------------------------------r2037 | const_k | 2005-10-03 20:25:49 +0700 (Mon, 03 Oct 2005) | 4 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/VncViewer.javaImproved encoding selection code. Also, now we request compression andquality levels regardless of current preferred encoding and colorformat.------------------------------------------------------------------------r2036 | const_k | 2005-10-03 09:52:26 +0700 (Mon, 03 Oct 2005) | 4 lines
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -