aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added FTListView class.Dennis Syrovatsky2005-11-026-84/+329
* Correct the mistake in the comment.george822005-10-301-1/+1
* Added the child window to display the remote frame buffer.george822005-10-302-227/+326
* Small resource clean up.Dennis Syrovatsky2005-10-262-2/+2
* Added icons for file transfers dialog.Dennis Syrovatsky2005-10-267-67/+70
* Added file transfer confirmation dialog.Dennis Syrovatsky2005-10-262-2/+23
* Added "Create a New Folder" dialog.Dennis Syrovatsky2005-10-262-2/+52
* Added messages to protocol for support file transfers.Dennis Syrovatsky2005-10-261-0/+18
* Small code improvements.Dennis Syrovatsky2005-10-262-11/+62
* Added toolbar.bmp to the vncviewer resources.george822005-10-234-83/+95
* Implemented new polling algorithm with video detection.Constantin Kaplinsky2005-10-192-4/+99
* Added routines for deleteDir method in FolderManager class.Dennis Syrovatsky2005-10-194-6/+60
* Added getFolderInfo and getDrivesInfo methods to FolderManager class.Dennis Syrovatsky2005-10-192-3/+56
* Small code improvements.Dennis Syrovatsky2005-10-194-6/+8
* Added virtual class DirManager.Dennis Syrovatsky2005-10-195-0/+166
* Added File Transfers dialog.Dennis Syrovatsky2005-10-192-11/+121
* 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
* Files FileInfo.cxx, FileManager.cxx, FileReader.cxx, FileWriter.cxx,Dennis Syrovatsky2005-10-181-24/+0
* Added class TransferQueue.Dennis Syrovatsky2005-10-185-0/+394
* Added FileInfo class. This class was moved from TightVNC.1.3.Dennis Syrovatsky2005-10-182-0/+294
* Small code improvements.Dennis Syrovatsky2005-10-189-42/+107
* Now files for file management routines added to the project.Dennis Syrovatsky2005-10-172-0/+36
* Added file management routines. Added classes for open, read and write.Dennis Syrovatsky2005-10-177-0/+286
* Added two different polling algorithms, a dumb one from VNC4, and anConstantin Kaplinsky2005-09-292-17/+149
* The polling code has been moved into a separate class.Constantin Kaplinsky2005-09-296-93/+198
* Updated for building with the latest version of the Exception class whichConstantin Kaplinsky2005-09-285-18/+17
* Fixed a compilation problem caused by including winsock2.h after windows.h.Constantin Kaplinsky2005-09-281-1/+1
* Removed files from the project.Constantin Kaplinsky2005-09-281-9/+0
* Tight encoder's configuration tuning.Constantin Kaplinsky2005-09-282-13/+13
* Implemented support for changing zlib compression levels from theConstantin Kaplinsky2005-09-283-1/+27
* Merged the rdr library with VNC 4.1.1.Constantin Kaplinsky2005-09-2827-184/+113
* 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
* CPU load monitoring has been implemented in x0vncserver. CPU loadConstantin Kaplinsky2005-09-144-5/+210
* Removed the FdOutStream::writeBytes() implementation as the sameConstantin Kaplinsky2005-09-132-22/+1
* 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