summaryrefslogtreecommitdiffstats
path: root/unix/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson.Pierre Ossman2011-03-081-0/+13
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-071-7/+6
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...Adam Tkac2011-02-011-1/+1
* [Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.Adam Tkac2011-01-071-0/+2
* [Bugfix] Fix "off-by-one" sprintf error in CConn::showMsgBox() function.Adam Tkac2010-12-081-1/+1
* [Development] client: Add dialog window to accept/save invalid X509Adam Tkac2010-11-183-3/+21
* [Development] Use gethomedir() function in vncpasswd and vncviewer.Adam Tkac2010-10-292-4/+8
* Previous fix for statically linking against GnuTLS on OS X broke the build on...DRC2010-10-011-0/+4
* Support linking statically with GnuTLS on OS XDRC2010-10-011-1/+1
* Hide the GNUTLS options in vncviewer when support isn't present.Pierre Ossman2010-09-302-10/+23
* Add ifdef:s around TLS specific code in Unix vncviewer.Pierre Ossman2010-09-291-0/+4
* [Development] Add code which process new GUI-exposed security options.Adam Tkac2010-09-152-2/+167
* [Development] Expose encryption and authentication params in the "Options" wi...Adam Tkac2010-09-151-2/+84
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-201-3/+0
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-1/+2
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-232-16/+4
* [Development] Implement Security class. This class will be used to createAdam Tkac2010-04-231-1/+1
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-231-1/+1
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-0/+2
* [Development] Extend options dialog width from 400 to 450 to show French tran...Adam Tkac2010-03-191-1/+1
* [Bugfix] Defer all format changes till requested framebuffer updates areAdam Tkac2010-03-042-5/+17
* We need to set encodingChange for the client to actually request a newPierre Ossman2010-03-031-1/+4
* Fix VPATH and out-of-tree buildsDRC2010-02-141-4/+4
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-102-6/+6
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
* [Bugfix] vncviewer could crash when started with no arguments and user clickedAdam Tkac2010-01-111-1/+2
* [Bugfix] Default -FullColor to 0 when -AutoSelect=0 and -LowColorLevel= are u...Adam Tkac2009-10-071-0/+7
* [Doc] Improve vncviewer's -LowColorLevel parameter description.Adam Tkac2009-10-071-1/+3
* [Bugfix] Honor dotWhenNoCursor option (and it's changes) every time.Adam Tkac2009-10-073-8/+13
* Make unix/ subtree compilable.Adam Tkac2009-09-041-5/+8
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-042-3/+3
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-042-3/+3
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-272-2/+2
* Fix rendering of cursor on local framebuffer. It was broken by r3717.Pierre Ossman2009-06-221-0/+3
* [Bugfix] Client didn't receive clipboard selections from a server due wrongAdam Tkac2009-06-162-2/+2
* Try to increase the update rate by requesting a new update in parallel withPierre Ossman2009-04-012-1/+22
* Make sure we flush the X11 connection once we've sent a bunch of screen updates.Pierre Ossman2009-04-011-0/+1
* Try to update an entire FramebufferUpdate in one go, avoiding tears.Pierre Ossman2009-03-252-20/+34
* Document the new DesktopSize parameter in the man file.Pierre Ossman2009-03-241-0/+6
* Add parameter to make client attempt to resize server desktop on connect.Pierre Ossman2009-03-234-2/+47
* Properly parse the ExtendedDesktopSize rects in the client.Pierre Ossman2009-03-202-3/+5
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-202-4/+28
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-656/+0
* Change encoding and quality defaults to what auto mode would choose.Pierre Ossman2009-03-122-2/+2
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-122-22/+35
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+656
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-273-8/+8
* Updated my copyrightPeter Åstrand2009-02-251-1/+1
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-132-2/+2
* Make sure both console and GUI about text is displayed correctly, even in UTF...Peter Åstrand2009-01-261-9/+16