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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
/
hw
/
vnc
/
Input.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-1
/
+0
*
Allow buttons 6 and 7 to be used as well so that we can get horizontal
Pierre Ossman
2011-05-24
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] 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
1
-3
/
+7
*
[Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...
Adam Tkac
2010-12-08
1
-0
/
+4
*
[Development] Add support for X.Org 1.10
Adam Tkac
2010-12-08
1
-0
/
+21
*
[Bugfix] Fix memory leak in InputDevice::keyEvent function.
Adam Tkac
2010-07-21
1
-0
/
+2
*
Extend the default keyboard table with the Windows keys so that they can
Pierre Ossman
2010-06-15
1
-0
/
+4
*
Map up the rest of the standard modifiers (if available).
Pierre Ossman
2010-06-15
1
-0
/
+14
*
Use a switch statement instead of a series of if:s for setting up the modmap
Pierre Ossman
2010-06-15
1
-8
/
+14
*
Reinstate Caps Lock in the default keyboard map. It's not documented why
Pierre Ossman
2010-06-14
1
-1
/
+1
*
XConvertCase() in xorg-xserver 1.5 is simply a macro that maps to XkbConvertC...
DRC
2010-05-20
1
-4
/
+0
*
[Bugfix] Use always XkbConvertCase instead of XConvertCase when compiling
Adam Tkac
2010-05-18
1
-1
/
+6
*
[Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions
Adam Tkac
2010-04-14
1
-1
/
+36
*
[Development] Merge KeyboardDevice and PointerDevice classes to new class called
Adam Tkac
2010-04-14
1
-43
/
+36
*
[Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.
Adam Tkac
2009-12-22
1
-1
/
+1
*
[Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...
Adam Tkac
2009-12-21
1
-33
/
+177
*
Avoid modifiers such as shift sticking.
Peter Åstrand
2009-12-09
1
-0
/
+17
*
Move keyboard input related code to Input.h and Input.cc.
Adam Tkac
2009-08-28
1
-4
/
+602
*
Add Input.h and Input.cc and move all mouse input related code there.
Adam Tkac
2009-08-28
1
-0
/
+167