index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
vncviewer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson.
Pierre Ossman
2011-03-08
1
-0
/
+13
*
[Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in
Adam Tkac
2011-02-07
1
-7
/
+6
*
[Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...
Adam Tkac
2011-02-01
1
-1
/
+1
*
[Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.
Adam Tkac
2011-01-07
1
-0
/
+2
*
[Bugfix] Fix "off-by-one" sprintf error in CConn::showMsgBox() function.
Adam Tkac
2010-12-08
1
-1
/
+1
*
[Development] client: Add dialog window to accept/save invalid X509
Adam Tkac
2010-11-18
3
-3
/
+21
*
[Development] Use gethomedir() function in vncpasswd and vncviewer.
Adam Tkac
2010-10-29
2
-4
/
+8
*
Previous fix for statically linking against GnuTLS on OS X broke the build on...
DRC
2010-10-01
1
-0
/
+4
*
Support linking statically with GnuTLS on OS X
DRC
2010-10-01
1
-1
/
+1
*
Hide the GNUTLS options in vncviewer when support isn't present.
Pierre Ossman
2010-09-30
2
-10
/
+23
*
Add ifdef:s around TLS specific code in Unix vncviewer.
Pierre Ossman
2010-09-29
1
-0
/
+4
*
[Development] Add code which process new GUI-exposed security options.
Adam Tkac
2010-09-15
2
-2
/
+167
*
[Development] Expose encryption and authentication params in the "Options" wi...
Adam Tkac
2010-09-15
1
-2
/
+84
*
[Development] Client now uses security types from -SecurityTypes parameter in...
Adam Tkac
2010-07-20
1
-3
/
+0
*
[Development] Implement VeNCrypt type support on client side. Currently only
Adam Tkac
2010-04-23
1
-1
/
+2
*
[Development] Use enhanced Security class by both UNIX and Windows viewers.
Adam Tkac
2010-04-23
2
-16
/
+4
*
[Development] Implement Security class. This class will be used to create
Adam Tkac
2010-04-23
1
-1
/
+1
*
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
Adam Tkac
2010-04-23
1
-1
/
+1
*
[Development] Add possibility to define viewer/server specific parameters via
Adam Tkac
2010-04-23
1
-0
/
+2
*
[Development] Extend options dialog width from 400 to 450 to show French tran...
Adam Tkac
2010-03-19
1
-1
/
+1
*
[Bugfix] Defer all format changes till requested framebuffer updates are
Adam Tkac
2010-03-04
2
-5
/
+17
*
We need to set encodingChange for the client to actually request a new
Pierre Ossman
2010-03-03
1
-1
/
+4
*
Fix VPATH and out-of-tree builds
DRC
2010-02-14
1
-4
/
+4
*
Eliminate GCC signed/unsigned warnings related to encodings: The
Peter Åstrand
2010-02-10
2
-6
/
+6
*
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
Adam Tkac
2010-02-05
1
-1
/
+1
*
[Bugfix] vncviewer could crash when started with no arguments and user clicked
Adam Tkac
2010-01-11
1
-1
/
+2
*
[Bugfix] Default -FullColor to 0 when -AutoSelect=0 and -LowColorLevel= are u...
Adam Tkac
2009-10-07
1
-0
/
+7
*
[Doc] Improve vncviewer's -LowColorLevel parameter description.
Adam Tkac
2009-10-07
1
-1
/
+3
*
[Bugfix] Honor dotWhenNoCursor option (and it's changes) every time.
Adam Tkac
2009-10-07
3
-8
/
+13
*
Make unix/ subtree compilable.
Adam Tkac
2009-09-04
1
-5
/
+8
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
2
-3
/
+3
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
2
-3
/
+3
*
Change product name to TigerVNC in about dialogs.
Peter Åstrand
2009-08-27
2
-2
/
+2
*
Fix rendering of cursor on local framebuffer. It was broken by r3717.
Pierre Ossman
2009-06-22
1
-0
/
+3
*
[Bugfix] Client didn't receive clipboard selections from a server due wrong
Adam Tkac
2009-06-16
2
-2
/
+2
*
Try to increase the update rate by requesting a new update in parallel with
Pierre Ossman
2009-04-01
2
-1
/
+22
*
Make sure we flush the X11 connection once we've sent a bunch of screen updates.
Pierre Ossman
2009-04-01
1
-0
/
+1
*
Try to update an entire FramebufferUpdate in one go, avoiding tears.
Pierre Ossman
2009-03-25
2
-20
/
+34
*
Document the new DesktopSize parameter in the man file.
Pierre Ossman
2009-03-24
1
-0
/
+6
*
Add parameter to make client attempt to resize server desktop on connect.
Pierre Ossman
2009-03-23
4
-2
/
+47
*
Properly parse the ExtendedDesktopSize rects in the client.
Pierre Ossman
2009-03-20
2
-3
/
+5
*
Minimal client side support for the extended desktop size protocol.
Pierre Ossman
2009-03-20
2
-4
/
+28
*
Revert r3657 (import of autogenerated) files.
Adam Tkac
2009-03-13
1
-656
/
+0
*
Change encoding and quality defaults to what auto mode would choose.
Pierre Ossman
2009-03-12
2
-2
/
+2
*
Improve auto mode for new JPEG code.
Pierre Ossman
2009-03-12
2
-22
/
+35
*
Import autogenerated files for unix/ and common/ subdirs to make source
Adam Tkac
2009-03-11
1
-0
/
+656
*
Rebrand the source as TigerVNC. It is my hope that this patch is
Peter Åstrand
2009-02-27
3
-8
/
+8
*
Updated my copyright
Peter Åstrand
2009-02-25
1
-1
/
+1
*
[Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.
Adam Tkac
2009-02-13
2
-2
/
+2
*
Make sure both console and GUI about text is displayed correctly, even in UTF...
Peter Åstrand
2009-01-26
1
-9
/
+16
[next]