| Commit message (Expand) | Author | Age | Files | Lines |
* | The Tight decoding optimizations broke the build of the legacy viewers, so th... | DRC | 2011-11-03 | 34 | -6158/+0 |
* | Use generic copyright message which refers the user to the complete copyright... | DRC | 2011-06-28 | 1 | -4/+4 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 1 | -49/+0 |
* | Make full-screen mode span all monitors in a multi-monitor system | DRC | 2011-06-06 | 1 | -7/+7 |
* | Merged r4342 - r4359 from 1_1 branch. | Adam Tkac | 2011-04-27 | 3 | -18/+31 |
* | Fix MinGW build breakage | DRC | 2011-02-10 | 1 | -2/+10 |
* | Remove old Visual C++ project files (use CMake to build with Visual C++) | DRC | 2011-02-08 | 1 | -281/+0 |
* | [Bugfix] win vncviewer: create VNC home directory during startup. | Adam Tkac | 2011-02-07 | 1 | -0/+12 |
* | [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum... | Adam Tkac | 2011-02-01 | 1 | -1/+2 |
* | [Development] Win vncviewer: use SecurityPage class for Security dialog | Adam Tkac | 2011-02-01 | 2 | -233/+24 |
* | [Bugfix] win vncviewer: preserve security settings during reconnection | Adam Tkac | 2011-02-01 | 2 | -0/+3 |
* | [Development] Remove the "Encryption" combo box from the Windows viewer. | Adam Tkac | 2010-12-08 | 3 | -13/+2 |
* | [Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer. | Adam Tkac | 2010-12-08 | 3 | -0/+27 |
* | [Development] Add glue code for -SecurityTypes option and GUI Security dialog. | Adam Tkac | 2010-12-08 | 3 | -15/+154 |
* | [Development] Add "Security" options dialog for Windows viewer. | Adam Tkac | 2010-12-08 | 3 | -0/+175 |
* | [Bugfix] Enable viewer specific parameters in Windows viewer. | Adam Tkac | 2010-12-08 | 1 | -0/+3 |
* | [Cleanup] Remove unneeded includes from CConn.cxx. | Adam Tkac | 2010-12-08 | 1 | -2/+0 |
* | [Bugfix] Link vncviewer.exe against common/os/libos.la. | Adam Tkac | 2010-11-25 | 1 | -0/+1 |
* | [Bugfix] Fix MinGW-based Windows builds. | Adam Tkac | 2010-11-25 | 1 | -1/+1 |
* | Fix 'make dist' | DRC | 2010-10-27 | 1 | -1/+1 |
* | CMake build system for Windows | DRC | 2010-10-27 | 3 | -8/+42 |
* | [Development] Client now uses security types from -SecurityTypes parameter in... | Adam Tkac | 2010-07-20 | 1 | -3/+0 |
* | [Cleanup] Remove leftover code. | Adam Tkac | 2010-07-19 | 1 | -1/+0 |
* | vncviewer now successfully runs on Windows/x64. And there was much rejoicing... | DRC | 2010-05-20 | 2 | -0/+26 |
* | Fix 64-bit Windows issues | DRC | 2010-05-20 | 2 | -10/+12 |
* | Not necessary to include windows.h if winsock2.h is already included. If bot... | DRC | 2010-05-20 | 3 | -3/+1 |
* | Fix VPATH and out-of-tree builds when using MinGW | DRC | 2010-05-14 | 1 | -5/+5 |
* | [Development] Implement VeNCrypt type support on client side. Currently only | Adam Tkac | 2010-04-23 | 1 | -1/+1 |
* | [Development] Use enhanced Security class by both UNIX and Windows viewers. | Adam Tkac | 2010-04-23 | 2 | -16/+3 |
* | [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. | Adam Tkac | 2010-04-23 | 2 | -2/+2 |
* | [Development] Add possibility to define viewer/server specific parameters via | Adam Tkac | 2010-04-23 | 1 | -1/+1 |
* | Don't assign new threads to unused thread variables. No point, plus | Peter Åstrand | 2010-02-10 | 3 | -4/+4 |
* | Eliminate GCC signed/unsigned warning. | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h. | Peter Åstrand | 2010-02-10 | 1 | -1/+0 |
* | Eliminate GCC signed/unsigned warnings related to encodings: The | Peter Åstrand | 2010-02-10 | 2 | -4/+4 |
* | Eliminate three more GCC warnings: | Peter Åstrand | 2010-02-10 | 1 | -3/+3 |
* | [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able | Adam Tkac | 2010-02-05 | 1 | -1/+1 |
* | [Development] Bump version numbers to 1.0.90. | Adam Tkac | 2009-12-21 | 1 | -4/+4 |
* | Make winvnc4 and Windows vncconfig compilable via MinGW. | Adam Tkac | 2009-10-12 | 1 | -0/+3 |
* | [Bugfix] Fix MS Visual Studio 2008 compilation issues. | Adam Tkac | 2009-10-08 | 4 | -17/+21 |
* | Adapt Windows viewer to new build system. | Adam Tkac | 2009-09-04 | 1 | -6/+6 |
* | Change product name to TigerVNC in about dialogs. | Peter Åstrand | 2009-08-27 | 1 | -1/+1 |
* | Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH... | Adam Tkac | 2009-06-16 | 1 | -0/+1 |
* | Bump version to 0.0.91. | Adam Tkac | 2009-06-12 | 1 | -4/+4 |
* | Yet another version number fix. We had forgotten to update VERSIONINFO | Peter Åstrand | 2009-04-14 | 1 | -4/+4 |
* | Create the system menu entries earlier to play nice with any system-wide | Pierre Ossman | 2009-04-09 | 1 | -15/+17 |
* | Update copyright notice and version in executable metadata. | Pierre Ossman | 2009-04-09 | 1 | -4/+4 |
* | Use lower IDs for system menu entries. | Pierre Ossman | 2009-04-09 | 1 | -19/+19 |
* | Check for full *-windres name in configure instead of hardcode it. | Adam Tkac | 2009-04-07 | 1 | -1/+1 |
* | Try to render entire update in one go to avoid tearing. | Pierre Ossman | 2009-03-25 | 3 | -2/+44 |