aboutsummaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Expand)AuthorAgeFilesLines
* Include Tight Encoder files. Makes the rfb library build on Windows again.Peter Åstrand2005-02-211-0/+13
* Removed stale comment.Peter Åstrand2005-02-211-1/+1
* Added support for terminating inactive/active/disconnected sessions. This is ...Peter Åstrand2005-02-215-1/+106
* Server-side support for the XCursor encodingPeter Åstrand2005-02-167-9/+66
* Corrected spelling error in comment.Peter Åstrand2005-02-151-1/+1
* Applied vnc-idle.patch from FC3, plus documentation.Peter Åstrand2005-02-141-1/+1
* Compute the number of rectangles as required by Tight.Peter Åstrand2005-02-101-1/+12
* Uncommented getNumRects.Peter Åstrand2005-02-102-22/+22
* Tight encoding support, except for rfb/SMsgWriterV3.cxxPeter Åstrand2005-02-1010-0/+1037
* Updated copyright yearPeter Åstrand2005-02-053-3/+3
* We cannot include rfb/util.h here, since that causes an error when building u...Peter Åstrand2005-01-171-1/+6
* Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the systemPeter Åstrand2005-01-131-1/+1
* min and max changed to vncmin and vncmax. This solves many problems: Some pla...Peter Åstrand2005-01-137-42/+28
* Bugfix for Configuration system: When using alias parameters, the immutable f...Peter Åstrand2005-01-032-5/+14
* AutoSelect if default only if not using PreferredEncoding or FullColor.Peter Åstrand2005-01-032-1/+16
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-302-4/+4
* Tightified sources:Peter Åstrand2004-12-301-1/+1
* Lowest JPEG quality should be 1.Peter Åstrand2004-12-291-1/+1
* Added options CompressLevel and CustomCompressLevelPeter Åstrand2004-12-294-10/+23
* Added new parameter NoJPEG, hooked up with GUIPeter Åstrand2004-12-282-2/+4
* ZlibInStream must be reset after use, or we will end up withPeter Åstrand2004-12-201-1/+6
* Support for gradient filter with 24 bpp.Peter Åstrand2004-12-131-3/+70
* Jpeg decompressor now supports 24/32 bpp.Peter Åstrand2004-12-131-6/+3
* 24 bpp "cutZeros" support for copy filter.Peter Åstrand2004-12-131-5/+14
* Fill compression type and palette reading now supports 24 bppPeter Åstrand2004-12-121-5/+28
* colour -> colorPeter Åstrand2004-12-121-8/+15
* Added RGB24_TO_PIXEL32 macro.Peter Åstrand2004-12-121-0/+5
* Implemented client side gradient filter. Only tested with 16 bpp, though.Peter Åstrand2004-12-092-5/+74
* Added our copyright notice.Peter Åstrand2004-12-072-0/+2
* Added Tight decoder to rfb project.Peter Åstrand2004-12-071-0/+13
* jpeglib.h should be included via extern "C".Peter Åstrand2004-12-071-0/+2
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-625/+625
* Added command line option -QualityLevelPeter Åstrand2004-12-071-2/+3
* JPEG decompression supportPeter Åstrand2004-12-073-3/+157
* Using C++ style comments.Peter Åstrand2004-11-171-2/+2
* Using constants defined in TightDecoder.h, instead of hardcoded valuesPeter Åstrand2004-11-172-7/+18
* Flushing zlib streams if we are told by the server to do so.Peter Åstrand2004-11-171-16/+2
* Added basic almost-functional Tight support, from tightrealvnc project. Decod...Peter Åstrand2004-11-1611-1/+312
* Added .cvsignore entries for building under Win32.Constantin Kaplinsky2004-10-081-0/+4
* Added .cvsignore files.Constantin Kaplinsky2004-10-081-0/+1
* Initial revisionConstantin Kaplinsky2004-10-08130-0/+16468