summaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Collapse)AuthorAgeFilesLines
* The Tight decoding optimizations broke the build of the legacy viewers, so ↵DRC2011-11-0334-6158/+0
| | | | | | this seems like a good time to get rid of them like we discussed. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4759 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use generic copyright message which refers the user to the complete ↵DRC2011-06-281-4/+4
| | | | | | copyright history in README.txt git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4569 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove unused autotools build systemDRC2011-06-241-49/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make full-screen mode span all monitors in a multi-monitor systemDRC2011-06-061-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4465 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-273-18/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4383 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix MinGW build breakageDRC2011-02-101-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4282 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-281/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4260 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] win vncviewer: create VNC home directory during startup.Adam Tkac2011-02-071-0/+12
| | | | | | | Thanks to Guillaume Destuynder. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4253 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to ↵Adam Tkac2011-02-011-1/+2
| | | | | | | | | | Guillaume Destuynder) We use the server name for hostname matching in X.509 code. Otherwise certificate wouldn't match hostname. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4249 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Win vncviewer: use SecurityPage class for Security dialogAdam Tkac2011-02-012-233/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4247 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] win vncviewer: preserve security settings during reconnectionAdam Tkac2011-02-012-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4243 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Remove the "Encryption" combo box from the Windows viewer.Adam Tkac2010-12-083-13/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4218 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.Adam Tkac2010-12-083-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4217 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add glue code for -SecurityTypes option and GUI Security dialog.Adam Tkac2010-12-083-15/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4216 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-083-0/+175
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4215 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Enable viewer specific parameters in Windows viewer.Adam Tkac2010-12-081-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4214 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Remove unneeded includes from CConn.cxx.Adam Tkac2010-12-081-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4213 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Link vncviewer.exe against common/os/libos.la.Adam Tkac2010-11-251-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4209 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix MinGW-based Windows builds.Adam Tkac2010-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4207 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix 'make dist'DRC2010-10-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4173 3789f03b-4d11-0410-bbf8-ca57d06f2519
* CMake build system for WindowsDRC2010-10-273-8/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Client now uses security types from -SecurityTypes parameter ↵Adam Tkac2010-07-201-3/+0
| | | | | | instead of hardcoded list. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4094 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Remove leftover code.Adam Tkac2010-07-191-1/+0
| | | | | | | Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at> git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4087 3789f03b-4d11-0410-bbf8-ca57d06f2519
* vncviewer now successfully runs on Windows/x64. And there was much ↵DRC2010-05-202-0/+26
| | | | | | rejoicing (yay...) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4062 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix 64-bit Windows issuesDRC2010-05-202-10/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4061 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Not necessary to include windows.h if winsock2.h is already included. If ↵DRC2010-05-203-3/+1
| | | | | | both are included, then winsock2.h must be included first. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4059 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix VPATH and out-of-tree builds when using MinGWDRC2010-05-141-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4054 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-1/+1
| | | | | | | TLSNone and TLSVnc VeNCrypt subtypes are implemented. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4046 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-232-16/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4042 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-232-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4033 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-1/+1
| | | | | | | Configuration class. Change needed viewer/server code appropriately. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4032 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't assign new threads to unused thread variables. No point, plusPeter Åstrand2010-02-103-4/+4
| | | | | | | | causes GCC warnings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3980 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminate GCC signed/unsigned warning. Peter Åstrand2010-02-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3979 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h.Peter Åstrand2010-02-101-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3969 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-102-4/+4
| | | | | | | | | | | | encoding in the RFB protocol has always been signed, and signed values are also used in the specification (ie DesktopName = -307 etc). In the code, however, unsigned types were used in a number of places, but not all, which causes warnings. This patch fixes the problem by switching to signed values everywhere. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3968 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminate three more GCC warnings:Peter Åstrand2010-02-101-3/+3
| | | | | | | | | | * wParam is unsigned. * newThread variable was unused * setExtendedDesktopSize reason is signed, but result codes are not. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3966 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
| | | | | | | to listen on specific interface. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3963 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3929 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-121-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3913 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-084-17/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3912 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapt Windows viewer to new build system.Adam Tkac2009-09-041-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3895 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3882 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Declare virtual methods with empty body as pure virtual methods in ↵Adam Tkac2009-06-161-0/+1
| | | | | | | | | rfb::CMsgHandler class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3842 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bump version to 0.0.91.Adam Tkac2009-06-121-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3837 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Yet another version number fix. We had forgotten to update VERSIONINFOPeter Åstrand2009-04-141-4/+4
| | | | | | | | | | in vncviewer.rc, plus we should use 0.0.90 rather than 0.9.0. I'm dreaming of a future where the version number is SPOT. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3774 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Create the system menu entries earlier to play nice with any system-widePierre Ossman2009-04-091-15/+17
| | | | | | | additions. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3765 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update copyright notice and version in executable metadata.Pierre Ossman2009-04-091-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3764 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use lower IDs for system menu entries.Pierre Ossman2009-04-091-19/+19
| | | | | | | | | Such high IDs are apparently unsafe to use in the system menu on some machines. The messages get lost somewhere, probably intercepted by another system-wide plugin. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3763 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check for full *-windres name in configure instead of hardcode it.Adam Tkac2009-04-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3762 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Try to render entire update in one go to avoid tearing.Pierre Ossman2009-03-253-2/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3718 3789f03b-4d11-0410-bbf8-ca57d06f2519