aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer_unix/vncviewer.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-396/+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-051-13/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@545 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-141-2/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@183 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-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@122 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added translation support for the UNIX implementation, via GNU gettext.Peter Åstrand2005-01-231-6/+15
| | | | 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-231-7/+8
| | | | | | 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
* AutoSelect if default only if not using PreferredEncoding or FullColor.Peter Åstrand2005-01-031-5/+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
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-301-7/+8
| | | | | | | 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-301-2/+4
| | | | | | | | | | | | | | | * 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
* Added support for selecting zlib compression and jpeg quality in the UNIX ↵Peter Åstrand2004-12-291-1/+14
| | | | | | 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
* New AutoSelect policy:Peter Åstrand2004-12-211-4/+2
| | | | | | | | | | | | | | | * 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
* Added command line option -QualityLevelPeter Åstrand2004-12-071-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@21 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial revisionConstantin Kaplinsky2004-10-081-0/+244
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519