index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
LastRect pseudo-encoding documented.
Constantin Kaplinsky
2007-05-05
1
-0
/
+26
*
Now implemented manage the scale filters from the vncviewer options dialog.
george82
2007-04-30
2
-2
/
+3
*
Temporary added constraint of scale filters.
george82
2007-04-30
1
-1
/
+6
*
Added controls to manage the scale filters in the vncviewer options dialog.
george82
2007-04-30
3
-14
/
+50
*
Added the new options parameter scaleFilter to CConnOptions class.
george82
2007-04-30
2
-1
/
+15
*
And one more FIXME comment on continuous updates.
Constantin Kaplinsky
2007-04-13
1
-0
/
+2
*
Another FIXME comment in the specification for EndOfContinuousUpdates message.
Constantin Kaplinsky
2007-04-13
1
-0
/
+2
*
A fix to handle line endings properly.
Constantin Kaplinsky
2007-04-11
2
-203
/
+203
*
Eliminated gcc compilation warning.
Constantin Kaplinsky
2007-04-11
1
-1
/
+1
*
Replaced call to Win32-specific stricmp() function with strcasecmp().
Constantin Kaplinsky
2007-04-11
1
-1
/
+5
*
Initial implementation of continuous updates in the server code. This code do...
Constantin Kaplinsky
2007-04-05
9
-2
/
+121
*
Two "FIXME" comments on EnableContinuousUpdates client message.
Constantin Kaplinsky
2007-04-02
1
-0
/
+4
*
Changed signatures for recently added protocol messages, EnableContinuousUpda...
Constantin Kaplinsky
2007-03-30
1
-2
/
+2
*
Introduced EnableContinuousUpdates client message and EndOfContinuousUpdates ...
Constantin Kaplinsky
2007-03-29
1
-2
/
+120
*
Added incomplete documentation on RFB protocol extensions (version as of 2006...
Constantin Kaplinsky
2007-03-29
1
-0
/
+972
*
Added ScaleFilters::getFilterIdByName() method and defaultScaleFilter parameter.
george82
2007-03-27
2
-0
/
+10
*
Added the routines for manipulation the scale filter method. It allow change the
george82
2007-03-20
4
-0
/
+25
*
Before first use DesktopWindow::setSize() should set the toolbar status because
george82
2007-03-20
1
-0
/
+1
*
Don't resize the maximized desktop window when vncviewer change the scale
george82
2007-03-20
1
-1
/
+1
*
Added the implementation of cursor handling in the scaling mode.
george82
2007-03-19
2
-3
/
+71
*
Fixed the small defect with refreshing the toolbar buttons (now always enable...
george82
2007-03-12
1
-2
/
+2
*
Auto scaling mode of the vncviewer make improved.
george82
2007-03-12
5
-8
/
+40
*
Fixed the bug with wrong desktop window size of the
george82
2007-03-10
1
-1
/
+1
*
Fixed the bug with crashing vncviewer when it works in the
george82
2007-03-10
8
-41
/
+48
*
Now the min desktop window size limit to the toolbar size.
george82
2007-01-27
1
-4
/
+30
*
Added DesktopWindow::resizeDesktopWindowToBuffer() method.
george82
2007-01-27
2
-4
/
+28
*
Fixed the bug in ToolBar::getTotalWidth() method.
george82
2007-01-27
1
-3
/
+3
*
Added ToolBar::getTotalWidth(). It returns the total size
george82
2006-12-10
2
-0
/
+10
*
Reverted the changes appeared in revisions 2173,2181. We better always send t...
Constantin Kaplinsky
2006-12-08
1
-12
/
+16
*
Fixed unreasonably high CPU utilization in cases when new connection has
Constantin Kaplinsky
2006-12-05
3
-2
/
+12
*
Corrected support for TightVNC extensions - always sending authentication cap...
Constantin Kaplinsky
2006-12-05
1
-17
/
+12
*
Reordered initializers in ScaledPixelBuffer constructors to eliminate compila...
Constantin Kaplinsky
2006-12-05
1
-5
/
+5
*
Updated make file for building under *nix.
Constantin Kaplinsky
2006-12-05
1
-0
/
+2
*
Improved the performance of the remote desktop scaling.
george82
2006-12-04
1
-5
/
+12
*
Fixed the bug with wrong weight table for y coords.
george82
2006-12-04
1
-1
/
+1
*
A FIXME comment: TightVNC extensions support is not finished yet.
Constantin Kaplinsky
2006-12-04
1
-0
/
+3
*
Set the default scaled filter to bicubic.
george82
2006-12-03
1
-2
/
+2
*
Set the default scaled filter to bilinear.
george82
2006-12-03
1
-2
/
+2
*
Modified ScaledPixelBuffer::calculateScaleBoundary() in
george82
2006-12-03
1
-7
/
+10
*
Fixed the bug with very low quality of the remote desktop
george82
2006-12-03
4
-24
/
+24
*
Reporting build time in x0vncserver usage.
Constantin Kaplinsky
2006-12-01
1
-1
/
+4
*
Updated the comments.
george82
2006-11-26
1
-1
/
+1
*
Added support all true color pixel format for scaling the
george82
2006-11-26
2
-7
/
+8
*
Improved the performance of the scaling algorithm too
george82
2006-11-23
1
-24
/
+28
*
Removed the unnecessary variables.
george82
2006-11-20
1
-1
/
+1
*
Now ScaledPixelBuffer class using the weighting tabs for
george82
2006-11-20
3
-54
/
+122
*
Fixed the small bugs with the makeWeightTabs function.
george82
2006-11-20
2
-7
/
+8
*
Fixed the checking for the scale filter index.
george82
2006-11-20
1
-1
/
+1
*
Added the new method makeWeightTabs to the ScaleFilters
george82
2006-11-14
2
-1
/
+28
*
Moved ScaleFilters class methods and 1-d filter functions
george82
2006-10-29
3
-58
/
+95
[next]