summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Build a GUI application rather than a console onePeter Åstrand2008-12-161-1/+1
* Eliminiated two unused variables; no need to store result fromPeter Åstrand2008-12-121-2/+2
* Corrected r3380, forgotten passwordFile init. Peter Åstrand2008-12-111-1/+2
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-1/+1
* Avoid using bResult variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-2/+2
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-10/+26
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-8/+8
* Eliminated unused variablePeter Åstrand2008-12-111-1/+1
* Define ~Notifier as virtual, to avoid GCC warning about "virtualPeter Åstrand2008-12-111-0/+1
* Explicit cast of -1 to UINT, to silence GCC warnings, but still adherePeter Åstrand2008-12-111-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-3/+3
* MinGW tweak: Build with -mthreads. Peter Åstrand2008-12-101-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-107-7/+7
* 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: Syntax correction: Added missing comma. Peter Åstrand2008-12-101-1/+1
* MinGW: Compile resource file and link with it. Peter Åstrand2008-12-101-3/+8
* MinGW tweak: Constructs such as:Peter Åstrand2008-12-099-17/+17
* 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: use __rfbmax/__rfbmin instead of max/min, just like mostPeter Åstrand2008-12-091-6/+7
* 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
* MinGW tweak: Use sizeof(PROPSHEETHEADER) instead ofPeter Åstrand2008-12-091-1/+1
* MinGW tweak: ISO C++ forbids declaration of `requestAddressChangeEvents' with...Peter Åstrand2008-12-091-1/+1
* MinGW tweak: Follow up on last patch: Define this baseClass static as well.Peter Åstrand2008-12-091-1/+1
* MinGW tweak. baseClass is defined in MsgWindow.cxx as well. Needs toPeter Åstrand2008-12-091-1/+1
* MinGW tweak: HexOutstream.h is really named HexOutStream.h. Peter Åstrand2008-12-091-1/+1
* MinGW tweak: Accctrl.h is really named accctrl.h. Peter Åstrand2008-12-091-1/+1
* MinGW tweak: ISO C++ forbids declaration of `abs' with no type Peter Åstrand2008-12-091-1/+1