aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* [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-254-4/+3
* [Bugfix] Fix typo in winvnc.rc.Adam Tkac2010-11-251-1/+1
* [Development] Generate resdefs.h from resdefs.h.cmake.in in cmake builds.Adam Tkac2010-11-252-1/+5
* [Bugfix] win: Enable server configuration parameters in winvnc.Adam Tkac2010-11-111-0/+2
* [Bugfix] win: ReverseSecurityTypes option doesn't exist so don't set it.Adam Tkac2010-11-111-1/+0
* [Bugfix] win: Enable server configuration options in vncconfig.Adam Tkac2010-11-111-0/+2
* Work around issue in CMake 2.6DRC2010-10-271-1/+1
* Unix LFDRC2010-10-272-46/+46
* Fix 'make dist'DRC2010-10-274-5/+10
* CMake build system for WindowsDRC2010-10-2720-71/+308
* Oops. Need to include SecurityServer.hDRC2010-10-271-0/+1
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-011-1/+1
* [Bugfix] Fix vncconfig.exe compilation (broken since r4123).Adam Tkac2010-09-151-3/+3
* [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
* winvnc: Declare the main() function as WinMain()Adam Tkac2010-06-251-1/+4
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-253-4/+4
* [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winso...Adam Tkac2010-06-251-1/+1
* [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4thAdam Tkac2010-06-241-1/+2
* vncviewer now successfully runs on Windows/x64. And there was much rejoicing...DRC2010-05-202-0/+26
* Fix 64-bit Windows issuesDRC2010-05-206-22/+27
* Some compilers (most notably, MinGW64) don't define min and maxDRC2010-05-201-0/+8
* 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-143-15/+15
* [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc systemAdam Tkac2010-05-131-1/+4
* [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] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-234-6/+2
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-231-1/+2
* [Development] Define security types as rdr::U8 values.Adam Tkac2010-04-231-2/+2
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-233-3/+3
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-232-2/+2
* 'make dist' still doesn't build a complete source archive like it should, but...DRC2010-04-111-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
* Removed unused variables.Peter Åstrand2010-02-101-2/+0
* Eliminated signed/unsigned warnings. Peter Åstrand2010-02-101-6/+6
* Eliminated timerId signed/unsigned warnings. Peter Åstrand2010-02-104-6/+6
* Eliminated GCC warning: DWORD is unsigned long, so use that in thePeter Åstrand2010-02-101-1/+1
* Eliminated GCC signed/unsigned warnings:Peter Åstrand2010-02-102-3/+3
* Bugfix: We were using assignement instead of comparision in the ifPeter Å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
* Eliminate GCC signed/unsigned warning. sizeof returns unsigned. Peter Åstrand2010-02-101-1/+1
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-052-2/+2
* Make it possible to compile things with current upstream mingw. You'll losePierre Ossman2009-12-232-3/+12