Maplat
view release on metacpan or search on metacpan
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
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
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
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:
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
------------------------------------------------------------------------
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
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
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:
lib/Maplat/Web/Static/vnc/ChangeLog view on Meta::CPAN
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 <br> 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
( run in 0.742 second using v1.01-cache-2.11-cpan-ceb78f64989 )