summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MinGW tweak: calculateScaleBoundary is not an inline method. If itPeter Åstrand2008-12-091-1/+6
* 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
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-096-2/+201
* [Layout] Added file RawDecoder.java and RawDecoder class.enikey2008-12-081-0/+5
* [Layout] Added folder "decoder" for new package "com.tightvnc.decoder".enikey2008-12-080-0/+0
* [Developement] Added auto scaling on resizing window (non applet mode), auto ...enikey2008-12-042-9/+65
* [Cleanup] Removed unneeded #includes from rdr/Exception.cxxAdam Tkac2008-12-031-3/+2
* [Portability] Use /**/ comments instead of // in C codeAdam Tkac2008-12-032-5/+2
* [Portability] Implemented snprintf() function to support old compilersAdam Tkac2008-12-035-2/+23
* [Portability] Reimplement vsnprintf to be C89 compatibleAdam Tkac2008-12-032-22/+64
* Fix -PasswordFile, which was causing asserts. Since we are providingPeter Åstrand2008-12-031-1/+2
* [Developement] Added "auto scaling" feature to Applet.enikey2008-12-032-5/+9
* [Developement] Added feature to change "Scaling factor" parameter from Option...enikey2008-12-031-13/+39
* [Developement] Added method setScalingFactor.enikey2008-12-031-0/+6
* Needs to include ../jpeg/win here as wellPeter Åstrand2008-12-021-3/+3
* This should be the final modification to restore a working VisualPeter Åstrand2008-12-022-2/+48
* jpeg.dsp is a text filePeter Åstrand2008-12-020-0/+0
* Removed Xregion.vcproj. As I understand it, this file was committed byPeter Åstrand2008-12-021-298/+0
* Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build. Peter Åstrand2008-12-021-0/+3
* We are using printf - stdio.h must be includedPeter Åstrand2008-12-021-0/+1
* Need to include jpeg directory; used by JpegCompressor.hPeter Åstrand2008-12-011-3/+3
* rfb.dsp is a text file, corrected mime type. Peter Åstrand2008-12-010-0/+0
* Corrected r3167; the file is called common-config.win.h, notPeter Åstrand2008-12-011-1/+1
* Project-Id-Version mustn't have initial default valuePeter Åstrand2008-11-301-3/+2
* [Bugfix] Fixed building with new libtool (2.2.6)Adam Tkac2008-11-201-10/+18
* [Cleanup] Removed unneeded else branch in TcpSocket constructorAdam Tkac2008-11-181-2/+0
* [Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related.Adam Tkac2008-11-181-0/+6
* [Development] Basic IPv6 support to viewer.Adam Tkac2008-11-142-34/+94
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-1410-11/+32
* [Refactoring] Introduced common/os/ directory for platform dependentAdam Tkac2008-11-147-46/+107
* Check where select() is defined during configure timeAdam Tkac2008-11-143-10/+15
* [Documentation] Included information from rfbproto.tex. LaTeX formatting is n...Constantin Kaplinsky2008-10-251-0/+0
* [Doc] Added "vncviewer host::port" syntax to vncviewer man pageAdam Tkac2008-10-231-0/+4
* [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to makeAdam Tkac2008-10-225-45/+36
* [Bugfix] Include man files and more jpeg libraries in tarballAdam Tkac2008-10-227-2/+14
* [Bugfix] Check return value from fbPictureInitAdam Tkac2008-10-171-1/+1
* xserver.patch update in r3021 was incompleteAdam Tkac2008-10-151-6/+19