aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Collapse)AuthorAgeFilesLines
...
* Now the vncviewer window title display the remote desktopgeorge822006-09-112-1/+9
| | | | | | name and the scale value. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@664 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small the DesktopWindow class code improvements.george822006-09-112-6/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@663 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Now status of ZOOM IN, ZOOM OUT, ACTUAL SIZE, AUTO SIZEgeorge822006-09-113-6/+31
| | | | | | | toolbar buttons depend on scale values and scale mode (scale, auto scale). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@662 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with overlaping the vncviewer window all othergeorge822006-09-111-3/+3
| | | | | | | windows when it's in the fullscreen mode. Small code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@661 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of the ZOOM IN and ZOOM OUT vncviewergeorge822006-09-112-1/+26
| | | | | | toolbar buttons. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@660 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the unnecessary CConnOptions::scaling parameter.george822006-09-114-12/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@658 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the new scale values (10, 200) to the vncviewer george822006-09-112-4/+4
| | | | | | options scale combo-box. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@657 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with the zero-sized vncviewer window when george822006-09-101-1/+1
| | | | | | | vncviewer run in the fullscreen mode and then changed to the window mode. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@656 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented Actual Size and Auto Size the vncviewer toolbar george822006-09-101-0/+21
| | | | | | buttons. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@655 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the unnecessary button "Disconnect" from thegeorge822006-09-092-7/+0
| | | | | | vncviewer toolbar. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@654 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the new buttons to the vncviewer toolbar:george822006-09-093-8/+17
| | | | | | zoom in, zoom out, actual size, auto size. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@653 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Increased the scale combobox list rectangle.george822006-09-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@650 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Before any manipulations with DesktopWindow (setSize andgeorge822006-09-051-1/+1
| | | | | | | | etc) we must perform the applyOptions method at least one time, because the methods of these manipulations can depend on the vncviewer options. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@646 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the autoScaling mode implementation to the vncviewer.george822006-09-053-9/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@645 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added DesktopWindow::fitBufferToWindow() method.george822006-09-052-0/+24
| | | | | | It's used to scale buffer to the vncviewer client window. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@643 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with the main window resizing (don't takegeorge822006-06-101-0/+2
| | | | | | | the toolbar height into calculation of the main window size). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@637 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with the main window resizing (don't takegeorge822006-06-102-2/+11
| | | | | | | the toolbar height into calculation of the main window size). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@636 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the unnecessary methods ViewerToolBar::show() andgeorge822006-06-102-13/+0
| | | | | | | ViewerToolBar::hide(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@635 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with overlapping the vncviwer window bygeorge822006-06-051-1/+1
| | | | | | | the windows taskbar when the vncvewer is in full screen mode. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@634 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented scaling interface of the local copy of remotegeorge822006-05-294-1/+27
| | | | | | | desktop. Now it support only true color the pixel data. AutoScaling is not working yet. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@601 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new exception rfb::UnsupportedPixelFormatException.george822006-05-292-0/+6
| | | | | | Added DesktopWindow::getCallback(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@600 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added 3 new parameters to the vncviewer options:george822006-05-272-1/+28
| | | | | | | | -autoScaling, -scaling, -scale. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@595 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged the changes from revision range 582:588 into reorganized sources. ↵Constantin Kaplinsky2006-05-263-2/+18
| | | | | | These changes accidentally were not included in files copied during directory structure reorganization. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@594 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-2547-0/+9097
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519