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
/
xserver
/
hw
/
vnc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
4
-171
/
+35
|
\
|
*
Get rid of getStride()
Pierre Ossman
2014-07-07
2
-10
/
+3
|
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
4
-161
/
+32
*
|
Handle closing of input devices
Pierre Ossman
2014-07-14
2
-6
/
+5
*
|
Remove private storage from InputDevice
Pierre Ossman
2014-07-14
1
-27
/
+2
*
|
Make InputDevice into a singleton
Pierre Ossman
2014-07-14
4
-23
/
+34
*
|
Move all functions that InputDevice uses into the class
Pierre Ossman
2014-07-14
3
-5
/
+8
*
|
Let XserverDesktop handle syncing cursor position
Pierre Ossman
2014-07-14
4
-18
/
+20
*
|
Re-init VNC extension on server reset
Pierre Ossman
2014-07-14
1
-2
/
+2
*
|
We need to set a label on all pointer buttons
Pierre Ossman
2014-07-11
1
-0
/
+2
|
/
*
Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...
Brian Hinz
2014-01-02
1
-1
/
+2
*
Do a better type cast that mirrors how we generate
Pierre Ossman
2013-09-19
1
-1
/
+1
*
The screen index was removed in 1.13, not 1.12.
Pierre Ossman
2013-08-19
1
-7
/
+7
*
Fix bad size calculation in GetQueryConnect handler as well
Pierre Ossman
2013-07-01
1
-3
/
+5
*
Update more copyrights to 2013.
Peter Åstrand
2013-06-11
1
-1
/
+1
*
Some applications (e.g. wine and rdesktop) tend to misbehave
Pierre Ossman
2013-05-30
4
-0
/
+148
*
Simplify the lookup of alternative keysyms.
Pierre Ossman
2013-05-30
1
-12
/
+12
*
Even if we ignore the modifiers, we still have to respect
Pierre Ossman
2013-05-30
1
-4
/
+9
*
Fix bad reference counting of the initial randr mode set.
Pierre Ossman
2013-05-24
1
-2
/
+6
*
Adding normal alphabetic keysyms as ONE_LEVEL did not behave
Pierre Ossman
2013-05-23
1
-3
/
+19
*
xkbcomp ignores keycodes without names, so make sure any keycode
Pierre Ossman
2013-05-23
1
-0
/
+16
*
The cause of the keyboard mapping change is not a X11 request,
Pierre Ossman
2013-05-23
1
-1
/
+1
*
XkbTranslateKeyCode() is not implemented according to
Pierre Ossman
2013-05-23
1
-1
/
+8
*
Not sure what I was smoking when I wrote this. You need
Pierre Ossman
2013-05-23
1
-1
/
+2
*
Relax the requirements on addKeysym() so that it can add new
Pierre Ossman
2013-05-23
1
-1
/
+10
*
Redo r5090 using functions that are available in older
Pierre Ossman
2013-05-22
1
-21
/
+18
*
Apparently it is more kosher to completely disassociate an
Pierre Ossman
2013-05-22
2
-4
/
+2
*
Automatically update the connection state for RandR
Pierre Ossman
2013-05-22
1
-21
/
+28
*
The Glyph operation is not guaranteed to be implemented on top of the
Pierre Ossman
2013-05-07
1
-2
/
+105
*
Bump development version now that 1.3 has been branched off.
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
*
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
*
X.Org 1.14 support was incomplete
Adam Tkac
2013-02-19
2
-1
/
+5
*
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
[next]