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
path:
root
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark final 1.3.0 release.
v1.3.0
Pierre Ossman
2013-07-04
1
-1
/
+1
*
Copy r5124 from trunk.
Pierre Ossman
2013-07-01
1
-3
/
+5
*
Copy r5117 through r5119 from trunk.
Pierre Ossman
2013-05-30
4
-16
/
+169
*
Copy r5111 from trunk.
Pierre Ossman
2013-05-24
1
-2
/
+6
*
Copy 5104:5109 from trunk.
Pierre Ossman
2013-05-23
2
-7
/
+56
*
Copy r5100 from trunk.
Pierre Ossman
2013-05-22
1
-21
/
+18
*
Copy r5099 from trunk.
Pierre Ossman
2013-05-22
2
-4
/
+2
*
Copy r5098 from trunk.
Pierre Ossman
2013-05-22
1
-21
/
+28
*
Copy commit 5095 from trunk.
Pierre Ossman
2013-05-08
2
-14
/
+14
*
Copy commit 5090 off trunk.
Pierre Ossman
2013-05-07
1
-2
/
+105
*
Bump version to 1.2.90 (1.3beta1).
v1.2.90
Pierre Ossman
2013-04-25
1
-1
/
+1
*
Shifted Tab is a generic VNC problem and not specific to just
Pierre Ossman
2013-04-16
2
-16
/
+16
*
Embarrasing copy/paste error. Fixes fake AltGr presses.
Pierre Ossman
2013-04-15
1
-1
/
+1
*
Another attempt at supporting older Xorg versions.
Pierre Ossman
2013-04-12
1
-1
/
+2
*
Add support for older Xorg releases.
Pierre Ossman
2013-04-11
1
-0
/
+9
*
Add some missing headers. It is not really ok to include Xutil.h
Pierre Ossman
2013-04-11
3
-0
/
+4
*
Port over the write block handler code from the 1.5 patch.
Pierre Ossman
2013-04-10
1
-11
/
+64
*
Move keyboardProc() so we have all the init stuff in one place.
Pierre Ossman
2013-04-09
1
-47
/
+41
*
Major rewrite of the keyboard code. The old code was too focused on
Pierre Ossman
2013-04-09
5
-706
/
+1274
*
Copy error. Should have been a tab rather than spaces here.
Pierre Ossman
2013-04-09
1
-1
/
+1
*
Mode switch and level 3 shift are used interchangably these days.
Pierre Ossman
2013-04-09
1
-0
/
+1
*
Make sure we release the same key we previously pressed for a
Pierre Ossman
2013-04-09
2
-1
/
+43
*
Handle init of old and new keyboards the same way.
Pierre Ossman
2013-04-09
1
-20
/
+27
*
We have an object to store stuff in, so don't use a global
Pierre Ossman
2013-04-09
2
-4
/
+4
*
Make sure InputDevice::InitInputDevice() gets called early in
Pierre Ossman
2013-04-09
3
-10
/
+12
*
Copy the -verbose and -quiet parameters from Xorg so that we
Pierre Ossman
2013-04-09
1
-2
/
+29
*
GLX is no longer initialised by the dix. Patch originally by
Pierre Ossman
2013-04-09
1
-0
/
+19
*
Initialize VNC extension from libvnc.so only once.
Adam Tkac
2013-03-14
1
-13
/
+18
*
Simplify rfb::ParameterIterator - we always iterate over all enabled params.
Adam Tkac
2013-03-14
2
-3
/
+3
*
Remove bogus -geometry width/height adjustment from vncserver script
Adam Tkac
2013-03-14
1
-8
/
+0
*
X.Org 1.14 support was incomplete
Adam Tkac
2013-02-19
2
-1
/
+5
*
Add xserver114.patch patch
Adam Tkac
2013-01-24
1
-0
/
+84
*
Allow to change "AcceptPointerEvents" via "vncconfig -set".
Adam Tkac
2012-11-26
1
-1
/
+2
*
Fix handling of whitelisted "vncconfig -set" parameters in Xvnc.
Adam Tkac
2012-11-26
1
-3
/
+3
*
Add support for X.Org 1.13
Adam Tkac
2012-09-05
4
-3
/
+108
*
Add xserver113.patch
Adam Tkac
2012-09-05
1
-0
/
+92
*
Fix build errors with XORG < 111: I assume that the last NULL argument
Peter Åstrand
2012-08-29
1
-1
/
+1
*
Add support for X.Org 1.12.X
Adam Tkac
2012-08-28
4
-17
/
+227
*
Add Support for X.Org 1.11.X
Adam Tkac
2012-08-28
4
-10
/
+161
*
Fix silly typo that caused us to mishandle some SetDesktopSize requests.
Pierre Ossman
2012-08-27
1
-1
/
+1
*
Remove the in-tree versin of FLTK. Maintaining such a copy is way too
Peter Åstrand
2012-08-09
1
-1
/
+1
*
Implicit drawing operations (like window borders) are done by accessing
Pierre Ossman
2012-07-19
1
-9
/
+26
*
Fix improper check of errors when getting a suitable RandR mode.
Pierre Ossman
2012-07-18
1
-2
/
+2
*
We need to be able to handle outputs without any CRTC connected as well.
Pierre Ossman
2012-07-18
1
-10
/
+56
*
Forgot to initialise the iterator index properly.
Pierre Ossman
2012-07-18
1
-1
/
+1
*
We need to manually update the RandR timestamp, as it is normally set in
Pierre Ossman
2012-07-17
1
-0
/
+7
*
The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure things
Pierre Ossman
2012-07-17
1
-2
/
+19
*
Add back support for letting the client reconfigure the screen, this time
Pierre Ossman
2012-07-13
4
-34
/
+284
*
Track outputs instead of CRTCs, as those better match the screen concept
Pierre Ossman
2012-07-12
2
-15
/
+17
*
Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old
Pierre Ossman
2012-07-12
5
-165
/
+366
[next]