aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* A fix to handle line endings properly.Constantin Kaplinsky2007-04-112-203/+203
* Eliminated gcc compilation warning.Constantin Kaplinsky2007-04-111-1/+1
* Replaced call to Win32-specific stricmp() function with strcasecmp().Constantin Kaplinsky2007-04-111-1/+5
* Initial implementation of continuous updates in the server code. This code do...Constantin Kaplinsky2007-04-059-2/+121
* Added ScaleFilters::getFilterIdByName() method and defaultScaleFilter parameter.george822007-03-272-0/+10
* Added the routines for manipulation the scale filter method. It allow change thegeorge822007-03-202-0/+17
* Fixed the bug with crashing vncviewer when it works in the george822007-03-104-22/+29
* Reverted the changes appeared in revisions 2173,2181. We better always send t...Constantin Kaplinsky2006-12-081-12/+16
* Corrected support for TightVNC extensions - always sending authentication cap...Constantin Kaplinsky2006-12-051-17/+12
* Reordered initializers in ScaledPixelBuffer constructors to eliminate compila...Constantin Kaplinsky2006-12-051-5/+5
* Updated make file for building under *nix.Constantin Kaplinsky2006-12-051-0/+2
* Improved the performance of the remote desktop scaling.george822006-12-041-5/+12
* Fixed the bug with wrong weight table for y coords.george822006-12-041-1/+1
* A FIXME comment: TightVNC extensions support is not finished yet.Constantin Kaplinsky2006-12-041-0/+3
* Set the default scaled filter to bicubic.george822006-12-031-2/+2
* Set the default scaled filter to bilinear.george822006-12-031-2/+2
* Modified ScaledPixelBuffer::calculateScaleBoundary() ingeorge822006-12-031-7/+10
* Fixed the bug with very low quality of the remote desktopgeorge822006-12-033-20/+20
* Updated the comments.george822006-11-261-1/+1
* Added support all true color pixel format for scaling thegeorge822006-11-261-6/+7
* Improved the performance of the scaling algorithm toogeorge822006-11-231-24/+28
* Removed the unnecessary variables.george822006-11-201-1/+1
* Now ScaledPixelBuffer class using the weighting tabs for george822006-11-202-53/+106
* Fixed the small bugs with the makeWeightTabs function.george822006-11-202-7/+8
* Fixed the checking for the scale filter index.george822006-11-201-1/+1
* Added the new method makeWeightTabs to the ScaleFiltersgeorge822006-11-142-1/+28
* Moved ScaleFilters class methods and 1-d filter functionsgeorge822006-10-293-58/+95
* Small code improvements.george822006-10-281-2/+4
* Added some comments.george822006-10-281-3/+13
* Added SFilterWeightTab struct.george822006-10-271-0/+7
* Added ScaleFilters class implementation to thegeorge822006-10-271-3/+30
* Added definitions of the 1-D filters and routines usinggeorge822006-10-262-0/+83
* Small ScaledPixelBuffer class improvements.george822006-09-162-2/+2
* Removed unused variables, added comments. This fixes compilationConstantin Kaplinsky2006-09-131-4/+4
* Updated Makefile.in to include CapsList.cxx compilation.Constantin Kaplinsky2006-09-131-0/+1
* Finished support for TightVNC protocol extensions in the server code. Now "no...Constantin Kaplinsky2006-09-122-14/+32
* Rationalized FIXME comments, changed code layout in switch blocks.Constantin Kaplinsky2006-09-121-36/+20
* Improved code to advertise supported encoding types via protocol capabilities...Constantin Kaplinsky2006-09-121-6/+30
* Tiny cleanup in a comment.Constantin Kaplinsky2006-09-121-1/+1
* Documented the CapsList class.Constantin Kaplinsky2006-09-122-6/+18
* Documentation on CapsContainer class has been extended and moved from .cxx to...Constantin Kaplinsky2006-09-122-50/+57
* Fixed the mistake int ScaledPixelBuffer::getScale().george822006-09-111-1/+1
* Eliminated some compilation warnings.Constantin Kaplinsky2006-09-081-4/+4
* Implemented support for TightVNC protocol extensions in the server code. This...Constantin Kaplinsky2006-09-089-2/+307
* Minor refactoring to prepare the source for handling TightVNC protocol extens...Constantin Kaplinsky2006-09-062-0/+6
* Init scaled_width and scaled_width by zerogeorge822006-08-171-2/+3
* ScaledPixelBuffer class code improvements. Remove scalegeorge822006-07-292-9/+9
* Added ScaledPixelBuffer::getSrcWidth() andgeorge822006-07-231-0/+2
* Minor code cleanup.Constantin Kaplinsky2006-06-041-3/+1
* A few tabs converted to spaces.Constantin Kaplinsky2006-06-031-1/+1