aboutsummaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Collapse)AuthorAgeFilesLines
* Include Tight Encoder files. Makes the rfb library build on Windows again.Peter Åstrand2005-02-211-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@206 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed stale comment.Peter Åstrand2005-02-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@204 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added support for terminating inactive/active/disconnected sessions. This is ↵Peter Åstrand2005-02-215-1/+106
| | | | | | a port of the SF patch 1025108. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@203 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Server-side support for the XCursor encodingPeter Åstrand2005-02-167-9/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@188 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Corrected spelling error in comment.Peter Åstrand2005-02-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@187 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Applied vnc-idle.patch from FC3, plus documentation.Peter Åstrand2005-02-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@181 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Compute the number of rectangles as required by Tight.Peter Åstrand2005-02-101-1/+12
| | | | | | | The encoder actually seems to work now. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@166 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Uncommented getNumRects.Peter Åstrand2005-02-102-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@165 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Tight encoding support, except for rfb/SMsgWriterV3.cxxPeter Åstrand2005-02-1010-0/+1037
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@164 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated copyright yearPeter Åstrand2005-02-053-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@143 3789f03b-4d11-0410-bbf8-ca57d06f2519
* We cannot include rfb/util.h here, since that causes an error when building ↵Peter Åstrand2005-01-171-1/+6
| | | | | | | | | under Windows ('INT32' : redefinition; different basic types). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@101 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the systemPeter Åstrand2005-01-131-1/+1
| | | | | | | zlib and jpeg headers are used, regardless of the configure switches. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@97 3789f03b-4d11-0410-bbf8-ca57d06f2519
* min and max changed to vncmin and vncmax. This solves many problems: Some ↵Peter Åstrand2005-01-137-42/+28
| | | | | | platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@96 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bugfix for Configuration system: When using alias parameters, the immutable ↵Peter Åstrand2005-01-032-5/+14
| | | | | | flag in the real parameter instance should be set. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@81 3789f03b-4d11-0410-bbf8-ca57d06f2519
* AutoSelect if default only if not using PreferredEncoding or FullColor.Peter Åstrand2005-01-032-1/+16
| | | | | | | | | | | | | | CustomCompressLevel is default if CompressLevel is specified. This gives backwards compatibility with the old vncviewer, but at the same time making it possible to fully specify the internal state of the viewer wrt AutoSelect, CustomCompressLevel and CompressLevel. For example, it's now possible to start the client with CompressLevel=4 specified, but with CustomCompressLevel=0 (thus the option grayed-out). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@79 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-302-4/+4
| | | | | | | Also, the Windows viewer now accepts arguments with both spellings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Tightified sources:Peter Åstrand2004-12-301-1/+1
| | | | | | | | | | | | | | | * Changed description in README files. * Added our copyright. * The HTTP server presents itself as TightVNC, rather than RealVNC. * Using registry path Software\TightVNC\WinVNC4 * Updated descriptions in resource files. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@67 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Lowest JPEG quality should be 1.Peter Åstrand2004-12-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@61 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added options CompressLevel and CustomCompressLevelPeter Åstrand2004-12-294-10/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@58 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new parameter NoJPEG, hooked up with GUIPeter Åstrand2004-12-282-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@57 3789f03b-4d11-0410-bbf8-ca57d06f2519
* ZlibInStream must be reset after use, or we will end up withPeter Åstrand2004-12-201-1/+6
| | | | | | | | | "Rectangle too big" crashes sooner or later. (A good testcase is to run "/usr/X11R6/lib/xscreensaver/attraction -mode splines" over a slow connection.) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@48 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Support for gradient filter with 24 bpp.Peter Åstrand2004-12-131-3/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@43 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Jpeg decompressor now supports 24/32 bpp.Peter Åstrand2004-12-131-6/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@42 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 24 bpp "cutZeros" support for copy filter.Peter Åstrand2004-12-131-5/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@41 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fill compression type and palette reading now supports 24 bppPeter Åstrand2004-12-121-5/+28
| | | | | | | "cutZero" pixel format. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@40 3789f03b-4d11-0410-bbf8-ca57d06f2519
* colour -> colorPeter Åstrand2004-12-121-8/+15
| | | | | | | Always using new scope after for/if/else. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@39 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RGB24_TO_PIXEL32 macro.Peter Åstrand2004-12-121-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@38 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented client side gradient filter. Only tested with 16 bpp, though.Peter Åstrand2004-12-092-5/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@35 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added our copyright notice.Peter Åstrand2004-12-072-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@30 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added Tight decoder to rfb project.Peter Åstrand2004-12-071-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@29 3789f03b-4d11-0410-bbf8-ca57d06f2519
* jpeglib.h should be included via extern "C".Peter Åstrand2004-12-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@28 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-625/+625
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@25 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added command line option -QualityLevelPeter Åstrand2004-12-071-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@21 3789f03b-4d11-0410-bbf8-ca57d06f2519
* JPEG decompression supportPeter Åstrand2004-12-073-3/+157
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@20 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Using C++ style comments.Peter Åstrand2004-11-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@17 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Using constants defined in TightDecoder.h, instead of hardcoded valuesPeter Åstrand2004-11-172-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@16 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Flushing zlib streams if we are told by the server to do so.Peter Åstrand2004-11-171-16/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@15 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added basic almost-functional Tight support, from tightrealvnc project. ↵Peter Åstrand2004-11-1611-1/+312
| | | | | | Decoder only. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@14 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignore entries for building under Win32.Constantin Kaplinsky2004-10-081-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignore files.Constantin Kaplinsky2004-10-081-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial revisionConstantin Kaplinsky2004-10-08130-0/+16468
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519