aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Make full-screen mode span all monitors in a multi-monitor systemDRC2011-06-061-7/+7
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-273-18/+31
* Fix MinGW build breakageDRC2011-02-101-2/+10
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-281/+0
* [Bugfix] win vncviewer: create VNC home directory during startup.Adam Tkac2011-02-071-0/+12
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...Adam Tkac2011-02-011-1/+2
* [Development] Win vncviewer: use SecurityPage class for Security dialogAdam Tkac2011-02-012-233/+24
* [Bugfix] win vncviewer: preserve security settings during reconnectionAdam Tkac2011-02-012-0/+3
* [Development] Remove the "Encryption" combo box from the Windows viewer.Adam Tkac2010-12-083-13/+2
* [Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.Adam Tkac2010-12-083-0/+27
* [Development] Add glue code for -SecurityTypes option and GUI Security dialog.Adam Tkac2010-12-083-15/+154
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-083-0/+175
* [Bugfix] Enable viewer specific parameters in Windows viewer.Adam Tkac2010-12-081-0/+3
* [Cleanup] Remove unneeded includes from CConn.cxx.Adam Tkac2010-12-081-2/+0
* [Bugfix] Link vncviewer.exe against common/os/libos.la.Adam Tkac2010-11-251-0/+1
* [Bugfix] Fix MinGW-based Windows builds.Adam Tkac2010-11-251-1/+1
* Fix 'make dist'DRC2010-10-271-1/+1
* CMake build system for WindowsDRC2010-10-273-8/+42
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-201-3/+0
* [Cleanup] Remove leftover code.Adam Tkac2010-07-191-1/+0
* vncviewer now successfully runs on Windows/x64. And there was much rejoicing...DRC2010-05-202-0/+26
* Fix 64-bit Windows issuesDRC2010-05-202-10/+12
* Not necessary to include windows.h if winsock2.h is already included. If bot...DRC2010-05-203-3/+1
* Fix VPATH and out-of-tree builds when using MinGWDRC2010-05-141-5/+5
* [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-232-16/+3
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-232-2/+2
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-1/+1
* Don't assign new threads to unused thread variables. No point, plusPeter Åstrand2010-02-103-4/+4
* Eliminate GCC signed/unsigned warning. Peter Åstrand2010-02-101-1/+1
* Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h.Peter Åstrand2010-02-101-1/+0
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-102-4/+4
* Eliminate three more GCC warnings:Peter Åstrand2010-02-101-3/+3
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-4/+4
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-121-0/+3
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-084-17/+21
* Adapt Windows viewer to new build system.Adam Tkac2009-09-041-6/+6
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-271-1/+1
* Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...Adam Tkac2009-06-161-0/+1
* Bump version to 0.0.91.Adam Tkac2009-06-121-4/+4
* Yet another version number fix. We had forgotten to update VERSIONINFOPeter Åstrand2009-04-141-4/+4
* Create the system menu entries earlier to play nice with any system-widePierre Ossman2009-04-091-15/+17
* Update copyright notice and version in executable metadata.Pierre Ossman2009-04-091-4/+4
* Use lower IDs for system menu entries.Pierre Ossman2009-04-091-19/+19
* Check for full *-windres name in configure instead of hardcode it.Adam Tkac2009-04-071-1/+1
* Try to render entire update in one go to avoid tearing.Pierre Ossman2009-03-253-2/+44
* Support for ExtendedDesktopSize and -DesktopSize in the Windows client.Pierre Ossman2009-03-244-1/+67
* Remove file transfer support.Pierre Ossman2009-03-1321-3377/+0
* Change encoding and quality defaults to what auto mode would choose.Pierre Ossman2009-03-121-3/+3