aboutsummaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Expand)AuthorAgeFilesLines
* Changed FTMsgReader::readFileDownloadData() method.Dennis Syrovatsky2005-12-146-3/+25
* The code which realizes functionality " Control of selected clients "Oleg Sheikin2005-12-095-4/+55
* The code which realizes full functionality ListView ControlOleg Sheikin2005-12-075-35/+47
* Added ScaledPixelBuffer class implementation to the rfb library. The ScaledPi...george822005-12-033-0/+231
* Changed flags for reading from "r" to "rb", for writing from "w" to "wb"Dennis Syrovatsky2005-11-305-11/+15
* Small code improvements in the file managing classes.Dennis Syrovatsky2005-11-286-8/+8
* Added window messages to FTDialogDennis Syrovatsky2005-11-281-105/+101
* Big code evolution for file transfer feature.Dennis Syrovatsky2005-11-283-4/+39
* The description of structure ListConnInfo has been added in library rfb.Oleg Sheikin2005-11-226-0/+127
* Added methods for processing file transfer message FileListData.Dennis Syrovatsky2005-11-212-0/+4
* Major code evolution.Dennis Syrovatsky2005-11-101-0/+7
* Methods of the DirManager class were explicitly declared as abstract. BesidesConstantin Kaplinsky2005-11-031-4/+4
* Added FTListView class.Dennis Syrovatsky2005-11-021-5/+2
* Added messages to protocol for support file transfers.Dennis Syrovatsky2005-10-261-0/+18
* Added routines for deleteDir method in FolderManager class.Dennis Syrovatsky2005-10-192-3/+3
* Small code improvements.Dennis Syrovatsky2005-10-192-5/+1
* Added virtual class DirManager.Dennis Syrovatsky2005-10-192-0/+51
* Added new files to the rfb project.Constantin Kaplinsky2005-10-181-0/+5
* Added end of lines at end of files.Constantin Kaplinsky2005-10-184-4/+4
* Got rid of calls to stricmp() function which is Windows-specific.Constantin Kaplinsky2005-10-181-2/+6
* Added class TransferQueue.Dennis Syrovatsky2005-10-184-0/+386
* Added FileInfo class. This class was moved from TightVNC.1.3.Dennis Syrovatsky2005-10-182-0/+294
* Small code improvements.Dennis Syrovatsky2005-10-188-42/+103
* Now files for file management routines added to the project.Dennis Syrovatsky2005-10-171-0/+24
* Added file management routines. Added classes for open, read and write.Dennis Syrovatsky2005-10-177-0/+286
* Tight encoder's configuration tuning.Constantin Kaplinsky2005-09-282-13/+13
* Implemented support for changing zlib compression levels from theConstantin Kaplinsky2005-09-281-0/+1
* Merged the rdr library with VNC 4.1.1.Constantin Kaplinsky2005-09-281-9/+9
* Improved configuration of the Tight encoder.Constantin Kaplinsky2005-09-282-12/+10
* Fixed a bug with wrong encoding number forConstantin Kaplinsky2005-09-271-1/+1
* Removed the code that prevented colorful rectangles from being encodedConstantin Kaplinsky2005-09-271-29/+0
* Set the ImprovedHextile parameter to true by default, as new HextileConstantin Kaplinsky2005-09-271-3/+7
* Removed unused argument of a function.Constantin Kaplinsky2005-09-223-4/+4
* Optimized the code that analyzes the tile contents.Constantin Kaplinsky2005-09-221-53/+53
* Added new files to the project.Constantin Kaplinsky2005-09-221-26/+38
* Limiting maximum number of palette colors in the Hextile encoder. OnConstantin Kaplinsky2005-09-221-1/+1
* Using new TightPalette helper class instead of std::map, in HextileConstantin Kaplinsky2005-09-224-41/+272
* Updated buffer size in ZRLE encoder, fix copied from VNC 4.1.1.Constantin Kaplinsky2005-09-211-3/+3
* Code improvements in new Hextile encoder.Constantin Kaplinsky2005-09-161-40/+75
* Changes in comments only -- C-style comments have been replaced withConstantin Kaplinsky2005-09-161-23/+22
* Code optimizations in the old version of the Hextile encoder. TheConstantin Kaplinsky2005-09-141-42/+24
* Added boolean parameter "ImprovedHextile" which allows to use newConstantin Kaplinsky2005-09-092-5/+30
* Code improvements in the HextileSubrectsTable classes implementation.Constantin Kaplinsky2005-09-091-27/+23
* Another optimization in new Hextile encoder. Reorganized code toConstantin Kaplinsky2005-09-091-20/+32
* Minor optimization in new Hextile encoder. Values in m_counts map wereConstantin Kaplinsky2005-09-091-2/+2
* Added completely rewritten implementation of the Hextile encoder. ItConstantin Kaplinsky2005-09-091-0/+317
* Fixed a bug with sending colors for zero-size cursors, in XCursorConstantin Kaplinsky2005-09-091-8/+10
* Fixed a bug in the Hextile encoder. This bug made the encoder produceConstantin Kaplinsky2005-08-291-1/+1
* Modifications for DETECT_SMOOTH_IMAGE:Peter Åstrand2005-08-101-0/+29
* Include Tight Encoder files. Makes the rfb library build on Windows again.Peter Åstrand2005-02-211-0/+13