| Commit message (Expand) | Author | Age | Files | Lines |
* | Added FTListView class. | Dennis Syrovatsky | 2005-11-02 | 6 | -84/+329 |
* | Correct the mistake in the comment. | george82 | 2005-10-30 | 1 | -1/+1 |
* | Added the child window to display the remote frame buffer. | george82 | 2005-10-30 | 2 | -227/+326 |
* | Small resource clean up. | Dennis Syrovatsky | 2005-10-26 | 2 | -2/+2 |
* | Added icons for file transfers dialog. | Dennis Syrovatsky | 2005-10-26 | 7 | -67/+70 |
* | Added file transfer confirmation dialog. | Dennis Syrovatsky | 2005-10-26 | 2 | -2/+23 |
* | Added "Create a New Folder" dialog. | Dennis Syrovatsky | 2005-10-26 | 2 | -2/+52 |
* | Added messages to protocol for support file transfers. | Dennis Syrovatsky | 2005-10-26 | 1 | -0/+18 |
* | Small code improvements. | Dennis Syrovatsky | 2005-10-26 | 2 | -11/+62 |
* | Added toolbar.bmp to the vncviewer resources. | george82 | 2005-10-23 | 4 | -83/+95 |
* | Implemented new polling algorithm with video detection. | Constantin Kaplinsky | 2005-10-19 | 2 | -4/+99 |
* | Added routines for deleteDir method in FolderManager class. | Dennis Syrovatsky | 2005-10-19 | 4 | -6/+60 |
* | Added getFolderInfo and getDrivesInfo methods to FolderManager class. | Dennis Syrovatsky | 2005-10-19 | 2 | -3/+56 |
* | Small code improvements. | Dennis Syrovatsky | 2005-10-19 | 4 | -6/+8 |
* | Added virtual class DirManager. | Dennis Syrovatsky | 2005-10-19 | 5 | -0/+166 |
* | Added File Transfers dialog. | Dennis Syrovatsky | 2005-10-19 | 2 | -11/+121 |
* | 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 |
* | Files FileInfo.cxx, FileManager.cxx, FileReader.cxx, FileWriter.cxx, | Dennis Syrovatsky | 2005-10-18 | 1 | -24/+0 |
* | Added class TransferQueue. | Dennis Syrovatsky | 2005-10-18 | 5 | -0/+394 |
* | 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 | 9 | -42/+107 |
* | Now files for file management routines added to the project. | Dennis Syrovatsky | 2005-10-17 | 2 | -0/+36 |
* | Added file management routines. Added classes for open, read and write. | Dennis Syrovatsky | 2005-10-17 | 7 | -0/+286 |
* | Added two different polling algorithms, a dumb one from VNC4, and an | Constantin Kaplinsky | 2005-09-29 | 2 | -17/+149 |
* | The polling code has been moved into a separate class. | Constantin Kaplinsky | 2005-09-29 | 6 | -93/+198 |
* | Updated for building with the latest version of the Exception class which | Constantin Kaplinsky | 2005-09-28 | 5 | -18/+17 |
* | Fixed a compilation problem caused by including winsock2.h after windows.h. | Constantin Kaplinsky | 2005-09-28 | 1 | -1/+1 |
* | Removed files from the project. | Constantin Kaplinsky | 2005-09-28 | 1 | -9/+0 |
* | 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 | 3 | -1/+27 |
* | Merged the rdr library with VNC 4.1.1. | Constantin Kaplinsky | 2005-09-28 | 27 | -184/+113 |
* | 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 |
* | CPU load monitoring has been implemented in x0vncserver. CPU load | Constantin Kaplinsky | 2005-09-14 | 4 | -5/+210 |
* | Removed the FdOutStream::writeBytes() implementation as the same | Constantin Kaplinsky | 2005-09-13 | 2 | -22/+1 |
* | 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 |