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.15-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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Russian translation for gettext-extracted messages. This is rather a test com...
Constantin Kaplinsky
2006-04-13
1
-0
/
+188
*
Removed .cvsignore files useless for Subversion.
Constantin Kaplinsky
2006-04-13
21
-100
/
+0
*
Now rfb_win32::ScaledDIBSectionBuffer is an universal class which consist
george82
2006-04-05
2
-12
/
+89
*
Added the new property scaling to the rfb::ScaledPixelBuffer class.
george82
2006-04-05
1
-0
/
+3
*
Small code improvements.
george82
2006-04-05
2
-8
/
+13
*
Added the new method setSourceBuffer() to the rfb::ScaledPixelBuffer class.
george82
2006-04-05
2
-3
/
+14
*
Removed unnecessary methods from the rfb::ScaledPixelBuffer() class
george82
2006-04-05
2
-36
/
+0
*
Small code improvements.
george82
2006-04-05
2
-6
/
+8
*
Removed old files ToolBar.cxx and ToolBar.h from the rfblayer project.
george82
2006-04-05
2
-311
/
+0
*
Small ScaledDIBSectinBuffer class code improvements.
george82
2006-03-28
1
-2
/
+1
*
Override DIBSectionBuffer::recreateBuffer() in the ScaledDIBSectionBuffer
george82
2006-03-28
2
-1
/
+4
*
Added initial ScaledDIBSectionBuffer class implementation.
george82
2006-03-28
3
-0
/
+128
*
Removed scaled (destination) image buffer manipulation from
george82
2006-03-28
1
-3
/
+0
*
Small ScaledPixelBuffer class code improvements.
george82
2006-03-27
1
-5
/
+5
*
Calculate the changed pixel rect in the scaled image with
george82
2006-03-27
1
-11
/
+4
*
Added ScaledPixelBuffer::calculateScaleBoundary() in the rfb library.
george82
2006-03-27
2
-0
/
+15
*
Calling XShmDestroyReadDisplayBuf() on IrixOverlayShmImage cleanup.
Constantin Kaplinsky
2006-03-06
1
-1
/
+3
*
Fixed a problem of not using XReadDisplay extension for parts of
Constantin Kaplinsky
2006-03-06
1
-13
/
+12
*
Added a FIXME comment.
Constantin Kaplinsky
2006-03-02
1
-0
/
+2
*
Porting changes for LynxOS 2.3.
Constantin Kaplinsky
2006-03-02
14
-10
/
+181
*
Small ScaledPixelBuffer class improvements.
george82
2006-02-24
1
-7
/
+2
*
Major improvements in algoritms of CPU load balancing. This should
Constantin Kaplinsky
2006-02-17
3
-8
/
+52
*
Major improvement of the CPU load optimization implementation. The
Constantin Kaplinsky
2006-02-17
6
-246
/
+161
*
Tiny code cleanup.
Constantin Kaplinsky
2006-02-16
2
-4
/
+4
*
Improved the interface of the PollingScheduler class, added some
Constantin Kaplinsky
2006-02-16
3
-3
/
+13
*
New PollingScheduler class for calculating timeouts for select() and
Constantin Kaplinsky
2006-02-16
4
-22
/
+126
*
Forgot to include TimeMillis.cxx in the Makefile template.
Constantin Kaplinsky
2006-02-16
1
-1
/
+2
*
Corrected algorithm of adjusting polling intervals, to make sudden
Constantin Kaplinsky
2006-02-16
1
-10
/
+28
*
More precise computing of time to spend in select(). This fixes the
Constantin Kaplinsky
2006-02-16
1
-9
/
+24
*
Using new TimeMillis class instead of calls to gettimeofday() and
Constantin Kaplinsky
2006-02-16
7
-54
/
+142
*
Improvements in the debugging code for measuring performance.
Constantin Kaplinsky
2006-02-15
3
-19
/
+51
*
Small ScaledPixelBuffer class improvements.
george82
2006-02-12
2
-3
/
+9
*
Small ScaledPixelBuffer class improvements.
george82
2006-02-12
2
-19
/
+19
*
Small ScaledPixelBuffer class improvements.
george82
2006-02-12
2
-4
/
+4
*
Rename rfb::SlaledPixelBuffer::data to rfb::SlaledPixelBuffer::scaled_data.
george82
2006-02-12
2
-9
/
+10
*
Added the default constructor to the rfb::ScaledPixelBuffer class.
george82
2006-02-12
2
-2
/
+7
*
For the PollingCycle parameter, the default value has been changed
Constantin Kaplinsky
2006-02-10
1
-1
/
+1
*
Do not poll screen area near the pointer if the pointer did not move
Constantin Kaplinsky
2006-02-10
2
-3
/
+13
*
Marked temporary command-line parameters with the "DEBUG:" prefix, to
Constantin Kaplinsky
2006-02-10
1
-2
/
+2
*
Improved debugging version of the poll() method.
Constantin Kaplinsky
2006-02-10
1
-1
/
+2
*
Eliminated code duplication in polling implementations, added a few
Constantin Kaplinsky
2006-02-10
1
-21
/
+16
*
Polling screen area around current pointer position with higher
Constantin Kaplinsky
2006-02-08
5
-24
/
+278
*
Improved algorighm of detecting constantly-changed areas on the
Constantin Kaplinsky
2006-02-03
2
-0
/
+94
*
Code cleanups in PollingManager.
Constantin Kaplinsky
2006-02-01
2
-27
/
+41
*
Minor cleanup, unused code removed.
Constantin Kaplinsky
2006-02-01
1
-3
/
+0
*
A few FIXME comments.
Constantin Kaplinsky
2006-01-26
1
-1
/
+6
*
Cosmetic changes only.
Constantin Kaplinsky
2006-01-26
1
-2
/
+2
*
Generating browse information in the Debug configuration.
Constantin Kaplinsky
2006-01-26
8
-8
/
+8
*
Replaced pure virtual function with an empty function, to resolve compilation
Constantin Kaplinsky
2006-01-19
2
-1
/
+5
*
Replaced Windows-specific "DWORD" type with more appropriate "void*"
Constantin Kaplinsky
2006-01-13
3
-7
/
+7
[next]