summaryrefslogtreecommitdiffstats
path: root/rfb_win32
Commit message (Collapse)AuthorAgeFilesLines
* Now rfb_win32::ScaledDIBSectionBuffer is an universal class which consistgeorge822006-04-052-12/+89
| | | | | | | | | | | of source image buffer and destination (scaled) image buffer. It automatically scale the image data from source buffer to destination when data was changed in the input buffer. Overrided methods in the ScaledDIBSectionBuffer class: fillRect(), imageRect(), copyRect(), maskRect(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@516 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the new property scaling to the rfb::ScaledPixelBuffer class.george822006-04-051-0/+3
| | | | | | | Added the new method isScaling() to the rfb::ScaledPixelBuffer class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@515 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small ScaledDIBSectinBuffer class code improvements.george822006-03-281-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@509 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Override DIBSectionBuffer::recreateBuffer() in the ScaledDIBSectionBuffergeorge822006-03-282-1/+4
| | | | | | | class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@508 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added initial ScaledDIBSectionBuffer class implementation.george822006-03-283-0/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@507 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Generating browse information in the Debug configuration.Constantin Kaplinsky2006-01-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@471 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The code which realizes full functionality Control Panel,Oleg Sheikin2005-12-221-0/+4
| | | | | | | in a kind existing now, was added. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@467 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for local and remote renaming files and folders.Dennis Syrovatsky2005-12-142-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@449 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The code which realizes full functionality ListView ControlOleg Sheikin2005-12-072-3/+3
| | | | | | | in Control Panel has been added. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@435 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code evalution.Dennis Syrovatsky2005-12-051-1/+1
| | | | | | | Now it's possible the deleting files and folders on both sides (local and remote). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@434 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new methods to the class FolderManager for delete operation.Dennis Syrovatsky2005-12-052-11/+30
| | | | | | | | | Added delete queue and some methods for making delete operation to the FileTransfer class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@432 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added getDirSize() method to the FolderManager class.Dennis Syrovatsky2005-11-282-0/+38
| | | | | | | | Added checkTransferQueue() method to the File Transfer class. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@419 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added clearAll and clearSingle methods to FTProgress class.Dennis Syrovatsky2005-11-071-1/+11
| | | | | | | Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@380 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added methods to FTProgress class for creating, destroyingDennis Syrovatsky2005-11-072-6/+13
| | | | | | | and intialization the progress bar controls. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@379 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-061-5/+5
| | | | | | | Added FTProgress class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@377 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new method ToolBar::isVisible() in the rfb_win32 library.george822005-11-052-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@375 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Moved methods ViewerToolBar::show() and ViewerToolBar::hide into ↵george822005-11-052-0/+15
| | | | | | rfb_win32::ToolBar class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@374 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ProgressControl class.Dennis Syrovatsky2005-11-023-0/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@367 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added FTListView class.Dennis Syrovatsky2005-11-022-79/+79
| | | | | | | Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@365 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small code improvements.Dennis Syrovatsky2005-10-262-11/+62
| | | | | | | | Added two methods getTime70 and getFiletime to FolderManager class. Methods renameDir and deleteDir was renamed to renameIt and deleteIt. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@357 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added routines for deleteDir method in FolderManager class.Dennis Syrovatsky2005-10-192-3/+57
| | | | | | | Changed flag for folder identification. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@354 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added getFolderInfo and getDrivesInfo methods to FolderManager class.Dennis Syrovatsky2005-10-192-3/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@353 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small code improvements.Dennis Syrovatsky2005-10-192-1/+7
| | | | | | | Added code for deleteDir and renameDir methods in FolderManager class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@352 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added virtual class DirManager.Dennis Syrovatsky2005-10-193-0/+115
| | | | | | | Added FolderManager class to rfb_win32 project. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@351 3789f03b-4d11-0410-bbf8-ca57d06f2519
* ToolBar class must be in rfb::win32 namespace.george822005-07-282-64/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@302 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar.cxx and ToolBar.h to the rfb_win32 project.george822005-07-271-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@301 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar class implementation to the rfb_win32 library.george822005-07-262-0/+311
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@300 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Minor code improving.Oleg Sheikin2005-07-012-69/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@299 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Class ListViewControlCon is added in library rfb_win32.Oleg Sheikin2005-07-013-0/+145
| | | | | | | Class ControlPanel is added in the project winvnc. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@298 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Comment out calls to removeNonAsciiChars. This makes it possible toPeter Åstrand2005-06-271-2/+2
| | | | | | | copy-paste non-ascii characters. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@297 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-304-6/+6
| | | | | | | Also, the Windows viewer now accepts arguments with both spellings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-341/+341
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@25 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignore entries for building under Win32.Constantin Kaplinsky2004-10-081-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial revisionConstantin Kaplinsky2004-10-0858-0/+8934
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519