summaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Merged the changes from branch/merge-with-vnc-4.1.1, revisions 520:558.Constantin Kaplinsky2006-05-1831-3007/+3332
|\
| * Merged resources of the vncviewer. The viewer is almost complete now, only th...Constantin Kaplinsky2006-05-182-296/+263
| * Fixed a problem with not updating the system menu when it's opened by right-c...Constantin Kaplinsky2006-05-171-7/+12
| * Toolbar handling restored.Constantin Kaplinsky2006-05-173-10/+23
| * Minor fix to "invalidate" desktop child window instead of the parent window.Constantin Kaplinsky2006-05-171-1/+1
| * Fixed a bug with setting window size which has been introduced while merging....Constantin Kaplinsky2006-05-171-6/+6
| * SendSysKeys setting removed as it almost duplicates new DisableWinKeys settin...Constantin Kaplinsky2006-05-173-11/+1
| * Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the cod...Constantin Kaplinsky2006-05-1630-2700/+3050
* | Added the file transfer feature to the server side.Dennis Syrovatsky2006-04-171-0/+2
* | Deleted the FTMsgReader(.cxx, .h) and the FTMsgWriter(.cxx, .h) files from th...Dennis Syrovatsky2006-04-174-523/+0
* | The CFTMsgReader and the CFTMsgWriter classes was moved to rfb workspace.Dennis Syrovatsky2006-04-1710-73/+210
|/
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-131-6/+0
* Generating browse information in the Debug configuration.Constantin Kaplinsky2006-01-261-1/+1
* Added FileTransfer::procFileUploadCancelMsg() andDennis Syrovatsky2005-12-183-25/+54
* Added confirmation dialog for file transfer operation.Dennis Syrovatsky2005-12-183-6/+74
* Added browse folders possibility on both sides (local and remote).Dennis Syrovatsky2005-12-154-6/+125
* Added FTBrowseDlg::addItems methods.Dennis Syrovatsky2005-12-154-1/+35
* Added FTBrowseDlg::create() and FTBrowseDlg::destroy() methods.Dennis Syrovatsky2005-12-152-1/+29
* Added FTBrowseDlg::FTBrowseDlgProc method.Dennis Syrovatsky2005-12-152-0/+47
* Added new class FTBrowseDlg.Dennis Syrovatsky2005-12-153-0/+90
* Deleted the FTDialog::BrowseDlg class.Dennis Syrovatsky2005-12-154-99/+53
* Added dialog "Browse Folders".Dennis Syrovatsky2005-12-152-2/+56
* Added the FTDialog::BrowseDlg class.Dennis Syrovatsky2005-12-152-2/+48
* Added code for local and remote renaming files and folders.Dennis Syrovatsky2005-12-146-5/+128
* Added create folder possibility.Dennis Syrovatsky2005-12-145-3/+81
* Added CreateFolderDlg class : public rfb_win32::Dialog.Dennis Syrovatsky2005-12-141-1/+14
* Added dialog for creating a new folder.Dennis Syrovatsky2005-12-144-50/+69
* Added code for canceling file transfer.Dennis Syrovatsky2005-12-144-11/+87
* Added dialog for canceling file transfer.Dennis Syrovatsky2005-12-146-4/+202
* Added code for controling the progress of the file transfer.Dennis Syrovatsky2005-12-142-10/+55
* Added status strings for copy operation.Dennis Syrovatsky2005-12-144-22/+18
* Code improvements.Dennis Syrovatsky2005-12-142-0/+12
* Changed FTMsgReader::readFileDownloadData() method.Dennis Syrovatsky2005-12-143-10/+56
* Added code for FileTransfer::procFLRDownload() method.Dennis Syrovatsky2005-12-131-0/+12
* Added code for download operationDennis Syrovatsky2005-12-132-4/+26
* Code evalution.Dennis Syrovatsky2005-12-054-8/+39
* Added checkDeleteQueue() method to the FileTransfer class.Dennis Syrovatsky2005-12-053-4/+39
* Added new methods to the class FolderManager for delete operation.Dennis Syrovatsky2005-12-053-7/+41
* Fixed the bug with saving vnc viewer options parameter "AcceptBell" to the co...george822005-12-031-0/+3
* Added the vnc viewer system menu point "Show toolbar".george822005-12-011-0/+1
* Implemented "Send Ctrl-Esc" the vnc viewer toolbar button.george822005-12-011-0/+4
* Added code for displaying tooltips text over the vnc viewer toolbar buttons.george822005-12-011-0/+4
* Added TBSTYLE_TOOLTIPS window style to the toolbar window.george822005-12-012-1/+60
* Added implementation of the vnc viewer options parameter "Show toolbar by def...george822005-12-012-4/+11
* Added showToolbar parameter to the CViewOptions class.george822005-11-302-1/+9
* Changed flags for reading from "r" to "rb", for writing from "w" to "wb"Dennis Syrovatsky2005-11-304-15/+90
* Added check box "Show toolbar by default" in the vncviewer options dialog.george822005-11-282-2/+6
* Small code improvements in the file managing classes.Dennis Syrovatsky2005-11-281-0/+2
* Added window messages to FTDialogDennis Syrovatsky2005-11-284-47/+122
* Added getDirSize() method to the FolderManager class.Dennis Syrovatsky2005-11-284-5/+106