summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+3
* Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_Pierre Ossman2011-03-081-1/+2
* Clean up the 64-bit handling a bit. Trust CMake to tell use when we have aPierre Ossman2011-03-031-1/+1
* Consolidate all the Windows installer stuff to its own directory.Pierre Ossman2011-03-033-0/+34
* [Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format.Adam Tkac2011-02-211-1/+6
* Fix MinGW build breakageDRC2011-02-102-4/+10
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-087-1787/+0
* Fix make distDRC2011-02-071-1/+1
* [Bugfix] win vncviewer: create VNC home directory during startup.Adam Tkac2011-02-071-0/+12
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...Adam Tkac2011-02-011-1/+2
* [Development] Windows vncconfig: add various TLS related boxes to Security di...Adam Tkac2011-02-014-89/+88
* [Development] Win vncviewer: use SecurityPage class for Security dialogAdam Tkac2011-02-012-233/+24
* [Development] Add new rfb_win32::SecurityPage classAdam Tkac2011-02-015-0/+341
* [Bugfix] win vncviewer: preserve security settings during reconnectionAdam Tkac2011-02-012-0/+3
* [Development] winvnc: Enable debug output when built with -D_DEBUGAdam Tkac2011-01-261-3/+13
* [Development] Remove the "Encryption" combo box from the Windows viewer.Adam Tkac2010-12-083-13/+2
* [Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.Adam Tkac2010-12-083-0/+27
* [Development] Add glue code for -SecurityTypes option and GUI Security dialog.Adam Tkac2010-12-083-15/+154
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-083-0/+175
* [Bugfix] Enable viewer specific parameters in Windows viewer.Adam Tkac2010-12-081-0/+3
* [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