Change Log, Win32 Version
 
[DONATE] Get a better TightVNC:
make a donation ($10 is ok)!

See the text version from which this document was generated.

2003-01-25 21:50 const_k

  • BUILDING.txt, README-bin.txt, README.txt, TightVNC.iss, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc (BRANCH_1_2_STABLE): Version strings changed, version 1.2.8.

2003-01-25 21:23 const_k

  • TightVNC.iss (BRANCH_1_2_STABLE): Uncheck "install service" and "(re)start service" tasks by default.

2003-01-22 08:02 const_k

  • winvnc/vncMenu.cpp (BRANCH_1_2_STABLE): Minor fix: returning 0 after processing the MENU_REMOVE_CLIENTS_MSG.

2003-01-22 07:59 const_k

  • winvnc/vncProperties.cpp (BRANCH_1_2_STABLE): Fixed a spelling issue in copyright strings.

2003-01-22 07:54 const_k

  • winvnc/: WinVNC.rc, resource.h, vncMenu.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncService.cpp, vncService.h: Ported code from RealVNC 3.3.6: added RemoveWallpaper and LockSetting options to the Properties dialog; ported changes from vncMenu.cpp including AllowEditClients option, killing Active Desktop on removing wallpaper, and other less significant changes.

2003-01-22 05:42 const_k

  • winvnc/vncProperties.cpp: Minor GUI improvement: moving initial keyboard focus in the Properties dialog to the password text field.

2003-01-22 05:37 const_k

  • winvnc/: WinVNC.cpp, WinVNC.h, WinVNC.rc, resource.h, vncClient.cpp, vncMenu.cpp, vncMenu.h, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h, vncService.cpp, vncService.h: Ported support for two passwords from BRANCH_1_2_STABLE.

2003-01-22 05:34 const_k

  • winvnc/WinVNC.dsp: Moved resource files to the Resource folder in the project filelist.

2003-01-22 04:17 const_k

  • winvnc/vncMenu.cpp (BRANCH_1_2_STABLE): Ported code from RealVNC 3.3.6, file vncMenu.cpp: support for the AllowEditClients option, killing Active Desktop on removing wallpaper, and other less significant changes.

2003-01-22 04:14 const_k

  • winvnc/: WinVNC.rc, resource.h (BRANCH_1_2_STABLE): Ported features from RealVNC 3.3.6: added RemoveWallpaper and LockSetting options to the Properties dialog, and started porting of the AllowEditClients option.

2003-01-22 02:44 const_k

  • winvnc/: vncProperties.cpp, vncProperties.h, vncServer.cpp, vncService.cpp, vncService.h (BRANCH_1_2_STABLE): Ported features from RealVNC 3.3.6: added RemoveWallpaper and LockSetting options to the Properties dialog, and started porting of the AllowEditClients option.

2003-01-22 02:27 const_k

  • winvnc/vncProperties.cpp (BRANCH_1_2_STABLE): Minor GUI improvement: moving initial keyboard focus in the Properties dialog to the password text field.

2003-01-21 03:35 const_k

  • winvnc/: WinVNC.cpp, WinVNC.h, WinVNC.rc, resource.h, stdhdrs.h, vncClient.cpp, vncMenu.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h, vncService.cpp (BRANCH_1_2_STABLE): Fixes and cleanups for the previously applied patch accepted from Dennis Syrovatsky.

2003-01-18 18:09 const_k

  • winvnc/: WinVNC.cpp, WinVNC.dsp, WinVNC.h, WinVNC.rc, resource.h, stdhdrs.h, vncClient.cpp, vncMenu.cpp, vncMenu.h, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h, vncService.cpp, vncService.h (BRANCH_1_2_STABLE): Applied a patch to WinVNC from Dennis Syrovatsky. The patch adds support for two passwords (full-control and view-only) in WinVNC, and new -reload command-line option.

2003-01-16 20:03 const_k

  • vncviewer/: vncviewer.dsp, res/resource.h, res/vncviewer.rc: Improved layout, text and help messages for the New Connection dialog, corrected the MSVC++ project file (only for the Release configuration yet).

2003-01-16 19:27 const_k

  • vncviewer/: AboutBox.cpp, AboutBox.h, ClientConnection.cpp, ClientConnection.h, ClientConnectionClipboard.cpp, ClientConnectionFullScreen.cpp, Daemon.cpp, Flasher.cpp, MRU.cpp, MRU.h, SessionDialog.cpp, SessionDialog.h, VNCOptions.cpp, VNCOptions.h, VNCviewerApp.cpp, VNCviewerApp.h, VNCviewerApp32.cpp, VNCviewerApp32.h, vncviewer.cpp, vncviewer.dsp, vncviewer.h, res/resource.h, res/toolbar.bmp, res/vncviewer.rc: A set of major changes from Oleg Sheikin: toolbar, hotkeys, context help, more configuration options, saving per-connection options in the registry, other GUI improvements.

2002-12-26 18:28 const_k

  • BUILDING.txt: Removed the note about "No_CORBA" configuration which is now obsolete.

2002-12-26 18:26 const_k

  • winvnc/: WinVNC.dsp, VNCHooks/VNCHooks.dsp, libjpeg/libjpeg.dsp, omnithread/omnithread.dsp, zlib/zlib.dsp: Renamed "No_CORBA" build target to "Release", removed build targets that were not used, and corrected project configurations for remaining targets.

2002-12-26 18:23 const_k

  • winvnc/vncKeymap.cpp: Eliminated warnings caused by using std::map in the Debug build configuration.

2002-12-21 00:21 const_k

  • winvnc/: vncClient.cpp, vncDesktop.cpp: A fix for slow switching between local and remote cursor modes, from Vladimir Vologjanin.

2002-12-19 23:53 const_k

  • winvnc/: vncDesktop.cpp, vncDesktop.h: A CopyRect bug has been fixed. Now it works in any part of the screen. The method vncDesktop::GetChangedRegion has been improved. CPU load and bandwidth requirements should have been reduced.

2002-12-17 04:22 const_k

  • winvnc/: vncKeymap.cpp (BRANCH_1_2_STABLE), vncKeymap.cpp: Eliminated compilation warnings under MS VC++.

2002-12-17 03:34 const_k

  • winvnc/: vncDesktop.cpp, vncDesktop.h: CopyRect handling has been improved. Popup windows aren't processed anymore. Improved "poll window" subsystem. Reduced CPU load in polling modes.

2002-12-16 23:12 const_k

  • winvnc/: vncAdvancedProperties.cpp, vncProperties.cpp (BRANCH_1_2_STABLE): This change seems to solve the password reset problem. The password could get changed in the registry on opening Properties dialog and hitting the Ok button, without making any changes.

2002-12-16 23:05 const_k

  • winvnc/: vncAdvancedProperties.cpp, vncProperties.cpp: This change seems to solve the password reset problem. The password could get changed in the registry on opening Properties dialog and hitting the Ok button, without making any changes.

2002-12-13 20:10 const_k

  • winvnc/vncMenu.cpp: A bugfix from HorizonLive.com: "We had found a bug with the LiveShare build of tight-vnc. The app would crash if you attempted to '-connect' to an IP address that didn't resolve."

2002-12-11 17:36 const_k

  • winvnc/: WinVNC.rc, vncAdvancedProperties.cpp, vncClient.cpp, vncDesktop.cpp, vncProperties.cpp, vncServer.cpp, vncServer.h: A number of GUI changes in HorizonLive version. Improvements in the code for blocking remote events on local activity (for MS Excel).

2002-12-11 17:27 const_k

  • winvnc/: WinVNC.rc, vncConnDialog.cpp: Allowing host::port format in the "Add new client" dialog.

2002-12-11 17:24 const_k

  • vncviewer/: ClientConnectionFile.cpp, VNCOptions.h: Registering .vnc extension on saving a .vnc file, a change from RealVNC 3.3.6.

2002-12-11 17:22 const_k

  • vncviewer/: VNCOptions.cpp, VNCOptions.h, VNCviewerApp32.cpp: Now the viewer accepts a port number after the -listen command-line option. The changes were ported from RealVNC 3.3.6.

2002-12-11 17:20 const_k

  • vncviewer/ClientConnection.cpp: A macro to compare pixel formats, and better default formats for 8-bit and 16-bit modes. The changes were ported from RealVNC 3.3.6.

2002-12-11 17:18 const_k

  • winvnc/: vncService.cpp, vncService.h: Ported vncService changes from RealVNC 3.3.6. The modifications include a change in the service helper code -- now it tries to contact the service several times, waiting up to one minute.

2002-12-11 17:13 const_k

  • vncviewer/KeyMap.cpp, winvnc/keysymdef.h, winvnc/vncAbout.h, winvnc/vncClient.cpp, winvnc/vncClient.h, winvnc/vncKeymap.cpp, winvnc/vncKeymap.h: Ported improved keyboard handling from RealVNC 3.3.6.

2002-12-11 14:15 const_k

  • winvnc/: vncClient.cpp, vncClient.h, vncKeymap.cpp, vncKeymap.h, vncProperties.cpp: Bug in vncProperties (disabling "polling cycle" control when "poll full screen" control is enabled) have been fixed. Tracking of remote keyboard events in vncClient and vncKeymap has been improved.

2002-12-08 16:43 const_k

  • winvnc/: vncBuffer.cpp, vncClient.cpp, vncDesktop.cpp, vncDesktop.h, vncProperties.cpp: A set of changes from Vladimir Vologjanin: CopyRect stuff has been moved from vncClient to vncDesktop class and has been improved. Polling system has been improved (fixed some bugs in GetChangedRegion, CaptureScreen, CheckRects and main loop of the vncDesktop thread). Performance issue qith the "poll full screen" mode has been fixed. Issue with drawing the mouse pointer (on movement of the mouse on a server) has been fixed.

2002-11-30 22:11 const_k

  • winvnc/vncDesktop.cpp: There was a compilation error in previous revision.

2002-11-28 19:23 const_k

  • TightVNC.url: file TightVNC.url was initially added on branch BRANCH_1_2_STABLE.

2002-11-28 19:23 const_k

  • BUILDING.txt, README-bin.txt, README.txt, TightVNC.iss, TightVNC.url, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc (BRANCH_1_2_STABLE): Version strings changed, installation script updated, version 1.2.7.

2002-11-28 15:33 const_k

  • winvnc/: WinVNC.rc, vncConnDialog.cpp (BRANCH_1_2_STABLE): Allowing host::port format in the "Add new client" dialog.

2002-11-28 15:32 const_k

  • vncviewer/: ClientConnectionFile.cpp, VNCOptions.h (BRANCH_1_2_STABLE): Registering .vnc extension on saving a .vnc file, a change from RealVNC 3.3.6.

2002-11-28 15:29 const_k

  • vncviewer/: VNCOptions.cpp, VNCOptions.h, VNCviewerApp32.cpp (BRANCH_1_2_STABLE): Now the viewer accepts a port number after the -listen command-line option. The changes were ported from RealVNC 3.3.6.

2002-11-28 15:29 const_k

  • vncviewer/ClientConnection.cpp (BRANCH_1_2_STABLE): A macro to compare pixel formats, and better default formats for 8-bit and 16-bit modes. The changes were ported from RealVNC 3.3.6.

2002-11-28 15:28 const_k

  • winvnc/: vncService.cpp, vncService.h (BRANCH_1_2_STABLE): Ported vncService changes from RealVNC 3.3.6. The modifications include a change in the service helper code -- now it tries to contact the service several times, waiting up to one minute.

2002-11-28 12:05 const_k

  • winvnc/vncKeymap.cpp (BRANCH_1_2_STABLE): Ported keyboard handling changes from RealVNC 3.3.6. This should fix shift+arrows problems under Win95/98.

2002-11-28 12:03 const_k

  • winvnc/: tableinitcmtemplate.cpp, vncClient.cpp, vncDesktop.cpp, vncService.cpp (BRANCH_1_2_STABLE): Improved some log messages on errors.

2002-11-27 22:24 const_k

  • winvnc/: tableinitcmtemplate.cpp, vncClient.cpp, vncDesktop.cpp, vncService.cpp: Improved some log messages on errors.

2002-11-27 22:15 const_k

  • winvnc/: WinVNC.cpp, WinVNC.h, vncService.cpp, vncService.h: Adopted new -reinstall option from RealVNC 3.3.5, together with a number of other changes from vncService.cpp.

2002-11-27 22:11 const_k

  • winvnc/: WinVNC.cpp, WinVNC.h, vncService.cpp, vncService.h (BRANCH_1_2_STABLE): Adopted new -reinstall option from RealVNC 3.3.5, together with a number of other changes from vncService.cpp.

2002-11-27 11:34 const_k

  • vncviewer/KeyMap.cpp, winvnc/keysymdef.h, winvnc/vncAbout.h, winvnc/vncClient.cpp, winvnc/vncKeymap.cpp, winvnc/vncKeymap.h (BRANCH_1_2_STABLE): Ported improved keyboard handling from RealVNC 3.3.5.

2002-11-26 21:50 const_k

  • winvnc/WinVNC.rc: Improved layouts of the "Properties" and "Advanced Properties" dialogs -- now "OK", "Apply" and "Cancel" buttons on both dialogs look similarly.

2002-11-26 18:53 const_k

  • winvnc/WinVNC.rc (BRANCH_1_2_STABLE): Improved layouts of the "Properties" and "Advanced Properties" dialogs -- now "OK", "Apply" and "Cancel" buttons on both dialogs look similarly.

2002-11-26 10:36 const_k

  • winvnc/: WinVNC.dsp, WinVNC.rc, resource.h, vncHTTPConnect.cpp, res/OptionsFrame.class, res/RecordingFrame.class, res/ReloginPanel.class, res/RfbProto.class, res/SocketFactory.class, res/VncCanvas.class, res/VncViewer.class, res/VncViewer.jar (BRANCH_1_2_STABLE): Java viewer updated to the most recent version.

2002-11-26 10:31 const_k

  • winvnc/: vncRegion.cpp, vncRegion.h (BRANCH_1_2_STABLE): Minor optimization -- made the vncRegion::isEmpty() method inline.

2002-11-26 10:30 const_k

  • winvnc/: rfbproto.h, vncClient.cpp, vncClient.h (BRANCH_1_2_STABLE): Added support for new PointerPos pseudo-encoding which allows to transmit pointer position from server to clients. Also, eliminated high CPU usage on sending cursor shape updates.

2002-11-26 10:29 const_k

  • vncviewer/VNCOptions.cpp (BRANCH_1_2_STABLE): Enabling JPEG compression in Tight encoding by default, new /nojpeg option to disable JPEG compression.

2002-11-26 10:28 const_k

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, ClientConnectionCursor.cpp, rfbproto.h (BRANCH_1_2_STABLE): Added support for new PointerPos pseudo-encoding which allows to transmit pointer position from server to clients.

2002-11-25 22:47 const_k

  • winvnc/vncProperties.cpp (BRANCH_1_2_STABLE): Minor GUI improvement -- on selecting radio buttons or checkboxes, move focus to the related edit controls.

2002-11-25 22:46 const_k

  • vncviewer/: vncviewer.cpp, res/vncviewer.rc (BRANCH_1_2_STABLE): Added support for the format "host::port" in the connection dialog, in addition to the standard "host:display" format.

2002-11-25 22:09 const_k

  • vncviewer/rfbproto.h, winvnc/rfbproto.h (BRANCH_1_2_STABLE): Documented the Tight encoding.

2002-11-25 21:50 const_k

  • winvnc/: WinVNC.rc, resource.h, rfb.h, vncAdvancedProperties.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h (BRANCH_1_2_STABLE): Major layout changes in "Properties" and "Advanced Properties" dialogs. New "Properties" dialog allows to specify arbitrary RFB and HTTP ports directly, in addition to display numbers.

2002-11-25 18:59 const_k

  • winvnc/: VSocket.cpp, vncDesktop.cpp (BRANCH_1_2_STABLE): Reverted minor cleanups provided by Andrew van der Stock aimed to get rid of compilation warnings under Visual Studio 7. These changes in #include directives seemed to add dependencies to VC/MFC DLLs.

2002-11-25 18:56 const_k

  • README-bin.txt (BRANCH_1_2_STABLE): Included a paragraph about donations.

2002-11-25 18:55 const_k

  • winvnc/vncEncodeTight.cpp (BRANCH_1_2_STABLE): Decreased JPEG quality factors for low quality levels.

2002-11-25 18:52 const_k

  • winvnc/vncClient.cpp (BRANCH_1_2_STABLE): Fixed a problem with processing of mouse events -- coordinates could be incorrect if mouse was moved on the server or by another client (modified patch from Greg Breland).

2002-11-22 17:49 const_k

  • winvnc/: vncBuffer.cpp, vncClient.cpp, vncDesktop.cpp, vncProperties.cpp, vncProperties.h: A set of bug fixes, architecture changes and GUI improvments from Vladimir Vologjanin. Most improvements reflect new polling architecture.

2002-11-20 03:22 const_k

  • winvnc/: WinVNC.rc, resource.h, vncBuffer.cpp, vncBuffer.h, vncClient.cpp, vncClient.h, vncDesktop.cpp, vncDesktop.h, vncProperties.cpp, vncServer.cpp, vncServer.h: Another set of changes from Vladimir Vologjanin. Added an edit field to set polling cycle for new "Poll full screen" implementation. A number of bug fixes, performance fixes and architectural changes, especially in the polling implementation.

2002-11-20 03:01 const_k

  • winvnc/vncHTTPConnect.cpp: A fix for a compilation problem introduced in the previous revision.

2002-11-13 20:21 const_k

  • winvnc/: WinVNC.dsp, WinVNC.rc, resource.h, vncHTTPConnect.cpp, res/OptionsFrame.class, res/RecordingFrame.class, res/ReloginPanel.class, res/RfbProto.class, res/SocketFactory.class, res/VncCanvas.class, res/VncViewer.class, res/VncViewer.jar: Java viewer updated to the most recent version.

2002-11-05 00:38 const_k

  • winvnc/vncClient.cpp: Removed a piece of code from the previous revision that should not appear there at all.

2002-11-04 22:55 const_k

  • winvnc/: vncRegion.cpp, vncRegion.h: Minor optimization -- made the vncRegion::isEmpty() method inline.

2002-11-04 22:53 const_k

  • winvnc/: rfbproto.h, vncClient.cpp, vncClient.h: Added support for new CursorPos pseudo-encoding which allows to transmit pointer position from server to clients. Also, eliminated high CPU usage on sending cursor shape updates.

2002-11-04 13:39 const_k

  • vncviewer/VNCOptions.cpp: Enabling JPEG compression in Tight encoding by default, new /nojpeg option to disable JPEG compression.

2002-10-30 21:29 const_k

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, ClientConnectionCursor.cpp, rfbproto.h: Added support for new CursorPos pseudo-encoding which allows to transmit pointer position from server to clients.

2002-10-29 14:51 const_k

  • winvnc/vncProperties.cpp: Copyright strings updated.

2002-10-29 14:42 const_k

  • winvnc/vncProperties.cpp: Minor GUI improvement -- on selecting radio buttons or checkboxes, move focus to the related edit controls.

2002-10-29 14:40 const_k

  • vncviewer/: vncviewer.cpp, res/vncviewer.rc: Added support for the format "host::port" in the connection dialog, in addition to the standard "host:display" format.

2002-10-27 18:04 const_k

  • winvnc/WinVNC.rc: Minor layout changes in the Properties dialog.

2002-10-27 17:58 const_k

  • vncviewer/vncviewer.dsp: Two files were not included into the project for some reason.

2002-10-26 15:57 const_k

  • winvnc/: vncBuffer.cpp, vncBuffer.h, vncClient.cpp, vncClient.h, vncDesktop.cpp, vncDesktop.h, vncServer.cpp, vncServer.h: Applied patch from Vladimir Vologjanin to improve polling system of WinVNC.

2002-10-15 22:07 const_k

  • winvnc/rfbproto.h, vncviewer/rfbproto.h: Documented the Tight encoding.

2002-10-14 03:53 const_k

  • winvnc/: WinVNC.rc, resource.h, rfb.h, vncAdvancedProperties.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h: Major layout changes in "Properties" and "Advanced Properties" dialogs. New "Properties" dialog allows to specify arbitrary RFB and HTTP ports directly, in addition to display numbers.

2002-10-11 04:40 const_k

  • winvnc/vncClient.cpp: Code formatting changes.

2002-10-11 04:35 const_k

  • winvnc/MatchWindow.cpp: Hopefully fixed a problem with changing the position of shared area -- moving the selection window did not caused changes on the client side.

2002-10-11 00:00 const_k

  • winvnc/: vncAdvancedProperties.cpp, vncClient.cpp, vncProperties.cpp: A bugfix from Vladimir Vologjanin, to solve the issue with high CPU load when the "Poll Full Screen" mode is on.

2002-10-10 23:35 const_k

  • winvnc/: vncBuffer.cpp, vncBuffer.h, vncClient.cpp, vncClient.h, vncDesktop.cpp, vncEncodeCoRRE.cpp, vncEncodeCoRRE.h, vncEncodeHexT.cpp, vncEncodeHexT.h, vncEncodeRRE.cpp, vncEncodeRRE.h, vncEncodeTight.cpp, vncEncodeTight.h, vncEncodeZlib.cpp, vncEncodeZlib.h, vncEncodeZlibHex.cpp, vncEncodeZlibHex.h, vncEncoder.cpp, vncEncoder.h, vncServer.cpp, vncServer.h: A patch from Vladimir Vologjanin. It includes major architectural changes in partial screen sharing, and a number of bugfixes.

2002-10-10 20:50 const_k

  • winvnc/: WinVNC.dsp, WinVNC.rc, resource.h, vncMenu.cpp, vncProperties.cpp, res/ico00004.ico: Applied a patch from HorizonLive -- "The changes affect the icon that is displayed when the host is successfully connected. Also, the default setting for 'PollFullScreen' has been set to TRUE for LiveShare."

2002-10-01 01:18 const_k

  • winvnc/: WinVNC.cpp, WinVNC.h, WinVNC.rc, resource.h, vncAcceptReverseDlg.cpp, vncAcceptReverseDlg.h, vncClient.cpp, vncMenu.cpp, vncProperties.cpp, vncServer.cpp, vncServer.h, vncService.cpp, vncService.h, VNCHooks/VNCHooks.cpp: The "-nosettings" feature was added and some minor bugs were fixed, a patch from Vladimir Vologjanin.

2002-09-22 15:44 const_k

  • winvnc/: VSocket.cpp, vncDesktop.cpp: Reverted minor cleanups provided by Andrew van der Stock aimed to get rid of compilation warnings under Visual Studio 7. These changes in #include directives seemed to add dependencies to VC/MFC DLLs.

2002-09-12 18:55 const_k

  • README-bin.txt: Included a paragraph about donations.

2002-09-10 15:14 const_k

  • winvnc/vncEncodeTight.cpp: Decreased JPEG quality factors for low quality levels.

2002-09-06 18:13 const_k

  • winvnc/vncClient.cpp: Fixed a problem with processing of mouse events -- coordinates could be incorrect if mouse was moved on the server or by another client (a patch from Greg Breland).

2002-09-01 15:17 const_k

  • BUILDING.txt, InstInfo-unstable.txt, README-bin.txt, README.txt, TightVNC.iss, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc: Version strings changed, version 1.3dev1. Added warnings about unstable version. Uninstall disabled in the installation script, to let unstable versions to co-exist with installed stable ones.

2002-09-01 13:04 const_k

  • [MANY FILES]: A LOT of changes. Committed the work of Vladimir Vologjanin performed for HorizonLive.com, Inc. This work includes implementation of partial screen sharing, variable desktop geometry, a possibility to disable remote input on local keyboard/mouse activity, changes in user interface etc. Also, added a special "HorizonLive" build target to build HorizonLive's LiveShare -- a specialized WinVNC version.

2002-08-30 20:51 const_k

  • BUILDING.txt, README-bin.txt, README.txt, TightVNC.iss, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc: Version strings changed, version 1.2.6.

2002-08-30 20:25 const_k

  • winvnc/: VSocket.cpp, VSocket.h: Now checking if an address is in use before the bind() call is optional and turned off by default. This lets WinVNC to listen on specified port numbers regardless of is the address is used by another process. If the display number is set to "auto", WinVNC will behave as usual -- it will find the lowest available display. One visible effect of this change is that the delay between starting up and showing the icon is greatly reduced.

2002-08-30 20:19 const_k

  • winvnc/vncauth.c: Minor cleanups.

2002-08-10 18:32 const

  • TightVNC.iss: Updates install script, to install a copy of the TightVNC Web site, and to create shortcuts to most important documentation pages.

2002-08-10 16:24 const

  • BUILDING.txt, README-bin.txt, README.txt, TightVNC.iss, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc: Version strings changed, version 1.2.5.

2002-08-08 16:31 const

  • vncviewer/rfbproto.h, winvnc/rfbproto.h: All structures and unions are now named, modifications from Andrew van der Stock.

2002-08-05 22:56 const

  • vncviewer/: vncviewer.sln, libjpeg/libjpeg.vcproj, zlib/zlib.vcproj: Updated Visual Studio 7 files from Andrew van der Stock.

2002-08-05 15:22 const

  • InstInfo.txt: Formating fixes for variable-width fonts.

2002-08-05 15:08 const

  • InstInfo.txt: Updated notes on the remote upgrade.

2002-08-05 14:35 const

  • README-bin.txt: README for binary distributions.

2002-08-05 00:23 const

  • vncviewer/: vncviewer.sln, vncviewer.vcproj, libjpeg/libjpeg.vcproj, omnithread/omnithread.vcproj, zlib/zlib.vcproj: MS Visual Studio 7 solution and project files.

2002-08-05 00:15 const

  • winvnc/: WinVNC.dsp, WinVNC.rc, WinVNC.vcproj, resource.h, vncHTTPConnect.cpp, res/ButtonPanel.class, res/OptionsFrame.class, res/RecordingFrame.class, res/RfbProto.class, res/SessionRecorder.class, res/VncCanvas.class, res/VncViewer.class, res/VncViewer.jar: Java viewer updated to the most recent version.

2002-08-04 23:57 const

  • InstInfo.txt, TightVNC.iss: Enabled remote upgrade in the installation script.

2002-08-04 23:47 const

  • winvnc/WinVNC.rc: "Disable New Clients" -> "&Disable New Clients" in the menu.

2002-08-02 20:40 const

  • winvnc/: WinVNC.sln, WinVNC.vcproj, VNCHooks/VNCHooks-vc.def, VNCHooks/VNCHooks.def, VNCHooks/VNCHooks.vcproj, libjpeg/libjpeg.vcproj, omnithread/omnithread.vcproj, zlib/zlib.def, zlib/zlib.vcproj: Included solution and project files for MS Visual Studio 7, prepared by Andrew van der Stock.

2002-08-02 20:20 const

  • TightVNC.iss, vncviewer/ClientConnectionCursor.cpp, vncviewer/ClientConnectionTight.cpp, vncviewer/rfbproto.h, winvnc/rfbproto.h, winvnc/vncBuffer.cpp, winvnc/vncBuffer.h, winvnc/vncClient.cpp, winvnc/vncClient.h, winvnc/vncDesktop.cpp, winvnc/vncEncodeTight.cpp, winvnc/vncEncodeTight.h, winvnc/vncEncoder.cpp, winvnc/vncEncoder.h, winvnc/VNCHooks/SharedData.cpp, winvnc/VNCHooks/SharedData.h: Corrected the spelling of my name in the copyright strings. :-)

2002-08-02 20:19 const

  • README.txt: Minor updates.

2002-08-02 20:03 const

  • winvnc/: VSocket.cpp, WinVNC.cpp, tableinitcmtemplate.cpp, tableinittctemplate.cpp, tabletranstemplate.cpp, translate.cpp, vncBuffer.cpp, vncClient.cpp, vncDesktop.cpp, vncEncodeCoRRE.cpp, vncEncodeCoRRE.h, vncEncodeRRE.cpp, vncEncodeRRE.h, vncEncodeTight.h, vncHTTPConnect.cpp, vncRegion.cpp, vncServer.cpp, libjpeg/jconfig.h, libjpeg/jmorecfg.h: A set of minor fixes from Andrew van der Stock to suppress compilation warnings under MS Visual Studio 7.

2002-08-02 18:39 const

  • winvnc/VSocket.cpp: Fixed a problem in I/O subsystem that was introduced in TightVNC 1.2.2 and caused major slowdown in communication with clients.

2002-08-02 18:31 const

  • winvnc/VSocket.h: Fixed copyright strings.

2002-07-30 01:21 const

  • vncviewer/ClientConnection.cpp: Tiny formatting cleanup. The reason for this commit is that I forgot to fully describe the changes introduced in the previous commit. ;-] The viewer window now will be resized after changing the preferences only if new scaling factor was set. Also, the window won't be centered after such a size change -- it will try to preserve its current position. In the full-screen mode, the viewer won't show the prompt each time the window size is changing.

2002-07-30 01:02 const

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, ClientConnectionFullScreen.cpp, rfbproto.h: Support for the NewFBSize pseudo-encoding allowing to change framebuffer geometry on server's request.

2002-07-30 00:59 const

  • winvnc/: vncAdvancedProperties.cpp, vncHTTPConnect.cpp, vncHTTPConnect.h, vncProperties.cpp, vncServer.cpp, vncServer.h: Support for the new "EnableURLParams" registry setting to make the possibility to specify applet parameters in the URLs optional and turned off by default.

2002-07-30 00:55 const

  • winvnc/vncHTTPConnect.cpp: Implemented a possibility to specify applet parameters in the URL request for the HTTP server.

2002-05-21 23:29 const

  • TightVNC.iss: ChangeLog.txt file should be included into the distribution.

2002-05-19 20:35 const

  • winvnc/res/: RfbProto.class, VncCanvas.class, VncViewer.class, VncViewer.jar: Updated Java viewer.

2002-05-09 10:23 const

  • winvnc/WinVNC.cpp: Spelling correction for debug messages.

2002-04-25 18:44 const

  • BUILDING.txt, README.txt, TightVNC.iss, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc: Version numbers updated for version 1.2.4.

2002-04-25 18:43 const

  • vncviewer/res/vncviewer.rc: MS-DOS-style carriage returns stripped.

2002-04-25 18:40 const

  • winvnc/res/: AuthPanel.class, ButtonPanel.class, OptionsFrame.class, VncCanvas.class, VncViewer.class, VncViewer.jar: Updated Java viewer.

2002-04-25 18:32 const

  • winvnc/: tableinitcmtemplate.cpp, vncClient.cpp, vncDesktop.cpp, vncEncoder.cpp, vncServer.cpp, vncService.cpp: Improved logging on errors, code cleanups.

2002-04-25 18:29 const

  • winvnc/: d3des.c, translate.cpp, vncauth.c: Minor cleanups to eliminate compilation warnings.

2002-04-25 18:28 const

  • winvnc/: vncHTTPConnect.cpp, vncSockConnect.cpp: Minor bugfixes to improve handling of special pseudo-connections used to exit from accept() system calls.

2002-04-25 10:37 const

  • winvnc/vncProperties.cpp: 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.

2002-04-09 14:31 const

  • winvnc/vncHTTPConnect.cpp: Improved HTML pages and templates for the built-in HTTP server.

2002-04-02 21:05 const

  • vncviewer/ClientConnection.cpp: Fixed a problem with listening viewer: initiating multiple non-shared connections crashed the viewer application.

2002-04-02 21:03 const

  • vncviewer/: ClientConnection.cpp, Daemon.cpp, Flasher.cpp: Fixed a problem with reporting error messages in the listening viewer, appeared when the sources were compiled with Borland C++ 5.5.

2002-04-02 01:59 const

  • vncviewer/Log.cpp, winvnc/Log.cpp: Writing log files with MSDOS/Windows-style end-of-lines instead of Unix-style single '\n's.

2002-04-02 01:45 const

  • winvnc/Log.cpp: Now WinVNC should be able to save backup copies of log files under Win95/98/Me.

2002-03-29 17:13 const

  • winvnc/: vncBuffer.cpp, vncEncodeCoRRE.cpp, vncEncodeCoRRE.h, vncEncodeHexT.cpp, vncEncodeHexT.h, vncEncodeRRE.cpp, vncEncodeRRE.h, vncEncodeTight.cpp, vncEncodeTight.h, vncEncodeZlib.cpp, vncEncodeZlib.h, vncEncodeZlibHex.cpp, vncEncodeZlibHex.h, vncEncoder.cpp, vncEncoder.h: Fixed WinVNC crashes on reporting zero statistics. Fixed incorrect statistics in the Tight encoder. Added a call to log statistics when new requested encoder destroys old encoder object. Minor code cleanups.

2002-03-22 17:52 const

  • winvnc/vncHTTPConnect.cpp: Fixed a problem with built-in HTTP server appeared in the previous version.

2002-03-21 15:24 const

  • winvnc/vncDesktop.cpp: A fix to restore screen resolution correctly, from Boyd Ebsworthy.

2002-03-21 01:20 const

  • winvnc/vncHTTPConnect.cpp: Made client HTTP thread detached.

2002-03-21 00:31 const

  • winvnc/: vncHTTPConnect.cpp, vncHTTPConnect.h: Fixed problem with I/O blocking in built-in HTTP server that prevented concurrent client connections.

2002-03-21 00:27 const

  • winvnc/zlib/: zconf.h, zlib.def, zlib.rc: Zlib library updates, version 1.1.3 to 1.1.4.

2002-03-08 02:27 const

  • winvnc/vncAcceptReverseDlg.h: file vncAcceptReverseDlg.h was initially added on branch BRANCH_SW_1_2.

2002-03-08 02:27 const

  • winvnc/vncAcceptReverseDlg.cpp: file vncAcceptReverseDlg.cpp was initially added on branch BRANCH_SW_1_2.

2002-03-08 02:27 const

  • winvnc/: WinVNC.dsp, vncAcceptReversDlg.cpp, vncAcceptReversDlg.h, vncAcceptReverseDlg.cpp, vncAcceptReverseDlg.h (BRANCH_SW_1_2): vncAcceptReversDlg.* files renamed to vncAcceptReverseDlg.*

2002-03-07 23:29 const

  • winvnc/res/: VncCanvas.class, VncViewer.jar: Java viewer update.

2002-03-05 02:43 const

  • winvnc/: WinVNC.cpp, WinVNC.h, vncMenu.cpp, vncService.cpp, vncService.h (BRANCH_SW_1_2): The winvnc's -connect command-line option now accepts a display number after a hostname.

2002-03-05 02:40 const

  • winvnc/: MatchWindow.cpp, WinVNC.dsp, WinVNC.rc, resource.h, vncAcceptReversDlg.cpp, vncAcceptReversDlg.h, vncAdvancedProperties.cpp, vncBuffer.cpp, vncClient.cpp, vncClient.h, vncMenu.cpp, vncMenu.h, vncProperties.cpp, vncServer.cpp, vncServer.h, res/ico00002.ico (BRANCH_SW_1_2): Modifications from Vladimir Vologjanin for HorizonLive.com, Inc.

2002-03-05 02:40 const

  • winvnc/res/ico00002.ico: file ico00002.ico was initially added on branch BRANCH_SW_1_2.

2002-03-05 02:40 const

  • winvnc/vncAcceptReversDlg.cpp: file vncAcceptReversDlg.cpp was initially added on branch BRANCH_SW_1_2.

2002-03-05 02:40 const

  • winvnc/vncAcceptReversDlg.h: file vncAcceptReversDlg.h was initially added on branch BRANCH_SW_1_2.

2002-03-05 02:28 const

  • TightVNC.iss: Creating associations for .vnc files in the installer.

2002-03-05 02:27 const

  • winvnc/: WinVNC.cpp, WinVNC.h, vncMenu.cpp, vncService.cpp, vncService.h: The winvnc's -connect command-line option now accepts a display number after a hostname.

2002-03-05 00:37 const

  • BUILDING.txt, README.txt, TightVNC.iss, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc: Version strings changed.

2002-03-05 00:12 const

  • winvnc/: WinVNC.dsp, WinVNC.rc, resource.h, vncHTTPConnect.cpp, res/AuthPanel.class, res/ButtonPanel.class, res/ClipboardFrame.class, res/OptionsFrame.class, res/RfbProto.class, res/VncCanvas.class, res/VncViewer.class, res/VncViewer.jar, res/animatedMemoryImageSource.class, res/authenticationPanel.class, res/clipboardFrame.class, res/optionsFrame.class, res/rfbProto.class, res/vncCanvas.class, res/vncviewer.class, res/vncviewer.jar: Updated version of the Java viewer.

2002-02-07 18:54 const

  • vncviewer/ClientConnection.cpp, vncviewer/rfbproto.h, vncviewer/stdhdrs.h, winvnc/rfbproto.h, winvnc/vncClient.cpp: Added support for mouse wheel events. Such events are represented as button4 and button5 presses with immediate releases.

2001-12-22 06:10 const

  • winvnc/WinVNC.rc (BRANCH_SW_1_2): Layout changes in the Properties dialog.

2001-12-22 03:37 const

  • winvnc/: MatchWindow.cpp, WinVNC.rc, resource.h, vncClient.cpp, vncClient.h, vncDesktop.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h (BRANCH_SW_1_2): New version from Vladimir, with bugfixes and code cleanups.

2001-12-18 18:38 const

  • winvnc/res/Mutex.class: file Mutex.class was initially added on branch BRANCH_SW_1_2.

2001-12-18 18:38 const

  • winvnc/: MatchWindow.cpp, WinVNC.dsp, WinVNC.rc, resource.h, rfbproto.h, vncBuffer.cpp, vncClient.cpp, vncClient.h, vncDesktop.cpp, vncProperties.cpp, vncServer.cpp, vncServer.h, res/Mutex.class, res/Scheduler.class, res/optionsFrame.class, res/rfbProto.class, res/vncCanvas.class, res/vncviewer.class, res/vncviewer.jar (BRANCH_SW_1_2): Updates from Vladimir Vologjanin, new version of Java viewer. This version of both WinVNC and Java viewer should support dynamic framebuffer size changes.

2001-12-18 18:38 const

  • winvnc/res/Scheduler.class: file Scheduler.class was initially added on branch BRANCH_SW_1_2.

2001-12-04 17:27 const

  • winvnc/: vncClient.cpp, vncDesktop.cpp, vncProperties.cpp, vncProperties.h (BRANCH_SW_1_2): Minor fixes and cleanups for single-window version.

2001-12-03 23:41 const

  • winvnc/: Makefile.bcc32, WinVNC.dsp, WinVNC.rc, vncDesktop.cpp (BRANCH_SW_1_2): Changes forgotten in the previous commitment.

2001-12-03 22:10 const

  • winvnc/res/cursor1.cur: file cursor1.cur was initially added on branch BRANCH_SW_1_2.

2001-12-03 22:10 const

  • winvnc/res/bitmap3.bmp: file bitmap3.bmp was initially added on branch BRANCH_SW_1_2.

2001-12-03 22:10 const

  • winvnc/res/bitmap1.bmp: file bitmap1.bmp was initially added on branch BRANCH_SW_1_2.

2001-12-03 22:10 const

  • winvnc/MatchWindow.cpp: file MatchWindow.cpp was initially added on branch BRANCH_SW_1_2.

2001-12-03 22:10 const

  • winvnc/: MatchWindow.cpp, MatchWindow.h, WinVNC.dsp, WinVNC.rc, resource.h, vncClient.cpp, vncDesktop.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h, res/bitmap1.bmp, res/bitmap2.bmp, res/bitmap3.bmp, res/cursor1.cur (BRANCH_SW_1_2): Initial working implementation of single window or screen area sharing for WinVNC.

2001-12-03 22:10 const

  • winvnc/MatchWindow.h: file MatchWindow.h was initially added on branch BRANCH_SW_1_2.

2001-12-03 22:10 const

  • winvnc/res/bitmap2.bmp: file bitmap2.bmp was initially added on branch BRANCH_SW_1_2.

2001-11-28 12:43 const

  • BUILDING.txt, README.txt: Version strings and TightVNC intro were changed.

2001-11-27 20:34 const

  • TightVNC.iss: Installation script updated for 1.2.2 version.

2001-11-22 17:10 const

  • winvnc/VSocket.cpp: Copyright string made correct.

2001-10-31 00:33 const

  • vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/resource.h, winvnc/vncAdvancedProperties.cpp, winvnc/vncProperties.cpp, winvnc/vncServer.cpp, winvnc/vncServer.h, winvnc/VNCHooks/VNCHooks.rc: New EnableHTTPDaemon registry setting to disable HTTP daemon, and corresponding checkbox in Advanced Preferences dialog (this change was inspired by "AllowHTTP" patch made by Ph Marek). Layout changes in the Advanced Preferences dialog, and changes in version strings, version 1.2.2.

2001-10-29 20:07 const

  • winvnc/: VSocket.cpp, VSocket.h, vncClient.cpp, vncEncodeTight.cpp, vncEncodeZlib.cpp, vncEncodeZlibHex.cpp, vncEncoder.cpp: A fix for a long-standing Win9x resource consumption problem. Now the server thread does not use blocking I/O, and therefore is always ready to process messages both from the VNCHooks DLL.

2001-10-11 13:35 const

  • winvnc/WinVNC.rc: Typos fixed.

2001-09-24 19:46 const

  • TightVNC.iss: LICENSE.txt renamed to LICENCE.txt.

2001-09-24 16:16 const

  • vncviewer/ClientConnection.cpp: Changes in exception handling. Now warning exceptions causing disconnects are reported to user, except for the case when a user has closed the viewer window. These changes also should fix the problem with Borland C++ compilation resulting vncviewer crashes after closing one connection and opening another one, e.g. in the listen mode.

2001-09-16 22:40 const

  • BUILDING.txt, README.txt, TightVNC.iss, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc: Version strings changed, more text in the "Reverse connection" WinVNC dialog added.

2001-09-16 22:36 const

  • vncviewer/VNCOptions.cpp: New -encoding command-line option has been implemented in vncviewer.

2001-09-16 22:34 const

  • winvnc/vncConnDialog.cpp: Modified patch for WinVNC from Steve Kann, to support reverse connections on ports other than 5500.

2001-09-16 14:14 const

  • winvnc/res/: optionsFrame.class, rfbProto.class, vncCanvas.class, vncviewer.class, vncviewer.jar: New version of the Java viewer.

2001-09-15 18:16 const

  • TightVNC.iss: DOS-style end-of-lines removed.

2001-09-15 18:15 const

  • TightVNC.iss: Configuration file for Inno Setup packaging.

2001-09-10 16:20 const

  • LICENCE.txt, LICENSE.txt: LICENSE.txt renamed back to LICENCE.txt. :-)

2001-09-10 16:16 const

  • LICENSE.txt, LICENCE.txt: LICENCE.txt renamed to LICENSE.txt.

2001-09-09 15:18 const

  • vncviewer/VNCOptions.cpp: Now viewer should support -noshared option.

2001-09-05 01:33 const

  • vncviewer/res/idr_tray.ico: Forgot to replace this icon with new icon file.

2001-08-15 14:56 const

  • vncviewer/res/tightvnc.bmp, vncviewer/res/tightvnc48.bmp, vncviewer/res/vncviewer.ico, winvnc/res/WinVNC.ico, winvnc/res/ico00001.ico, winvnc/res/icon1.ico, winvnc/res/tightvnc.bmp, winvnc/res/vnc.bmp: New icons and modified logos.

2001-08-14 22:59 const

  • vncviewer/res/cursor1.cur, vncviewer/res/idr_tray.ico, vncviewer/res/nocursor.cur, vncviewer/res/tightvnc.bmp, vncviewer/res/tightvnc48.bmp, vncviewer/res/vnc.bmp, vncviewer/res/vnc32.BMP, vncviewer/res/vncviewer.ico, vncviewer/res/vncviewer.rc, winvnc/WinVNC.rc, winvnc/VNCHooks/VNCHooks.rc, winvnc/res/WinVNC.ico, winvnc/res/ico00001.ico, winvnc/res/icon1.ico, winvnc/res/tightvnc.bmp: Version strings changed, new logo and icons added, a number of dialogs changed to include icons, version info etc.

2001-08-14 22:53 const

  • [MANY FILES]: Version strings changed, a link to TightVNC homepage added to comments at top of each file.

2001-08-09 21:09 const

  • winvnc/: Makefile.bcc32, VNCHooks/Makefile.bcc32, VNCHooks/SharedData.cpp, VNCHooks/SharedData.h: DOS-style end-of-lines converted to Unix-style ones.

2001-08-09 20:12 const

  • vncviewer/: Makefile.bcc32, res/resource.h: DOS-style end-of-lines converted to Unix-style ones.

2001-08-09 17:48 const

  • winvnc/vncDesktop.cpp: DrawIconEx flags corrected, now custom cursors can be shown properly under both WinNT and Win95/Win98, regardless of settings related to local cursor support.

2001-08-05 19:37 const

  • winvnc/vncClient.cpp: Conflicts between VNC, TightVNC and TridiaVNC hopefully resolved.

2001-08-05 19:35 const

  • winvnc/Makefile.bcc32: New file, vncAdvancedProperties.cpp.

2001-08-05 19:34 const

  • winvnc/WinVNC.rc: DS_SETFOREGROUND flags removed -- not understood by Borland C++ 5.5.

2001-08-05 17:57 const

  • winvnc/: History.txt, Log.cpp, Log.h, WinVNC.rc, rfbproto.h, vncAcceptDialog.cpp, vncAcceptDialog.h, vncAdvancedProperties.cpp, vncBuffer.cpp, vncClient.cpp, vncDesktop.cpp, vncDesktop.h, vncEncodeCoRRE.cpp, vncEncodeHexT.cpp, vncEncodeRRE.cpp, vncHTTPConnect.cpp, vncMenu.cpp, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h, vncService.cpp, vncService.h: Integrated changes from standard VNC 3.3.3r9.

2001-08-05 16:45 const

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, Flasher.cpp, History.txt, rfbproto.h: Integrated changes from standard VNC 3.3.3r9.

2001-08-05 16:08 const

  • winvnc/: Log.cpp, Log.h, WinVNC.dsp, WinVNC.rc, resource.h, vncAcceptDialog.cpp, vncAcceptDialog.h, vncAdvancedProperties.cpp, vncAdvancedProperties.h, vncClient.cpp, vncMenu.cpp, vncMenu.h, vncProperties.cpp, vncProperties.h, vncServer.cpp, vncServer.h, vncService.cpp, res/ico00001.ico: Integrated Robert Ragno's Advanced Properties dialog and AllowNoPassword, from TridiaVNC CVS.

2001-07-30 01:22 const

  • winvnc/res/: vncviewer.class, vncviewer.jar: Latest binaries for Java viewer.

2001-07-30 01:05 const

  • BUILDING.txt, README.txt: Version strings changed.

2001-07-30 01:04 const

  • winvnc/: vncBuffer.cpp, vncBuffer.h, vncClient.cpp, vncClient.h, vncDesktop.cpp, vncDesktop.h, vncEncoder.cpp, vncEncoder.h, vncService.cpp: RichCursor encoding is now fully supported. Code implementing cursor shape updates has been reorganized, large parts were rewritten; this should be the final version of the "local cursor" feature. Besides that, code cleanups in many places.

2001-07-18 23:26 const

  • vncviewer/ClientConnectionCursor.cpp: Bug fixed: vncviewer used to set cursor hotspot incorrectly on XCursor and RichCursor updates.

2001-03-13 18:52 const

  • vncviewer/ClientConnectionCursor.cpp: Bugfix: local cursor implementation allocated DC and bitmap on each cursor movement but failed to free these recources. On Win95/98, after GDI resources were exhausted, mouse movement leaved cursor trails on the screen. Current fix allocates DC and bitmap only on cursor shape updates and disposes them properly.

2001-03-13 18:44 const

  • build-bcc32.bat, vncviewer/omnithread/build-bcc32.bat, vncviewer/res/build-bcc32.bat, winvnc/Makefile.bcc32, winvnc/WinVNC.rc, winvnc/VNCHooks/Makefile.bcc32, winvnc/omnithread/build-bcc32.bat: More porting to Borland C++ 5.5 compiler. Now build scripts and makefiles should work in Win95/98 environment.

2001-03-12 00:13 const

  • winvnc/: vncClient.cpp, vncClient.h: Started work to implement cursor shape updates for every possible cursor shape. At this moment, a skeleton for new implementation has been prepared, the code has been re-organized, but basic functionality has remained the same.

2001-03-12 00:05 const

  • vncviewer/Log.cpp, winvnc/Log.cpp: CORE SDI fixes applied to fix buffer overflows reported 2001-01-29.

2001-03-11 01:41 const

  • winvnc/vncDesktop.cpp: The color depth is set to correct value in 24-bit truecolor mode. Original WinVNC always used to set depth = bitsPerPixel. This change notably improves performance of the Tight encoder in both compression ratios and encoding/decoding speed.

2001-03-11 01:35 const

  • winvnc/vncEncodeTight.cpp: The "gradient" filter enabled again.

2001-03-11 01:33 const

  • vncviewer/: ClientConnection.cpp, ClientConnectionClipboard.cpp, ClientConnectionCopyRect.cpp, ClientConnectionCursor.cpp, ClientConnectionFile.cpp, ClientConnectionRaw.cpp, ClientConnectionTight.cpp, ClientConnectionZlib.cpp, ClientConnectionZlibHex.cpp, Daemon.cpp, Flasher.cpp, KeyMap.cpp, Log.h, VNCOptions.cpp, VNCviewerApp.cpp, VNCviewerApp32.cpp, vncviewer.cpp, vncviewer.h: The name of global variable "log" changed to "vnclog".

2001-03-10 23:06 const

  • vncviewer/ClientConnectionTight.cpp: Bugfix: "gradient" filter was broken in non-24-bit color depths.

2001-03-10 23:05 const

  • vncviewer/VNCOptions.cpp: Default preferred encoding is now Tight.

2001-03-10 23:05 const

  • vncviewer/res/vncviewer.rc: Two version info blocks merged into one record.

2001-03-08 00:30 const

  • winvnc/tabletranstemplate.cpp: Workaround for buggy Borland C++ 5.5 compiler: pixel format translations from 24-bit colors worked incorrectly when optimizations were enabled.

2001-03-07 14:14 const

  • winvnc/res/: clipboardFrame.class, optionsFrame.class, rfbProto.class, vncCanvas.class, vncviewer.jar: Java classes updated to current version.

2001-03-07 14:03 const

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, ClientConnectionCursor.cpp: "Local cursor" implementation now works with scaling.

2001-03-07 13:56 const

  • winvnc/: vncEncodeTight.cpp, vncEncodeTight.h: Changes from current Unix version ported to Win32 code. Minor formatting changes and code clean-ups.

2001-03-06 01:00 const

  • winvnc/vncEncodeTight.cpp: JPEG encoder worked incorrectly in 16bpp mode (bug found by Martin Granell).

2001-03-06 00:03 const

  • vncviewer/ClientConnectionTight.cpp: Minor clean-ups and tiny formatting fix.

2001-03-05 23:39 const

  • BUILDING-bcc32.txt: MS-DOS end-of-line markers replaced with Unix newlines.

2001-03-05 23:32 const

  • [MANY FILES]: Finished porting to Borland C++ 5.5 compiler. Global variable "log" in WinVNC changed to "vnclog". Proper cooperation between threads in "local cursor" code. Correct loading of configuration files where "compresslevel" or "quality" setting were not set. Corrected path to libjpeg library in the vncviewer.dsw. Minor code clean-ups.

2001-03-03 23:13 const

  • winvnc/vncEncodeTight.cpp: Debugging code removed. Minor formatting changes.

2001-02-09 00:44 const

  • BUILDING.txt, README.txt: Notes on the status of release and unpacking/building instructions.

2001-02-09 00:17 const

  • [MANY FILES]: Features from Unix version ported to Win32 source: "local cursor" feature, JPEG compression, the code to split large rectangles in smarter way etc.

2001-01-06 01:07 const

  • winvnc/vncEncodeTight.cpp: Changes from Unix version ported: Constant sets for compression levels 0 and 1 changed. Minor code cleanups and optimizations. Comments clarified, typos in comments fixed.

2001-01-06 00:38 const

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, ClientConnectionCursor.cpp, ClientConnectionTight.cpp: Preparing for shape updates support (unfinished code).

2000-12-09 05:31 const

  • vncviewer/ClientConnectionTight.cpp: Bugfix from Unix source: viewer crashed in rare situations after inflate() call when decompressed data filled the whole output buffer but there was no more input data.

2000-12-07 21:09 const

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, ClientConnectionCursor.cpp, vncviewer.dsp: Preparing for XCursor/RichCursor encodings implementation.

2000-12-07 21:08 const

  • winvnc/: vncEncodeTight.cpp, vncEncodeTight.h: Logging statistics for Tight encoding.

2000-12-01 01:52 const

  • vncviewer/ClientConnection.cpp, vncviewer/VNCOptions.cpp, vncviewer/VNCOptions.h, vncviewer/rfbproto.h, vncviewer/res/resource.h, vncviewer/res/vncviewer.rc, winvnc/rfbproto.h, winvnc/vncBuffer.cpp, winvnc/vncBuffer.h, winvnc/vncClient.cpp, winvnc/vncEncodeTight.cpp, winvnc/vncEncodeTight.h, winvnc/vncEncodeZlib.cpp, winvnc/vncEncodeZlibHex.cpp, winvnc/vncEncoder.cpp, winvnc/vncEncoder.h: Speed optimizations and configurable compression levels. Other code also ported from Unix sources.

2000-11-16 03:09 const

  • winvnc/: vncEncodeTight.cpp, vncEncodeTight.h: Compilation errors fixed.

2000-11-15 20:51 const

  • vncviewer/ClientConnection.cpp, vncviewer/VNCOptions.h, vncviewer/rfbproto.h, vncviewer/res/resource.h, vncviewer/res/vncviewer.rc, winvnc/rfbproto.h, winvnc/vncBuffer.cpp, winvnc/vncBuffer.h, winvnc/vncEncodeZlib.cpp: Changes from TridiaVNC CVS have been merged in the source.

2000-11-15 20:33 const

  • [MANY FILES]: Import of CVS snapshot from TridiaVNC, 2000-11-15

2000-11-15 04:31 const

  • vncviewer/rfbproto.h, winvnc/rfbproto.h, winvnc/vncEncodeTight.cpp, winvnc/vncEncodeTight.h: Changes from recent Unix sources partially integrated: tight encoder rewrites and cleanups, preparing for configurable compression and cursor shape encoding.

2000-10-11 02:00 const

  • vncviewer/ClientConnection.cpp, vncviewer/ClientConnection.h, vncviewer/VNCOptions.h, vncviewer/rfbproto.h, vncviewer/vncviewer.dsp, vncviewer/res/resource.h, vncviewer/res/vncviewer.rc, winvnc/WinVNC.dsp, winvnc/rfbproto.h, winvnc/vncBuffer.cpp, winvnc/vncBuffer.h, winvnc/vncEncodeZlib.cpp, winvnc/vncEncodeZlib.h, winvnc/res/icon1.ico: Merged with TridiaVNC CVS tree.

2000-10-11 01:18 const

  • vncviewer/ClientConnectionZlibHex.cpp, winvnc/vncEncodeZlibHex.cpp, winvnc/vncEncodeZlibHex.h: Initial revision

2000-10-11 01:18 const

  • [MANY FILES]: Import from TridiaVNC CVS

2000-10-05 16:35 const

  • winvnc/vncEncodeTight.cpp: Compilation errors caused by inaccurate porting from Unix source have been fixed.

2000-10-02 03:46 const

  • vncviewer/ClientConnectionTight.cpp, vncviewer/rfbproto.h, winvnc/rfbproto.h, winvnc/vncEncodeTight.cpp, winvnc/vncEncodeTight.h: Tight Encoding 1.1 ported from Unix sources (not tested yet).

2000-08-28 00:26 const

  • vncviewer/: ClientConnection.cpp, ClientConnection.h, VNCOptions.h, rfbproto.h, res/vncviewer.rc: Merged changes from TridiaVNC.

2000-08-27 23:26 const

  • [MANY FILES]: TridiaVNC sources for Aug 27, 2000

2000-08-27 22:00 const

  • vncviewer/ClientConnection.cpp, vncviewer/ClientConnection.h, vncviewer/ClientConnectionTight.cpp, vncviewer/VNCOptions.h, vncviewer/rfbproto.h, vncviewer/vncviewer.dsp, vncviewer/res/resource.h, vncviewer/res/vncviewer.rc, winvnc/WinVNC.dsp, winvnc/rfbproto.h, winvnc/vncBuffer.cpp, winvnc/vncBuffer.h, winvnc/vncEncodeTight.cpp, winvnc/vncEncodeTight.h, winvnc/vncEncodeZlib.cpp, winvnc/vncEncodeZlib.h, winvnc/res/icon1.ico: Tight encoding release 1.0 added.

2000-08-27 20:41 const

  • [MANY FILES]: Initial revision

2000-08-27 20:41 const

  • [MANY FILES]: Imported sources
 
[LOGO]

TightVNC:
* main page
* download
* support
* contribution
* contact us
* site map

Information:
* introduction
* documentation
* change logs

Development:
* report bugs
* submit patches
* CVS

Links:
* primary site
* other sites
* related software

Hosted on:
* SourceForge.net