summaryrefslogtreecommitdiffstats
path: root/vncviewer_unix
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-2514-2761/+0
| | | | | | Windows part should be complete. For the Unix part, more changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* vncviewer_unix merged with VNC 4.1.1 code.Constantin Kaplinsky2006-05-0513-111/+142
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@545 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-131-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@517 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Prefer ZRLE over Tight. ZRLE is actually faster in most cases. Also, the ↵Peter Åstrand2005-08-111-3/+3
| | | | | | Tight server encoder in 1.5 is far from finished. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@304 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Provide a setenv wrapper for platforms that doesn't have setenv, suchPeter Åstrand2005-02-171-0/+21
| | | | | | | as Solaris. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@189 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Applied vnc-via.patch from FC3 package.Peter Åstrand2005-02-142-2/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@183 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure the popup menu is created within the viewport, even thoughPeter Åstrand2005-02-051-0/+4
| | | | | | | the mouse cursor is in the lower, right corner. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@144 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated copyright yearPeter Åstrand2005-02-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@143 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure translations works in an UTF8 environment.Peter Åstrand2005-01-251-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@124 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Swedish translation for UNIX vncviewer GUI completedPeter Åstrand2005-01-247-64/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@122 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Never switch to RAW when using AutoSelect. In most cases, RAW is slower, ↵Peter Åstrand2005-01-241-4/+1
| | | | | | especially when using SSH tunnels. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@120 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added translation support for the UNIX implementation, via GNU gettext.Peter Åstrand2005-01-232-8/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@108 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Corrected buffer overrun problem with aboutText. Also, replaced all ↵Peter Åstrand2005-01-232-13/+16
| | | | | | sprintf()s in the UNIX version with snprintf(). This follows the recommendation on http://www.gotw.ca/publications/mill19.htm. Also, snprintf() is, in practice, required when using gettext. Note: since VC6 doesn't have snprintf, only require snprintf in UNIX-only code. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@107 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Tight encoding is actually faster than Hextile when bandwidth is less than ↵Peter Åstrand2005-01-071-2/+2
| | | | | | roughly 16 Mbps. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@84 3789f03b-4d11-0410-bbf8-ca57d06f2519
* When using AutoSelect with old servers, always start in FullColorPeter Åstrand2005-01-031-1/+8
| | | | | | | mode. Also, use cp.beforeVersion helper. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@82 3789f03b-4d11-0410-bbf8-ca57d06f2519
* AutoSelect if default only if not using PreferredEncoding or FullColor.Peter Åstrand2005-01-032-6/+18
| | | | | | | | | | | | | | CustomCompressLevel is default if CompressLevel is specified. This gives backwards compatibility with the old vncviewer, but at the same time making it possible to fully specify the internal state of the viewer wrt AutoSelect, CustomCompressLevel and CompressLevel. For example, it's now possible to start the client with CompressLevel=4 specified, but with CustomCompressLevel=0 (thus the option grayed-out). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@79 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated section about autoselect wrt full-color mode.Peter Åstrand2004-12-301-10/+14
| | | | | | | Documents that the Tight encoding is available. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@70 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-304-24/+25
| | | | | | | 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
* Tightified sources:Peter Åstrand2004-12-302-7/+10
| | | | | | | | | | | | | | | * Changed description in README files. * Added our copyright. * The HTTP server presents itself as TightVNC, rather than RealVNC. * Using registry path Software\TightVNC\WinVNC4 * Updated descriptions in resource files. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@67 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Moved color level buttons down, aligned with encoding buttonsPeter Åstrand2004-12-301-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@65 3789f03b-4d11-0410-bbf8-ca57d06f2519
* After changing zlib compression or jpeg quality, trigger a new SetEncodings ↵Peter Åstrand2004-12-291-0/+16
| | | | | | message. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@63 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added support for selecting zlib compression and jpeg quality in the UNIX ↵Peter Åstrand2004-12-294-4/+69
| | | | | | client (both from GUI and command line) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@62 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Color level selection is disabled when using AutoSelectPeter Åstrand2004-12-281-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@55 3789f03b-4d11-0410-bbf8-ca57d06f2519
* When using AutoSelect, enable automatic selection of color level, butPeter Åstrand2004-12-231-8/+10
| | | | | | | only for servers with version 3.8 or newer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@51 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New AutoSelect policy:Peter Åstrand2004-12-212-17/+36
| | | | | | | | | | | | | | | * Never autoselect ZRLE, chose Tight instead. * Only select Hextile if we've been timing for at least a second. * Start with full colour enabled. Turn full colour on/off as the bandwidth changes. Note, however: This code is currently disabled. See comment. * Default to lowcolourlevel 2 instead of 1. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@49 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Now possible to select tight encoding in UNIX vncviewer GUIPeter Åstrand2004-12-192-9/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@47 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added command line option -QualityLevelPeter Åstrand2004-12-073-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@21 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Linking with libjpegPeter Åstrand2004-11-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@19 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignore files.Constantin Kaplinsky2004-10-081-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial revisionConstantin Kaplinsky2004-10-0814-0/+2445
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519