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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Restore UI for PRIMARY behaviour
Pierre Ossman
2016-07-08
1
-1
/
+24
*
|
Allow control of PRIMARY behaviour by default
Pierre Ossman
2016-07-08
2
-2
/
+2
*
|
Merge branch 'clipboard'
Pierre Ossman
2016-07-08
14
-499
/
+600
|
\
\
|
*
|
Don't start vncconfig from vncserver anymore
Pierre Ossman
2016-02-05
1
-2
/
+0
|
*
|
Support UTF8_STRING selection target type
Pierre Ossman
2016-02-05
1
-2
/
+93
|
*
|
Use TARGETS when getting selection
Pierre Ossman
2016-02-05
1
-15
/
+35
|
*
|
Move selection request handling to a separate function
Pierre Ossman
2016-02-05
1
-18
/
+28
|
*
|
Create all Atoms in a central place
Pierre Ossman
2016-02-05
1
-17
/
+13
|
*
|
Remove clipboard code from vncconfig
Pierre Ossman
2016-02-05
4
-311
/
+9
|
*
|
Move server to client clipboard out of vncconfig
Pierre Ossman
2016-02-05
5
-83
/
+132
|
*
|
Move client to server clipboard out of vncconfig
Pierre Ossman
2016-01-12
8
-94
/
+333
*
|
|
Update German translation
Mario Blättermann
2016-07-08
1
-154
/
+154
*
|
|
Replace Windows specific thread handling
Pierre Ossman
2016-07-07
23
-454
/
+171
*
|
|
Include stddef.h to get access to size_t
Pierre Ossman
2016-07-07
1
-0
/
+2
*
|
|
Fix typo in include protector
Pierre Ossman
2016-07-07
1
-1
/
+1
*
|
|
Update Russian translation
Yuri Kozlov
2016-07-07
1
-157
/
+158
*
|
|
Update Danish translation
Joe Hansen
2016-07-05
1
-154
/
+154
*
|
|
Add Vietnamese translation
Trần Ngọc Quân
2016-07-04
2
-1
/
+729
*
|
|
Update Brazilian Portoguese translation
Rafael Fontenelle
2016-07-04
1
-166
/
+166
*
|
|
Update Ukrainian translation
Yuri Chornoivan
2016-07-04
1
-153
/
+153
*
|
|
Change development version to 1.7.80
Pierre Ossman
2016-07-01
3
-4
/
+4
*
|
|
Update translation template file
Pierre Ossman
2016-07-01
1
-150
/
+144
*
|
|
Clean up getHostAndPort()
Pierre Ossman
2016-06-28
1
-15
/
+61
*
|
|
Bump version of Xorg source patch to match distro update
Brian P. Hinz
2016-06-20
1
-2
/
+5
*
|
|
Clean up old WinVNC services
Pierre Ossman
2016-06-13
1
-0
/
+5
*
|
|
Clarify some keyboard tests
Pierre Ossman
2016-06-10
1
-3
/
+3
*
|
|
Update keyboard test routine with known issues
Pierre Ossman
2016-06-10
1
-18
/
+21
*
|
|
Separate out OS X specific keys
Pierre Ossman
2016-06-10
1
-3
/
+5
*
|
|
Improve list of dead keys
Pierre Ossman
2016-06-10
1
-3
/
+9
*
|
|
Make sure we test for Meta
Pierre Ossman
2016-06-10
1
-0
/
+1
*
|
|
Put all numpad tests in the same section
Pierre Ossman
2016-06-10
1
-4
/
+3
*
|
|
Add useful tips to keyboard test routine
Pierre Ossman
2016-06-10
1
-0
/
+19
*
|
|
Merge branches 'patch-1' and 'patch-2' of https://github.com/jblaine/tigervnc
Pierre Ossman
2016-05-30
1
-1
/
+4
|
\
\
\
|
*
|
|
Documents $HOME/.vnc/default.tigervnc format
Jeff Blaine
2016-05-23
1
-1
/
+4
|
|
|
/
|
|
/
|
*
/
|
Properly name filehandle based on context of code
Jeff Blaine
2016-05-23
1
-3
/
+3
|
/
/
*
|
Handle parameter without value in libvnc.so
Pierre Ossman
2016-05-16
1
-1
/
+9
*
|
Merge branch 'fix_desc_ptr' of https://github.com/uglym8/tigervnc
Pierre Ossman
2016-05-13
1
-1
/
+1
|
\
\
|
*
|
Fix ptr usage
uglym8
2016-05-11
1
-1
/
+1
*
|
|
Avoid symbol clash for Xregion functions
Pierre Ossman
2016-05-13
1
-0
/
+16
*
|
|
Update Xregion to latest upstream
Pierre Ossman
2016-05-13
3
-384
/
+269
*
|
|
Split Xregion headers according to upstream
Pierre Ossman
2016-05-13
7
-342
/
+419
*
|
|
Don't reference Xregion unless used directly
Pierre Ossman
2016-05-13
3
-3
/
+3
*
|
|
Specify TigerVNC Project as the vendor/company
Pierre Ossman
2016-05-13
2
-2
/
+2
*
|
|
Fix to workaround non-default libtool on debian
Brian P. Hinz
2016-05-12
6
-0
/
+194
|
/
/
*
|
Merge branch 'fixcopypastemistake' of https://github.com/michalsrb/tigervnc
Pierre Ossman
2016-05-09
1
-1
/
+1
|
\
\
|
*
|
Fix mistake in TightEncoder::setCompressLevel.
Michal Srb
2016-05-06
1
-1
/
+1
*
|
|
Merge pull request #305 from bphinz/xorg-118
Brian Hinz
2016-05-07
2
-0
/
+23
|
\
\
\
|
*
|
|
Update xenial build to account for distro-specific xorg patches
Brian P. Hinz
2016-05-07
2
-0
/
+23
*
|
|
|
Merge pull request #304 from bphinz/xorg-118
Brian Hinz
2016-05-07
1
-5
/
+4
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
Fix xserver118.patch so that it actually applies agsinst xorg 1.18
Brian P. Hinz
2016-05-07
1
-5
/
+4
|
/
/
[prev]
[next]