aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* Define ~DirManager, to avoid GCC warning:Peter Åstrand2008-12-101-0/+1
* Make sure all files ends with newlinePeter Åstrand2008-12-101-1/+1
* MinGW tweak: calculateScaleBoundary is not an inline method. If itPeter Åstrand2008-12-091-1/+6
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-091-2/+2
* Needs to include ../jpeg/win here as wellPeter Åstrand2008-12-021-3/+3
* Need to include jpeg directory; used by JpegCompressor.hPeter Åstrand2008-12-011-3/+3
* [Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related.Adam Tkac2008-11-181-0/+6
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-145-0/+6
* [Refactoring] Introduced common/os/ directory for platform dependentAdam Tkac2008-11-141-45/+1
* [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to makeAdam Tkac2008-10-222-10/+9
* [Cleanup] Fixed some compiler warningsAdam Tkac2008-10-104-7/+14
* [Bugfix] Fixed typo in rfb/util.cxx (caused in r2890)Adam Tkac2008-10-081-1/+1
* [Cleanup] Handle system dependent defines through autoheader & common-config.hAdam Tkac2008-10-065-2/+17
* [Cleanup] Detect and handle IRIX related enhancements in common/* directory onlyAdam Tkac2008-10-061-0/+7
* Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...Constantin Kaplinsky2008-09-282-88/+59
|\
| * Add headers to Makefile.am-s to fix "make dist" command in common/* subtreeAdam Tkac2008-06-181-1/+27
| * - add libz to librdr.la to avoid tight/system zlib checking in xserver configureAdam Tkac2008-04-161-0/+2
| * - generate Makefile.in from Makefile.am templateAdam Tkac2008-04-142-88/+31
| * After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-225-64/+89
| * - use Makefile.am and configure.acAdam Tkac2008-03-205-89/+64
* | [Bugfix] Resetting video rectangle on last client disconnect.Constantin Kaplinsky2008-09-051-0/+1
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-057-39/+52
* | [Bugfix] If JpegCompressor could not compress the data, it did switch to Stan...Constantin Kaplinsky2008-09-031-0/+1
* | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe...Constantin Kaplinsky2008-08-291-2/+13
* | [Cleanup] Fixed a compilation warning by removing a very doubtful optimization.Constantin Kaplinsky2008-08-211-6/+1
* | [Bugfix] When pixel comparison to reduce unnecessary updates was performed,Constantin Kaplinsky2008-08-211-1/+3
* | VideoPriority parameter was set to 0 by default, now it defaults to 2.Constantin Kaplinsky2008-08-211-1/+1
* | VideoArea parameter is fully respected. The server treats the specified recta...Constantin Kaplinsky2008-08-211-1/+4
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-212-0/+7
* | Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-147-2/+50
* | Restored the functionality of the VideoPriority parameter. This time, itConstantin Kaplinsky2008-06-136-1/+39
* | Removed support for continuous updates, a TightVNC-specific RFB protocolConstantin Kaplinsky2008-06-058-81/+0
* | Improved error handling: if JpegCompressor could not compress the data,Constantin Kaplinsky2008-06-051-1/+9
* | Don't use one va_list variable twice in vsnprintfAdam Tkac2008-06-031-3/+10
* | Using proper logging in SMsgReader class. Reporting details on receiving Vide...Constantin Kaplinsky2008-04-241-3/+10
* | Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-249-3/+55
|/
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-191-0/+1
* IrixDMJpegCompressor is now preferred to IrixCLJpegCompressor. Debugging beha...Constantin Kaplinsky2007-12-202-29/+23
* Functional version of IrixCLJpegCompressor. This commit includes modification...Constantin Kaplinsky2007-12-193-16/+132
* Added IrixCLJpegCompressor class which will support JPEG compression via the ...Constantin Kaplinsky2007-12-132-0/+116
* Do not use JPEG if not requested by the client.Constantin Kaplinsky2007-12-071-2/+3
* Changing JPEG compression levels did not have immediate effect.Constantin Kaplinsky2007-12-071-0/+9
* Various improvements in the IrixDMJpegCompressor class. Member functions have...Constantin Kaplinsky2007-12-072-12/+12
* Small code improvements - added check for scale buffer in ScaledPixelBuffer::...george822007-11-051-1/+1
* Removed the possibility to choose the scale filter in the options dialog of v...george822007-11-051-2/+2
* Added the improvements of the ScaledPixelBuffer class - increased scaled imag...george822007-11-053-10/+16
* Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p...george822007-11-042-36/+67
* Added implementation of the remote desktop scaling on basis of integergeorge822007-10-283-17/+30
* Fixed the small mistake - set the scale parameter ingeorge822007-10-281-2/+2
* Using JpegEncoder for video only with proper pixel formats.Constantin Kaplinsky2007-10-175-17/+48