aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LastRect pseudo-encoding documented.Constantin Kaplinsky2007-05-051-0/+26
* Now implemented manage the scale filters from the vncviewer options dialog.george822007-04-302-2/+3
* Temporary added constraint of scale filters.george822007-04-301-1/+6
* Added controls to manage the scale filters in the vncviewer options dialog.george822007-04-303-14/+50
* Added the new options parameter scaleFilter to CConnOptions class.george822007-04-302-1/+15
* And one more FIXME comment on continuous updates.Constantin Kaplinsky2007-04-131-0/+2
* Another FIXME comment in the specification for EndOfContinuousUpdates message.Constantin Kaplinsky2007-04-131-0/+2
* 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
* Two "FIXME" comments on EnableContinuousUpdates client message.Constantin Kaplinsky2007-04-021-0/+4
* Changed signatures for recently added protocol messages, EnableContinuousUpda...Constantin Kaplinsky2007-03-301-2/+2
* Introduced EnableContinuousUpdates client message and EndOfContinuousUpdates ...Constantin Kaplinsky2007-03-291-2/+120
* Added incomplete documentation on RFB protocol extensions (version as of 2006...Constantin Kaplinsky2007-03-291-0/+972
* 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-204-0/+25
* Before first use DesktopWindow::setSize() should set the toolbar status becausegeorge822007-03-201-0/+1
* Don't resize the maximized desktop window when vncviewer change the scalegeorge822007-03-201-1/+1
* Added the implementation of cursor handling in the scaling mode.george822007-03-192-3/+71
* Fixed the small defect with refreshing the toolbar buttons (now always enable...george822007-03-121-2/+2
* Auto scaling mode of the vncviewer make improved.george822007-03-125-8/+40
* Fixed the bug with wrong desktop window size of the george822007-03-101-1/+1
* Fixed the bug with crashing vncviewer when it works in the george822007-03-108-41/+48
* Now the min desktop window size limit to the toolbar size.george822007-01-271-4/+30
* Added DesktopWindow::resizeDesktopWindowToBuffer() method.george822007-01-272-4/+28
* Fixed the bug in ToolBar::getTotalWidth() method.george822007-01-271-3/+3
* Added ToolBar::getTotalWidth(). It returns the total sizegeorge822006-12-102-0/+10
* Reverted the changes appeared in revisions 2173,2181. We better always send t...Constantin Kaplinsky2006-12-081-12/+16
* Fixed unreasonably high CPU utilization in cases when new connection hasConstantin Kaplinsky2006-12-053-2/+12
* 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-034-24/+24
* Reporting build time in x0vncserver usage.Constantin Kaplinsky2006-12-011-1/+4
* Updated the comments.george822006-11-261-1/+1
* Added support all true color pixel format for scaling thegeorge822006-11-262-7/+8
* 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-203-54/+122
* 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