aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-122-37/+51
* Replace TightVNC graphics with the TigerVNC logo.Pierre Ossman2009-03-042-0/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-277-16/+16
* No need to repeat the project home page in every source file. Not SPOT.Peter Åstrand2009-02-2510-10/+10
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-134-4/+4
* Like r3552/r3553, but for Windows viewer: Add TightVNC to window title.Peter Åstrand2009-01-271-1/+1
* Make sure that the scale factor code and DesktopName support works together: ...Peter Åstrand2009-01-271-6/+8
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+1
* Build a GUI application rather than a console onePeter Åstrand2008-12-161-1/+1
* Eliminiated two unused variables; no need to store result fromPeter Åstrand2008-12-121-2/+2
* Corrected r3380, forgotten passwordFile init. Peter Åstrand2008-12-111-1/+2
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-1/+1
* Avoid using bResult variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-2/+2
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-10/+26