| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | LastRect was documented incorrectly. | Constantin Kaplinsky | 2008-01-14 | 1 | -5/+2 |
* | Implemented calls to reportChanges() as conditional macros. This reduces the ... | Constantin Kaplinsky | 2008-01-10 | 1 | -13/+11 |
* | More debugging output can be enabled with the #define DEBUG_REPORT_CHANGED_TI... | Constantin Kaplinsky | 2008-01-10 | 2 | -0/+40 |
* | Checking neighbor pixels above and below changed tiles, as well as pixels at ... | Constantin Kaplinsky | 2008-01-09 | 1 | -4/+46 |
* | If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct final number of chang... | Constantin Kaplinsky | 2008-01-09 | 2 | -4/+7 |
* | Removed an extra empty line. | Constantin Kaplinsky | 2008-01-08 | 1 | -1/+0 |
* | Documented TightVNC-specific parameters properly. | Constantin Kaplinsky | 2008-01-08 | 1 | -17/+53 |
* | Made the manual page more readable, added clarifications, formatting fixes, c... | Constantin Kaplinsky | 2008-01-08 | 1 | -66/+77 |
* | Reordered parameter descriptions, as x0vncserver -h printed them in almost ra... | Constantin Kaplinsky | 2008-01-07 | 1 | -84/+84 |
* | Added new PARAMETERS section to the x0vncserver manual. The information was c... | Constantin Kaplinsky | 2008-01-07 | 1 | -1/+134 |
* | The man page for x0vncserver rewritten from the scratch. | Constantin Kaplinsky | 2008-01-07 | 1 | -24/+34 |
* | Polling algorithm was extended. Now, if it detected any changes, it will also... | Constantin Kaplinsky | 2007-12-28 | 2 | -1/+61 |
* | When compiled with defining DEBUG_PRINT_NUM_CHANGED_TILES, print the number o... | Constantin Kaplinsky | 2007-12-28 | 1 | -0/+8 |
* | Code refactoring and cleanups. Moved a part of handleVideo() back to pollScre... | Constantin Kaplinsky | 2007-12-28 | 2 | -27/+18 |
* | Maintaining additional one-pixel-width image for using in upcoming polling im... | Constantin Kaplinsky | 2007-12-28 | 2 | -6/+13 |
* | Minor code refactoring -- new flagVideoArea() function, minor naming and form... | Constantin Kaplinsky | 2007-12-28 | 2 | -13/+17 |
* | Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() m... | Constantin Kaplinsky | 2007-12-27 | 4 | -15/+42 |
* | Overriding the grabRegion function in XPixelBuffer. It will perform screen gr... | Constantin Kaplinsky | 2007-12-26 | 3 | -1/+32 |
* | Moved XPixelBuffer class into a separate file. | Constantin Kaplinsky | 2007-12-26 | 2 | -21/+52 |
* | Added a numner of FIXME comments, to identify some possible improvements. | Constantin Kaplinsky | 2007-12-25 | 1 | -0/+14 |
* | Implemented new "VideoPriority" parameter. It allows to increase the priority... | Constantin Kaplinsky | 2007-12-25 | 2 | -1/+26 |
* | Making sure that both height and width of the video area are always multiples... | Constantin Kaplinsky | 2007-12-25 | 1 | -1/+13 |
* | 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 | 8 | -4985/+8680 |
* | 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 |
* | Added throwing rfb::UnsupportedPixelFormatExceptions exception in ScaledDIBSe... | george82 | 2007-11-05 | 2 | -2/+3 |
* | 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 | 7 | -39/+3 |
* | Added the improvements of the ScaledPixelBuffer class - increased scaled imag... | george82 | 2007-11-05 | 4 | -20/+17 |
* | Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p... | george82 | 2007-11-04 | 3 | -36/+68 |
* | 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 |
* | Changes in mapping of JPEG quality levels. Minor code cleanups. | Constantin Kaplinsky | 2007-10-10 | 3 | -10/+14 |
* | In IRIX, if we could not find a matching DMIC converter, list all available c... | Constantin Kaplinsky | 2007-10-10 | 2 | -1/+43 |
* | Added support for new UseHardwareJPEG parameter ("Use hardware-accelerated JP... | Constantin Kaplinsky | 2007-10-10 | 2 | -3/+30 |
* | Removed two obsolete FIXME comments. | Constantin Kaplinsky | 2007-10-10 | 1 | -2/+0 |
* | Replaced printf(...) and fprintf(stderr, ...) with proper logging. | Constantin Kaplinsky | 2007-10-10 | 1 | -5/+8 |
* | Replaced fprintf(stderr, ...) with proper logging. | Constantin Kaplinsky | 2007-10-10 | 1 | -3/+4 |
* | Code cleanups, changes in variable names only. | Constantin Kaplinsky | 2007-10-09 | 1 | -24/+24 |
* | Code improvement -- the code from detectVideo() was split into two functions,... | Constantin Kaplinsky | 2007-10-09 | 2 | -45/+51 |
* | Optimized detectVideo() function. Now it does the most work only when needed,... | Constantin Kaplinsky | 2007-10-09 | 2 | -23/+39 |
* | Removed PollPointer parameter and the corresponding code. Polling the screen ... | Constantin Kaplinsky | 2007-10-09 | 2 | -180/+14 |
* | Removed unused m_changedFlags member variable. | Constantin Kaplinsky | 2007-10-09 | 2 | -4/+0 |
* | Removed old polling code, as well as PollingType parameter. | Constantin Kaplinsky | 2007-10-09 | 2 | -362/+8 |
* | Combined video detection stuff with new polling code. | Constantin Kaplinsky | 2007-10-08 | 2 | -1/+57 |
* | Fixed a problem with low performance in new polling code. | Constantin Kaplinsky | 2007-10-08 | 1 | -1/+5 |