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
*
Fix pointer initialization to prevent NULL events.
Brian P. Hinz
2014-09-29
1
-4
/
+4
*
Updated to build against xorg-x11-server 1.16.0.
Tim Waugh
2014-09-03
1
-1
/
+1
*
Update the cursor position using GetSpritePosition().
Tim Waugh
2014-07-14
1
-1
/
+9
*
Handle closing of input devices
Pierre Ossman
2014-07-14
1
-5
/
+5
*
Make InputDevice into a singleton
Pierre Ossman
2014-07-14
1
-1
/
+6
*
Move all functions that InputDevice uses into the class
Pierre Ossman
2014-07-14
1
-4
/
+2
*
Let XserverDesktop handle syncing cursor position
Pierre Ossman
2014-07-14
1
-8
/
+4
*
We need to set a label on all pointer buttons
Pierre Ossman
2014-07-11
1
-0
/
+2
*
Some applications (e.g. wine and rdesktop) tend to misbehave
Pierre Ossman
2013-05-30
1
-0
/
+49
*
Simplify the lookup of alternative keysyms.
Pierre Ossman
2013-05-30
1
-12
/
+12
*
Relax the requirements on addKeysym() so that it can add new
Pierre Ossman
2013-05-23
1
-1
/
+10
*
Shifted Tab is a generic VNC problem and not specific to just
Pierre Ossman
2013-04-16
1
-0
/
+16
*
Embarrasing copy/paste error. Fixes fake AltGr presses.
Pierre Ossman
2013-04-15
1
-1
/
+1
*
Add some missing headers. It is not really ok to include Xutil.h
Pierre Ossman
2013-04-11
1
-0
/
+1
*
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
1
-703
/
+113
*
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
1
-1
/
+40
*
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
1
-4
/
+3
*
Make sure InputDevice::InitInputDevice() gets called early in
Pierre Ossman
2013-04-09
1
-7
/
+1
*
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.11.X
Adam Tkac
2012-08-28
1
-10
/
+51
*
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