aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer/CConn.cxx
Commit message (Expand)AuthorAgeFilesLines
* The Tight decoding optimizations broke the build of the legacy viewers, so th...DRC2011-11-031-863/+0
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-271-13/+28
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...Adam Tkac2011-02-011-1/+2
* [Bugfix] win vncviewer: preserve security settings during reconnectionAdam Tkac2011-02-011-0/+2
* [Development] Add glue code for -SecurityTypes option and GUI Security dialog.Adam Tkac2010-12-081-0/+38
* [Cleanup] Remove unneeded includes from CConn.cxx.Adam Tkac2010-12-081-2/+0
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-201-3/+0
* Not necessary to include windows.h if winsock2.h is already included. If bot...DRC2010-05-201-1/+0
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-1/+1
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-231-15/+2
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-231-1/+1
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-101-2/+2
* Eliminate three more GCC warnings:Peter Åstrand2010-02-101-3/+3
* Create the system menu entries earlier to play nice with any system-widePierre Ossman2009-04-091-15/+17
* Try to render entire update in one go to avoid tearing.Pierre Ossman2009-03-251-0/+1
* Support for ExtendedDesktopSize and -DesktopSize in the Windows client.Pierre Ossman2009-03-241-1/+58
* Remove file transfer support.Pierre Ossman2009-03-131-9/+0
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-121-26/+37
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-131-1/+1
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+1
* Explicit cast of -1 to UINT, to silence GCC warnings, but still adherePeter Åstrand2008-12-111-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-3/+3
* Fix -PasswordFile, which was causing asserts. Since we are providingPeter Åstrand2008-12-031-1/+2
* Removed the possibility to choose the scale filter in the options dialog of v...george822007-11-051-1/+0
* Now implemented manage the scale filters from the vncviewer options dialog.george822007-04-301-0/+1
* Before first use DesktopWindow::setSize() should set the toolbar status becausegeorge822007-03-201-0/+1
* Auto scaling mode of the vncviewer make improved.george822007-03-121-0/+1
* Now status of ZOOM IN, ZOOM OUT, ACTUAL SIZE, AUTO SIZEgeorge822006-09-111-2/+3
* Added implementation of the ZOOM IN and ZOOM OUT vncviewergeorge822006-09-111-1/+25
* Removed the unnecessary CConnOptions::scaling parameter.george822006-09-111-1/+0
* Fixed the bug with the zero-sized vncviewer window when george822006-09-101-1/+1
* Implemented Actual Size and Auto Size the vncviewer toolbar george822006-09-101-0/+21
* Removed the unnecessary button "Disconnect" from thegeorge822006-09-091-3/+0
* Before any manipulations with DesktopWindow (setSize andgeorge822006-09-051-1/+1
* Added the autoScaling mode implementation to the vncviewer.george822006-09-051-2/+7
* Fixed the bug with the main window resizing (don't takegeorge822006-06-101-1/+1
* Implemented scaling interface of the local copy of remotegeorge822006-05-291-0/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+712