aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the mistake int ScaledPixelBuffer::getScale().george822006-09-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@659 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
* Eliminated some compilation warnings.Constantin Kaplinsky2006-09-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@652 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented support for TightVNC protocol extensions in the server code. ↵Constantin Kaplinsky2006-09-089-2/+307
| | | | | | This version has one incompatibility with TightVNC 1.3.x viewers - such viewers would not be able to connect without authentication. This will be fixed in the nearest time. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@651 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
* Minor refactoring to prepare the source for handling TightVNC protocol ↵Constantin Kaplinsky2006-09-062-0/+6
| | | | | | extensions. This one does not introduce any real changes. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@649 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminated two compilation warnings.Constantin Kaplinsky2006-09-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@648 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small the ScaledDIBSectionBuffer class code improvements.george822006-09-052-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@647 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 the ScaledDIBSectionBuffer::recreateBuffers method.george822006-09-052-30/+43
| | | | | | ScaledDIBSectionBuffer class code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@644 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
* Init scaled_width and scaled_width by zerogeorge822006-08-171-2/+3
| | | | | | in the ScaledPixelBuffer default constructor. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@642 3789f03b-4d11-0410-bbf8-ca57d06f2519
* ScaledDIBSectionBuffer class code improvements. Added checkgeorge822006-08-021-2/+8
| | | | | | for changing class parameters such as width, height, pf. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@641 3789f03b-4d11-0410-bbf8-ca57d06f2519
* ScaledDIBSectionBuffer class code improvements. Now wegeorge822006-07-292-5/+6
| | | | | | | | set the scale using setScaleRatio. It improve the accuracy of scaling operation. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@640 3789f03b-4d11-0410-bbf8-ca57d06f2519
* ScaledPixelBuffer class code improvements. Remove scalegeorge822006-07-292-9/+9
| | | | | | | | parameter. Now we set the scale using setScaleRatio. It improve the accuracy of scaling operation. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@639 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ScaledPixelBuffer::getSrcWidth() andgeorge822006-07-231-0/+2
| | | | | | ScaledPixelBuffer::getSrcHeight(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@638 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
* Minor code cleanup.Constantin Kaplinsky2006-06-041-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@633 3789f03b-4d11-0410-bbf8-ca57d06f2519
* A few tabs converted to spaces.Constantin Kaplinsky2006-06-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@632 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ported the CapsContainer class from the TightVNC 1.3 codebase.Constantin Kaplinsky2006-06-034-0/+259
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@631 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ignoring *.d files created by vncmkdepend utility.Constantin Kaplinsky2006-06-020-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@630 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ignoring files created by the configure script.Constantin Kaplinsky2006-06-020-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@629 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changes in reporting version numbers and copyrights.Constantin Kaplinsky2006-06-023-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@628 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Cyrillic text was encoded in CP866 instead of KOI8-R.Constantin Kaplinsky2006-06-021-55/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@627 3789f03b-4d11-0410-bbf8-ca57d06f2519
* A grammar fix in man pages.Constantin Kaplinsky2006-06-026-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@620 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed paths in makefiles under unix/xc/ to reflect changes in directory layout.Constantin Kaplinsky2006-06-024-11/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@619 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated the configure script. GNU Autoconf 2.59 was used to process ↵Constantin Kaplinsky2006-06-021-379/+20
| | | | | | configure.in, it looks like Autoconf 2.13 does not understand macros used by GNU Gettext. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@618 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated build scripts in unix/ for new directory layout.Constantin Kaplinsky2006-06-0212-192/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@617 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New file copied from VNC 4.1.2 source.Constantin Kaplinsky2006-06-021-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@616 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed include path for locating the libjpeg.h file.Constantin Kaplinsky2006-05-301-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@610 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Restored svn:ignore entries that were lost in previous commits.Constantin Kaplinsky2006-05-300-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@609 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged HP-UX patches from VNC 4.1.2.Constantin Kaplinsky2006-05-304-2/+322
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@608 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ignoring files created by the configure script.Constantin Kaplinsky2006-05-300-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@607 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Not checking for X in the configure script.Constantin Kaplinsky2006-05-302-962/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@606 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed include path for libjpeg.h, to allow including headers from the ↵Constantin Kaplinsky2006-05-301-1/+1
| | | | | | installed version of the JPEG library. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@605 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Not defining ZLIB_INCLUDE as it is not used in the rfb directory.Constantin Kaplinsky2006-05-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@604 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New configure script generated from configure.in by Autoconf 2.13.Constantin Kaplinsky2006-05-301-0/+2590
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@603 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapted build scripts for the common/* sub-tree.Constantin Kaplinsky2006-05-304-0/+253
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@602 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 new exception rfb::UnsupportedPixelFormatException.george822006-05-291-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@599 3789f03b-4d11-0410-bbf8-ca57d06f2519