📄 changelog
字号:
r1072 | const | 2002-04-03 00:12:54 +0700 (Wed, 03 Apr 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/AuthPanel.javaDisabling the password input field on activating connections.------------------------------------------------------------------------r1071 | const | 2002-04-02 22:38:36 +0700 (Tue, 02 Apr 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncViewer.javaReporting more meaningful messages on errors.------------------------------------------------------------------------r1065 | const | 2002-03-25 21:41:27 +0600 (Mon, 25 Mar 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncViewer.javaA cosmetic change.------------------------------------------------------------------------r1034 | const | 2002-03-07 23:27:04 +0600 (Thu, 07 Mar 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaFixed bug causing NullPointerException in view-only mode with disabledbutton panel.------------------------------------------------------------------------r1021 | const | 2002-02-14 21:20:30 +0600 (Thu, 14 Feb 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/ButtonPanel.java M /orig/trunk/vnc_javasrc/VncCanvas.javaMade 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 linesChanged paths: M /orig/trunk/vnc_javasrc/VncViewer.javaRemoved calls printing debugging output.------------------------------------------------------------------------r1019 | const | 2002-02-13 05:02:01 +0600 (Wed, 13 Feb 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/README M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaAdded 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 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaMade "Restricted colors" option dynamic.------------------------------------------------------------------------r1017 | const | 2002-02-13 02:36:54 +0600 (Wed, 13 Feb 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaCode cleanups, preparing to make "Restricted colors" option dynamic.------------------------------------------------------------------------r1016 | const | 2002-02-12 23:32:06 +0600 (Tue, 12 Feb 2002) | 2 linesChanged 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.javaDocumented applet parameters, updated copyright strings.------------------------------------------------------------------------r1015 | const | 2002-02-12 19:53:30 +0600 (Tue, 12 Feb 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaSolved 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 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/VncCanvas.javaSolved problems with asynchronous JPEG image loading, although thesolution is not ideal yet. Now the ImageObserver interface is usedonly to track loading of JPEG images, and is not used with drawImage()method calls.Draft scaling implementation appeared in previous CVS commit wastemporarily removed in this revision.------------------------------------------------------------------------r1013 | const | 2002-02-08 18:06:31 +0600 (Fri, 08 Feb 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/VncCanvas.javaSimple and inefficient scaling implementation, new "Scaling Factor"parameter.------------------------------------------------------------------------r1011 | const | 2002-02-08 00:20:53 +0600 (Fri, 08 Feb 2002) | 11 linesChanged paths: M /orig/trunk/vnc_javasrc/ButtonPanel.java M /orig/trunk/vnc_javasrc/VncViewer.javaPreventing authentication retries when the PASSWORD parameter is used.Closing windows and disconnecting on the applet shutdown.Terminating the application properly on closing the authenticationwindow.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 theconnection.Code re-organizations and cleanups e.g. new tryAuthenticate() method.------------------------------------------------------------------------r1009 | const | 2002-01-31 00:25:27 +0600 (Thu, 31 Jan 2002) | 4 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaThe 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 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.javaA small piece of debugging code removed.------------------------------------------------------------------------r1007 | const | 2002-01-30 19:47:03 +0600 (Wed, 30 Jan 2002) | 6 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncCanvas.javaDrawing model was changed again; now usual off-screen Image is usedfor double-buffering instead of MemoryImageSource.Preliminary implementation of JPEG support in the Tight decoder.New "JPEG image quality" parameter and corresponding item in theOptions frame.------------------------------------------------------------------------r1006 | const | 2002-01-25 12:49:36 +0600 (Fri, 25 Jan 2002) | 4 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaBugfixes in the Tight decoder: recent changes broke 8-bit color mode.Bugfixes in the XCursor encoding support: cursor colors wereinterpreted incorrectly.------------------------------------------------------------------------r1005 | const | 2002-01-15 03:11:07 +0600 (Tue, 15 Jan 2002) | 4 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java24-bit Tight decoder finished. Now it parses 24-bit (not 32-bit!)color samples correctly, and is able to decode data pre-processed withthe "Gradient" filter.------------------------------------------------------------------------r1004 | const | 2002-01-15 00:46:06 +0600 (Tue, 15 Jan 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaPreliminary working support for 24-bit colors in the Tight decoder.------------------------------------------------------------------------r1003 | const | 2002-01-14 20:00:14 +0600 (Mon, 14 Jan 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.javaColor format was not set correctly.------------------------------------------------------------------------r1002 | const | 2002-01-14 19:32:15 +0600 (Mon, 14 Jan 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncCanvas.javaCode 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 linesChanged paths: M /orig/trunk/vnc_javasrc/AuthPanel.java M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaSupport for 24-bit color in RichCursor encoding.------------------------------------------------------------------------r1000 | const | 2002-01-13 06:11:34 +0600 (Sun, 13 Jan 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/VncCanvas.javaSupport for 24-bit colors. At this moment, all decoders support thiscolor mode, with two exceptions of Tight and RichCursor.------------------------------------------------------------------------r999 | const | 2002-01-13 05:57:09 +0600 (Sun, 13 Jan 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.javaRemoved a piece of code used for debugging.------------------------------------------------------------------------r998 | const | 2002-01-13 00:23:11 +0600 (Sun, 13 Jan 2002) | 2 linesChanged paths: M /orig/trunk/vnc_javasrc/OptionsFrame.java M /orig/trunk/vnc_javasrc/RfbProto.java M /orig/trunk/vnc_javasrc/VncCanvas.javaThe "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 linesChanged paths: M /orig/trunk/vnc_javasrc/RfbProto.javaInsert key now can be passed to the remote side.------------------------------------------------------------------------r996 | const | 2002-01-12 20:32:36 +0600 (Sat, 12 Jan 2002) | 5 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaDramatically simplified and robust implementation of handlingXCursor/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 linesChanged paths: M /orig/trunk/vnc_javasrc/ClipboardFrame.java M /orig/trunk/vnc_javasrc/OptionsFrame.javaMinor code enhancements.------------------------------------------------------------------------r994 | const | 2002-01-11 23:35:33 +0600 (Fri, 11 Jan 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.java M /orig/trunk/vnc_javasrc/VncViewer.javaImplemented scrolling of the desktop area, when the desktop is shownin a separate window.------------------------------------------------------------------------r993 | const | 2002-01-11 18:51:16 +0600 (Fri, 11 Jan 2002) | 2 linesChanged 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 linesChanged paths: M /orig/trunk/vnc_javasrc/ButtonPanel.java M /orig/trunk/vnc_javasrc/VncViewer.javaChanges in the button panel. Now keyboard focus moves back to theauthentication panel or to the desktop after pressing any button onthe panel. Additionally, keyboard focus should move to the desktopautomatically when VNC connection is established.------------------------------------------------------------------------r991 | const | 2002-01-11 03:53:10 +0600 (Fri, 11 Jan 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/ButtonPanel.javaImplemented new "Refresh" button. Pressing it results sending anon-incremental FramebufferUpdateRequest message to the server.------------------------------------------------------------------------r990 | const | 2002-01-11 03:51:25 +0600 (Fri, 11 Jan 2002) | 3 linesChanged paths: M /orig/trunk/vnc_javasrc/VncCanvas.javaNow the viewer adjusts its desktop/window size on desktop size changeson the remote side (working support for NewFBSize pseudo-encoding).------------------------------------------------------------------------r989 | const | 2002-01-11 02:50:00 +0600 (Fri, 11 Jan 2002) | 4 linesChanged 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.vncNew "Open New Window" parameter was implemented, now the viewer canwork in a separate frame instead of running in the applet area.Class names were capitalized, to reflect usual Java naming standards.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -