aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* [Development] Add new rfb_win32::SecurityPage classAdam Tkac2011-02-015-0/+341
* CMake build system for WindowsDRC2010-10-272-0/+50
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-252-2/+2
* [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4thAdam Tkac2010-06-241-1/+2
* Fix 64-bit Windows issuesDRC2010-05-204-12/+15
* Some compilers (most notably, MinGW64) don't define min and maxDRC2010-05-201-0/+8
* 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 GCC signed/unsigned warning. sizeof returns unsigned. Peter Åstrand2010-02-101-1/+1
* Make it possible to compile things with current upstream mingw. You'll losePierre Ossman2009-12-231-2/+7
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-122-5/+3
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-081-1/+1
* Adapt Windows viewer to new build system.Adam Tkac2009-09-041-1/+1
* DIBSectionBuffer can modify the pixel format so we need to read it back toPierre Ossman2009-06-011-0/+1
* Remove file transfer support.Pierre Ossman2009-03-138-676/+0
* Fix some overloading ambiguity.Pierre Ossman2009-03-101-2/+2
* No need to repeat the project home page in every source file. Not SPOT.Peter Åstrand2009-02-2510-10/+10
* [Bugfix] Make windows viewer compilable via migw32 (4.3 series)Adam Tkac2009-02-132-3/+3
* Make sure we are sending the appropriate numeric decimal symbol. ThePeter Åstrand2009-01-151-0/+26
* Define ~Notifier as virtual, to avoid GCC warning about "virtualPeter Åstrand2008-12-111-0/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-2/+3
* printf does not accept CStr()sPeter Åstrand2008-12-101-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-2/+2
* vlog.debug doesn't accept CStr()s. Peter Åstrand2008-12-101-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-2/+2
* Bugfix:Peter Åstrand2008-12-101-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-101-1/+1
* Use msgType variable when writing debug; eliminating warning about unused var...Peter Åstrand2008-12-101-1/+1
* Should return FALSE; not NULLPeter Åstrand2008-12-101-1/+1
* Removed extra colon after #endifPeter Åstrand2008-12-101-1/+1
* Eliminated unused lastError variablePeter Åstrand2008-12-101-2/+0
* Make sure all files ends with newlinePeter Åstrand2008-12-104-4/+4
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-2/+2
* Removed unused variablePeter Åstrand2008-12-101-1/+0
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-2/+2
* MinGW tweak: Constructs such as:Peter Åstrand2008-12-096-10/+10
* MinGW tweak: Mark gigantic constants as longlong. Peter Åstrand2008-12-092-4/+4
* Corrected invalid conversion from `void*' to `_SECURITY_DESCRIPTOR*':Peter Åstrand2008-12-091-1/+1
* MinGW tweak: Like last patch, use __rfbmax/__rfbmin. Peter Åstrand2008-12-091-2/+3
* MinGW tweak: takeSD must cast result from takePtrPeter Åstrand2008-12-091-1/+1
* MinGW tweak: Only define RFB_HAVE_SENDINPUT is we have MOUSEEVENTF_VIRTUALDESK.Peter Åstrand2008-12-091-1/+1
* MinGW tweak: Force cast from `int (*)()' to `void*'. Peter Åstrand2008-12-091-1/+1