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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rfb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed FTMsgReader::readFileDownloadData() method.
Dennis Syrovatsky
2005-12-14
6
-3
/
+25
*
The code which realizes functionality " Control of selected clients "
Oleg Sheikin
2005-12-09
5
-4
/
+55
*
The code which realizes full functionality ListView Control
Oleg Sheikin
2005-12-07
5
-35
/
+47
*
Added ScaledPixelBuffer class implementation to the rfb library. The ScaledPi...
george82
2005-12-03
3
-0
/
+231
*
Changed flags for reading from "r" to "rb", for writing from "w" to "wb"
Dennis Syrovatsky
2005-11-30
5
-11
/
+15
*
Small code improvements in the file managing classes.
Dennis Syrovatsky
2005-11-28
6
-8
/
+8
*
Added window messages to FTDialog
Dennis Syrovatsky
2005-11-28
1
-105
/
+101
*
Big code evolution for file transfer feature.
Dennis Syrovatsky
2005-11-28
3
-4
/
+39
*
The description of structure ListConnInfo has been added in library rfb.
Oleg Sheikin
2005-11-22
6
-0
/
+127
*
Added methods for processing file transfer message FileListData.
Dennis Syrovatsky
2005-11-21
2
-0
/
+4
*
Major code evolution.
Dennis Syrovatsky
2005-11-10
1
-0
/
+7
*
Methods of the DirManager class were explicitly declared as abstract. Besides
Constantin Kaplinsky
2005-11-03
1
-4
/
+4
*
Added FTListView class.
Dennis Syrovatsky
2005-11-02
1
-5
/
+2
*
Added messages to protocol for support file transfers.
Dennis Syrovatsky
2005-10-26
1
-0
/
+18
*
Added routines for deleteDir method in FolderManager class.
Dennis Syrovatsky
2005-10-19
2
-3
/
+3
*
Small code improvements.
Dennis Syrovatsky
2005-10-19
2
-5
/
+1
*
Added virtual class DirManager.
Dennis Syrovatsky
2005-10-19
2
-0
/
+51
*
Added new files to the rfb project.
Constantin Kaplinsky
2005-10-18
1
-0
/
+5
*
Added end of lines at end of files.
Constantin Kaplinsky
2005-10-18
4
-4
/
+4
*
Got rid of calls to stricmp() function which is Windows-specific.
Constantin Kaplinsky
2005-10-18
1
-2
/
+6
*
Added class TransferQueue.
Dennis Syrovatsky
2005-10-18
4
-0
/
+386
*
Added FileInfo class. This class was moved from TightVNC.1.3.
Dennis Syrovatsky
2005-10-18
2
-0
/
+294
*
Small code improvements.
Dennis Syrovatsky
2005-10-18
8
-42
/
+103
*
Now files for file management routines added to the project.
Dennis Syrovatsky
2005-10-17
1
-0
/
+24
*
Added file management routines. Added classes for open, read and write.
Dennis Syrovatsky
2005-10-17
7
-0
/
+286
*
Tight encoder's configuration tuning.
Constantin Kaplinsky
2005-09-28
2
-13
/
+13
*
Implemented support for changing zlib compression levels from the
Constantin Kaplinsky
2005-09-28
1
-0
/
+1
*
Merged the rdr library with VNC 4.1.1.
Constantin Kaplinsky
2005-09-28
1
-9
/
+9
*
Improved configuration of the Tight encoder.
Constantin Kaplinsky
2005-09-28
2
-12
/
+10
*
Fixed a bug with wrong encoding number for
Constantin Kaplinsky
2005-09-27
1
-1
/
+1
*
Removed the code that prevented colorful rectangles from being encoded
Constantin Kaplinsky
2005-09-27
1
-29
/
+0
*
Set the ImprovedHextile parameter to true by default, as new Hextile
Constantin Kaplinsky
2005-09-27
1
-3
/
+7
*
Removed unused argument of a function.
Constantin Kaplinsky
2005-09-22
3
-4
/
+4
*
Optimized the code that analyzes the tile contents.
Constantin Kaplinsky
2005-09-22
1
-53
/
+53
*
Added new files to the project.
Constantin Kaplinsky
2005-09-22
1
-26
/
+38
*
Limiting maximum number of palette colors in the Hextile encoder. On
Constantin Kaplinsky
2005-09-22
1
-1
/
+1
*
Using new TightPalette helper class instead of std::map, in Hextile
Constantin Kaplinsky
2005-09-22
4
-41
/
+272
*
Updated buffer size in ZRLE encoder, fix copied from VNC 4.1.1.
Constantin Kaplinsky
2005-09-21
1
-3
/
+3
*
Code improvements in new Hextile encoder.
Constantin Kaplinsky
2005-09-16
1
-40
/
+75
*
Changes in comments only -- C-style comments have been replaced with
Constantin Kaplinsky
2005-09-16
1
-23
/
+22
*
Code optimizations in the old version of the Hextile encoder. The
Constantin Kaplinsky
2005-09-14
1
-42
/
+24
*
Added boolean parameter "ImprovedHextile" which allows to use new
Constantin Kaplinsky
2005-09-09
2
-5
/
+30
*
Code improvements in the HextileSubrectsTable classes implementation.
Constantin Kaplinsky
2005-09-09
1
-27
/
+23
*
Another optimization in new Hextile encoder. Reorganized code to
Constantin Kaplinsky
2005-09-09
1
-20
/
+32
*
Minor optimization in new Hextile encoder. Values in m_counts map were
Constantin Kaplinsky
2005-09-09
1
-2
/
+2
*
Added completely rewritten implementation of the Hextile encoder. It
Constantin Kaplinsky
2005-09-09
1
-0
/
+317
*
Fixed a bug with sending colors for zero-size cursors, in XCursor
Constantin Kaplinsky
2005-09-09
1
-8
/
+10
*
Fixed a bug in the Hextile encoder. This bug made the encoder produce
Constantin Kaplinsky
2005-08-29
1
-1
/
+1
*
Modifications for DETECT_SMOOTH_IMAGE:
Peter Åstrand
2005-08-10
1
-0
/
+29
*
Include Tight Encoder files. Makes the rfb library build on Windows again.
Peter Åstrand
2005-02-21
1
-0
/
+13
[next]