summaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-091-0/+109
* We are using printf - stdio.h must be includedPeter Åstrand2008-12-021-0/+1
* Added throwing rfb::UnsupportedPixelFormatExceptions exception in ScaledDIBSe...george822007-11-051-1/+2
* Added the improvements of the ScaledPixelBuffer class - increased scaled imag...george822007-11-051-10/+1
* Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p...george822007-11-041-0/+1
* Auto scaling mode of the vncviewer make improved.george822007-03-122-1/+23
* Fixed the bug with crashing vncviewer when it works in the george822007-03-102-11/+10
* Fixed the bug in ToolBar::getTotalWidth() method.george822007-01-271-3/+3
* Added ToolBar::getTotalWidth(). It returns the total sizegeorge822006-12-102-0/+10
* Fixed the bug with very low quality of the remote desktopgeorge822006-12-031-4/+4
* Added support all true color pixel format for scaling thegeorge822006-11-261-1/+1
* Now ScaledPixelBuffer class using the weighting tabs for george822006-11-201-1/+16
* Timely added check for unsupported pixel format.george822006-09-231-1/+1