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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Distribute Xorg 7.4 patches
DRC
2011-02-17
1
-1
/
+2
*
Allow an initial set of Xorg configure flags to be set in the environment (fo...
DRC
2011-02-16
1
-1
/
+1
*
Add -dridir and -xkbcompdir parameters to Xvnc when it is built with the Xorg...
DRC
2011-02-16
3
-4
/
+134
*
Clean up the way build-xorg handles GnuTLS. It should now work the same way ...
DRC
2011-02-10
8
-27
/
+53
*
TurboVNC=TigerVNC
DRC
2011-02-10
1
-1
/
+1
*
Port -list feature and -kill robustifications from TurboVNC 1.0
DRC
2011-02-09
1
-3
/
+53
*
Rename patches to avoid exceeding 99-character limit in full pathnames when d...
DRC
2011-02-08
2
-0
/
+0
*
Fix make dist
DRC
2011-02-07
1
-1
/
+1
*
[Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in
Adam Tkac
2011-02-07
2
-13
/
+11
*
[Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...
Adam Tkac
2011-02-01
1
-1
/
+1
*
[Bugfix] Handle situation when viewer doesn't send the key release event well.
Adam Tkac
2011-01-17
1
-0
/
+10
*
[Bugfix] Fix "Alt key gets stuck in Xvnc" issue.
Adam Tkac
2011-01-17
1
-2
/
+68
*
[Bugfix] Disable server-side key autorepeating.
Adam Tkac
2011-01-17
1
-0
/
+15
*
[Bugfix] TXViewport: check if we need another scrollbar after adding one
Adam Tkac
2011-01-17
1
-4
/
+13
*
[Bugfix] TXViewport: set the window max width/height considering the scrollbars
Adam Tkac
2011-01-17
1
-0
/
+11
*
[Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.
Adam Tkac
2011-01-07
1
-0
/
+2
*
Sometimes we get copy requests that are partially or fully outside the
Pierre Ossman
2010-12-21
1
-0
/
+7
*
We might sometimes end up with an empty copy because of clipping. Make sure
Pierre Ossman
2010-12-21
1
-1
/
+2
*
Clean up CopyWindow hook so it's more readable.
Pierre Ossman
2010-12-21
1
-4
/
+8
*
[Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"
Adam Tkac
2010-12-13
3
-4
/
+26
*
[Bugfix] Handle situation when keyboard has no modifiers in Input.cc well.
Adam Tkac
2010-12-08
1
-38
/
+61
*
[Bugfix] Fix various compilation warnings.
Adam Tkac
2010-12-08
2
-5
/
+7
*
[Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...
Adam Tkac
2010-12-08
2
-0
/
+9
*
[Development] Add xserver110.patch
Adam Tkac
2010-12-08
1
-0
/
+86
*
[Development] Add support for X.Org 1.10
Adam Tkac
2010-12-08
4
-3
/
+47
*
[Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.
Adam Tkac
2010-12-08
1
-2
/
+2
*
[Bugfix] Fix "off-by-one" sprintf error in CConn::showMsgBox() function.
Adam Tkac
2010-12-08
1
-1
/
+1
*
[Bugfix] Fix "Add-dridir-parameter" patch for Xorg 7.5.
Adam Tkac
2010-12-06
1
-15
/
+25
*
[Development] client: Add dialog window to accept/save invalid X509
Adam Tkac
2010-11-18
3
-3
/
+21
*
[Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitialized
Adam Tkac
2010-11-11
1
-1
/
+2
*
Static Xvnc build should now work with later versions of libgnutls that depen...
DRC
2010-11-04
1
-38
/
+24
*
[Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)
Adam Tkac
2010-11-02
1
-0
/
+1
*
[Development] Use gethomedir() function in vncpasswd and vncviewer.
Adam Tkac
2010-10-29
4
-10
/
+18
*
Fix 'make dist'
DRC
2010-10-27
1
-7
/
+6
*
Previous fix for statically linking against GnuTLS on OS X broke the build on...
DRC
2010-10-01
2
-0
/
+8
*
Support linking statically with GnuTLS on OS X
DRC
2010-10-01
2
-2
/
+2
*
Hide the GNUTLS options in vncviewer when support isn't present.
Pierre Ossman
2010-09-30
2
-10
/
+23
*
Attempt to link statically with gnutls if -static is specified, so that Xvnc ...
DRC
2010-09-30
1
-0
/
+16
*
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] Add -dridir parameter to Xvnc to specify DRI drivers directory ...
Adam Tkac
2010-09-15
1
-0
/
+121
*
[Development] When building X.Org 7.5, use xserver 1.8.X to reduce number of DLL
Adam Tkac
2010-09-15
3
-62
/
+4
*
[Development] build-xorg: apply patches from xorg-7.5-patches directory only.
Adam Tkac
2010-09-15
1
-2
/
+3
*
[Development] Apply some downstream patches to get Xvnc build via build-xorg ...
Adam Tkac
2010-09-15
3
-0
/
+107
*
[Development] build-xorg: don't build hardware specific DRI drivers.
Adam Tkac
2010-09-15
1
-1
/
+1
*
[Development] build-xorg: don't build X11 documentation.
Adam Tkac
2010-09-15
1
-1
/
+1
*
[Development] Update X.Org 7.5 packages to the latest releases.
Adam Tkac
2010-09-15
1
-16
/
+16
*
[Development] Handle .tar.gz Mesa archives in build-xorg script correctly.
Adam Tkac
2010-09-15
1
-1
/
+6
*
[Development] Improve download-xorg-7.5 script to work with .tar.gz archives.
Adam Tkac
2010-09-15
1
-1
/
+4
[next]