| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | winvnc: Declare the main() function as WinMain() | Adam Tkac | 2010-06-25 | 1 | -1/+4 |
* | winvnc: Declare argv as "char**" instead of "const *char[]" | Adam Tkac | 2010-06-25 | 3 | -4/+4 |
* | [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winso... | Adam Tkac | 2010-06-25 | 1 | -1/+1 |
* | [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th | Adam Tkac | 2010-06-24 | 1 | -1/+2 |
* | 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 | 6 | -22/+27 |
* | Some compilers (most notably, MinGW64) don't define min and max | DRC | 2010-05-20 | 1 | -0/+8 |
* | 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 | 3 | -15/+15 |
* | [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc system | Adam Tkac | 2010-05-13 | 1 | -1/+4 |
* | [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] Replace SSecurityFactoryStandard class by simplier Security class. | Adam Tkac | 2010-04-23 | 4 | -6/+2 |
* | [Development] Move all VncAuth code from SSecurityFactoryStandard class to | Adam Tkac | 2010-04-23 | 1 | -1/+2 |
* | [Development] Define security types as rdr::U8 values. | Adam Tkac | 2010-04-23 | 1 | -2/+2 |
* | [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. | Adam Tkac | 2010-04-23 | 3 | -3/+3 |
* | [Development] Add possibility to define viewer/server specific parameters via | Adam Tkac | 2010-04-23 | 2 | -2/+2 |
* | 'make dist' still doesn't build a complete source archive like it should, but... | DRC | 2010-04-11 | 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 |
* | Removed unused variables. | Peter Åstrand | 2010-02-10 | 1 | -2/+0 |
* | Eliminated signed/unsigned warnings. | Peter Åstrand | 2010-02-10 | 1 | -6/+6 |
* | Eliminated timerId signed/unsigned warnings. | Peter Åstrand | 2010-02-10 | 4 | -6/+6 |
* | Eliminated GCC warning: DWORD is unsigned long, so use that in the | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated GCC signed/unsigned warnings: | Peter Åstrand | 2010-02-10 | 2 | -3/+3 |
* | Bugfix: We were using assignement instead of comparision in the if | 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 |
* | Eliminate GCC signed/unsigned warning. sizeof returns unsigned. | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able | Adam Tkac | 2010-02-05 | 2 | -2/+2 |
* | Make it possible to compile things with current upstream mingw. You'll lose | Pierre Ossman | 2009-12-23 | 2 | -3/+12 |
* | [Development] Bump version numbers to 1.0.90. | Adam Tkac | 2009-12-21 | 4 | -14/+14 |
* | Make winvnc4 and Windows vncconfig compilable via MinGW. | Adam Tkac | 2009-10-12 | 13 | -18/+73 |
* | [Bugfix] Fix MS Visual Studio 2008 compilation issues. | Adam Tkac | 2009-10-08 | 9 | -28/+36 |
* | Adapt Windows viewer to new build system. | Adam Tkac | 2009-09-04 | 4 | -40/+8 |
* | Change product name to TigerVNC in about dialogs. | Peter Åstrand | 2009-08-27 | 3 | -3/+3 |
* | 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 | 4 | -13/+13 |
* | DIBSectionBuffer can modify the pixel format so we need to read it back to | Pierre Ossman | 2009-06-01 | 1 | -0/+1 |
* | Updated version information and copyright. | Peter Åstrand | 2009-04-29 | 1 | -6/+6 |
* | Added Inno Setup file, for creating Windows installer. | Peter Åstrand | 2009-04-15 | 1 | -0/+42 |
* | Added DOS line breaks. | Peter Åstrand | 2009-04-15 | 1 | -0/+1 |
* | Added a copy of the license with DOS line breaks, so that we can ship | Peter Åstrand | 2009-04-15 | 1 | -0/+340 |
* | The index.vnc in the javabin directory was removed in r3667. We could | Peter Åstrand | 2009-04-14 | 2 | -1/+14 |
* | Fetch VncViewer.jar directly from the Java build directory, instead of | Peter Åstrand | 2009-04-14 | 1 | -1/+1 |
* | Yet another version number fix. We had forgotten to update VERSIONINFO | Peter Åstrand | 2009-04-14 | 2 | -8/+8 |
* | logo150x150.gif is no longer used. | Peter Åstrand | 2009-04-14 | 1 | -1/+0 |