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
/
xserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use generic copyright message which refers the user to the complete copyright...
DRC
2011-06-28
1
-3
/
+1
*
Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch
DRC
2011-06-24
1
-1
/
+1
*
No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...
DRC
2011-06-22
1
-1
/
+1
*
Server support for full colour cursors (no support for alpha though).
Pierre Ossman
2011-06-08
1
-43
/
+75
*
Allow buttons 6 and 7 to be used as well so that we can get horizontal
Pierre Ossman
2011-05-24
1
-1
/
+1
*
Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...
Adam Tkac
2011-05-11
1
-1
/
+2
*
[Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)
Adam Tkac
2011-04-27
1
-1
/
+1
*
Avoid intersecting screen with empty clipList in vncHooksCopyArea. The
Peter Åstrand
2011-03-07
1
-1
/
+3
*
Clean up the way build-xorg handles GnuTLS. It should now work the same way ...
DRC
2011-02-10
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
*
Sometimes we get copy requests that are partially or fully outside the
Pierre Ossman
2010-12-21
1
-0
/
+7
*
We might sometimes end up with an empty copy because of clipping. Make sure
Pierre Ossman
2010-12-21
1
-1
/
+2
*
Clean up CopyWindow hook so it's more readable.
Pierre Ossman
2010-12-21
1
-4
/
+8
*
[Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"
Adam Tkac
2010-12-13
3
-4
/
+26
*
[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
2
-5
/
+7
*
[Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...
Adam Tkac
2010-12-08
2
-0
/
+9
*
[Development] Add support for X.Org 1.10
Adam Tkac
2010-12-08
4
-3
/
+47
*
[Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.
Adam Tkac
2010-12-08
1
-2
/
+2
*
[Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitialized
Adam Tkac
2010-11-11
1
-1
/
+2
*
[Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)
Adam Tkac
2010-11-02
1
-0
/
+1
*
[Bugfix] Set pvfb->pixelFormatDefined only if format is defined.
Adam Tkac
2010-08-27
1
-2
/
+2
*
[Bugfix] Xvnc: define 32bit pixel format correctly when enabled.
Adam Tkac
2010-08-25
1
-5
/
+14
*
[Bugfix] Fix memory leak in InputDevice::keyEvent function.
Adam Tkac
2010-07-21
1
-0
/
+2
*
[Development] Pass "serverClient" to QueryColors when compiling against X.Org...
Adam Tkac
2010-07-20
1
-0
/
+4
*
[Development] Fetch root window pointer directly from pScreen if possible.
Adam Tkac
2010-07-20
2
-2
/
+12
*
[Development] Improve privates handling in vncHooks to be compatible with X.O...
Adam Tkac
2010-07-20
1
-2
/
+22
*
[Development] Enable compilation against X.Org 1.9.X source.
Adam Tkac
2010-07-20
1
-1
/
+3
*
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] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use
Adam Tkac
2010-05-18
1
-1
/
+1
*
[Bugfix] Use always XkbConvertCase instead of XConvertCase when compiling
Adam Tkac
2010-05-18
1
-1
/
+6
*
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
Adam Tkac
2010-04-23
1
-1
/
+0
*
[Development] Move all VncAuth code from SSecurityFactoryStandard class to
Adam Tkac
2010-04-23
1
-2
/
+0
*
[Development] Add possibility to define viewer/server specific parameters via
Adam Tkac
2010-04-23
2
-0
/
+2
*
[Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions
Adam Tkac
2010-04-14
2
-1
/
+46
*
[Development] Merge KeyboardDevice and PointerDevice classes to new class called
Adam Tkac
2010-04-14
4
-77
/
+61
*
Support out-of-tree xorg builds and lay groundwork for cross-compatible build...
DRC
2010-04-13
1
-6
/
+6
*
[Bugfix] Fix libvnc.so module loading (define listenaddr symbol).
Adam Tkac
2010-03-05
1
-0
/
+2
*
[Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.
Adam Tkac
2010-02-19
1
-0
/
+6
*
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
Adam Tkac
2010-02-05
3
-6
/
+33
*
[Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.
Adam Tkac
2010-01-22
1
-1
/
+3
*
Change the default DPI to 96 as that is what most other systems use and we
Pierre Ossman
2009-12-29
1
-2
/
+5
*
[Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.
Adam Tkac
2009-12-22
1
-1
/
+1
*
[Bugfix] Always include cursorstr.h in XserverDesktop.cc.
Adam Tkac
2009-12-22
1
-3
/
+0
[next]