| Commit message (Expand) | Author | Age | Files | Lines |
* | Define ~DirManager, to avoid GCC warning: | Peter Åstrand | 2008-12-10 | 1 | -0/+1 |
* | Make sure all files ends with newline | Peter Åstrand | 2008-12-10 | 1 | -1/+1 |
* | MinGW tweak: calculateScaleBoundary is not an inline method. If it | Peter Åstrand | 2008-12-09 | 1 | -1/+6 |
* | Basic support for building Windows vncviewer using MinGW. This patch | Peter Åstrand | 2008-12-09 | 1 | -2/+2 |
* | Needs to include ../jpeg/win here as well | Peter Åstrand | 2008-12-02 | 1 | -3/+3 |
* | Need to include jpeg directory; used by JpegCompressor.h | Peter Åstrand | 2008-12-01 | 1 | -3/+3 |
* | [Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related. | Adam Tkac | 2008-11-18 | 1 | -0/+6 |
* | [Refactoring] Improved rdr::Exception constructor. It now accepts variable | Adam Tkac | 2008-11-14 | 5 | -0/+6 |
* | [Refactoring] Introduced common/os/ directory for platform dependent | Adam Tkac | 2008-11-14 | 1 | -45/+1 |
* | [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to make | Adam Tkac | 2008-10-22 | 2 | -10/+9 |
* | [Cleanup] Fixed some compiler warnings | Adam Tkac | 2008-10-10 | 4 | -7/+14 |
* | [Bugfix] Fixed typo in rfb/util.cxx (caused in r2890) | Adam Tkac | 2008-10-08 | 1 | -1/+1 |
* | [Cleanup] Handle system dependent defines through autoheader & common-config.h | Adam Tkac | 2008-10-06 | 5 | -2/+17 |
* | [Cleanup] Detect and handle IRIX related enhancements in common/* directory only | Adam Tkac | 2008-10-06 | 1 | -0/+7 |
* | Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t... | Constantin Kaplinsky | 2008-09-28 | 2 | -88/+59 |
|\ |
|
| * | Add headers to Makefile.am-s to fix "make dist" command in common/* subtree | Adam Tkac | 2008-06-18 | 1 | -1/+27 |
| * | - add libz to librdr.la to avoid tight/system zlib checking in xserver configure | Adam Tkac | 2008-04-16 | 1 | -0/+2 |
| * | - generate Makefile.in from Makefile.am template | Adam Tkac | 2008-04-14 | 2 | -88/+31 |
| * | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 5 | -64/+89 |
| * | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 5 | -89/+64 |
* | | [Bugfix] Resetting video rectangle on last client disconnect. | Constantin Kaplinsky | 2008-09-05 | 1 | -0/+1 |
* | | [Enhancements, refactoring] Rationalized functions to control video | Constantin Kaplinsky | 2008-09-05 | 7 | -39/+52 |
* | | [Bugfix] If JpegCompressor could not compress the data, it did switch to Stan... | Constantin Kaplinsky | 2008-09-03 | 1 | -0/+1 |
* | | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe... | Constantin Kaplinsky | 2008-08-29 | 1 | -2/+13 |
* | | [Cleanup] Fixed a compilation warning by removing a very doubtful optimization. | Constantin Kaplinsky | 2008-08-21 | 1 | -6/+1 |
* | | [Bugfix] When pixel comparison to reduce unnecessary updates was performed, | Constantin Kaplinsky | 2008-08-21 | 1 | -1/+3 |
* | | VideoPriority parameter was set to 0 by default, now it defaults to 2. | Constantin Kaplinsky | 2008-08-21 | 1 | -1/+1 |
* | | VideoArea parameter is fully respected. The server treats the specified recta... | Constantin Kaplinsky | 2008-08-21 | 1 | -1/+4 |
* | | Passing VideoArea parameter to VNCServerST object. VNCServerST saves the | Constantin Kaplinsky | 2008-08-21 | 2 | -0/+7 |
* | | Handling VideoRectangleSelection protocol message (TightVNC extension). | Constantin Kaplinsky | 2008-06-14 | 7 | -2/+50 |
* | | Restored the functionality of the VideoPriority parameter. This time, it | Constantin Kaplinsky | 2008-06-13 | 6 | -1/+39 |
* | | Removed support for continuous updates, a TightVNC-specific RFB protocol | Constantin Kaplinsky | 2008-06-05 | 8 | -81/+0 |
* | | Improved error handling: if JpegCompressor could not compress the data, | Constantin Kaplinsky | 2008-06-05 | 1 | -1/+9 |
* | | Don't use one va_list variable twice in vsnprintf | Adam Tkac | 2008-06-03 | 1 | -3/+10 |
* | | Using proper logging in SMsgReader class. Reporting details on receiving Vide... | Constantin Kaplinsky | 2008-04-24 | 1 | -3/+10 |
* | | Support for VideoRectangleSelection client message in the server code. The me... | Constantin Kaplinsky | 2008-04-24 | 9 | -3/+55 |
|/ |
|
* | Added some missing #includes whose prevent build source with gcc 4.3 | Adam Tkac | 2008-03-19 | 1 | -0/+1 |
* | IrixDMJpegCompressor is now preferred to IrixCLJpegCompressor. Debugging beha... | Constantin Kaplinsky | 2007-12-20 | 2 | -29/+23 |
* | Functional version of IrixCLJpegCompressor. This commit includes modification... | Constantin Kaplinsky | 2007-12-19 | 3 | -16/+132 |
* | Added IrixCLJpegCompressor class which will support JPEG compression via the ... | Constantin Kaplinsky | 2007-12-13 | 2 | -0/+116 |
* | Do not use JPEG if not requested by the client. | Constantin Kaplinsky | 2007-12-07 | 1 | -2/+3 |
* | Changing JPEG compression levels did not have immediate effect. | Constantin Kaplinsky | 2007-12-07 | 1 | -0/+9 |
* | Various improvements in the IrixDMJpegCompressor class. Member functions have... | Constantin Kaplinsky | 2007-12-07 | 2 | -12/+12 |
* | Small code improvements - added check for scale buffer in ScaledPixelBuffer::... | george82 | 2007-11-05 | 1 | -1/+1 |
* | Removed the possibility to choose the scale filter in the options dialog of v... | george82 | 2007-11-05 | 1 | -2/+2 |
* | Added the improvements of the ScaledPixelBuffer class - increased scaled imag... | george82 | 2007-11-05 | 3 | -10/+16 |
* | Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p... | george82 | 2007-11-04 | 2 | -36/+67 |
* | Added implementation of the remote desktop scaling on basis of integer | george82 | 2007-10-28 | 3 | -17/+30 |
* | Fixed the small mistake - set the scale parameter in | george82 | 2007-10-28 | 1 | -2/+2 |
* | Using JpegEncoder for video only with proper pixel formats. | Constantin Kaplinsky | 2007-10-17 | 5 | -17/+48 |