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
/
vncHooks.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
GCFuncs and GCOps are const since 1.16.
Tim Waugh
2014-09-04
1
-0
/
+9
*
Updated to build against xorg-x11-server 1.16.0.
Tim Waugh
2014-09-03
1
-13
/
+13
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-38
/
+0
*
The screen index was removed in 1.13, not 1.12.
Pierre Ossman
2013-08-19
1
-7
/
+7
*
Redo r5090 using functions that are available in older
Pierre Ossman
2013-05-22
1
-21
/
+18
*
The Glyph operation is not guaranteed to be implemented on top of the
Pierre Ossman
2013-05-07
1
-2
/
+105
*
Add support for X.Org 1.13
Adam Tkac
2012-09-05
1
-0
/
+30
*
Implicit drawing operations (like window borders) are done by accessing
Pierre Ossman
2012-07-19
1
-9
/
+26
*
Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old
Pierre Ossman
2012-07-12
1
-19
/
+102
*
Fix a race condition where we might get updates thrown at us right after a
Pierre Ossman
2012-01-23
1
-0
/
+7
*
We informed the RFB layer of RENDER operations before they were actually
Pierre Ossman
2011-11-03
1
-8
/
+15
*
Avoid catching composite (RENDER) operations that only affect off-screen
Pierre Ossman
2011-10-11
1
-16
/
+20
*
Fixed the formatting of a few Cendio copyright lines, so that it is
Peter Åstrand
2011-09-28
1
-1
/
+1
*
Avoid intersecting screen with empty clipList in vncHooksCopyArea. The
Peter Åstrand
2011-03-07
1
-1
/
+3
*
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] Add support for X.Org 1.10
Adam Tkac
2010-12-08
1
-0
/
+12
*
[Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.
Adam Tkac
2010-12-08
1
-2
/
+2
*
[Development] Improve privates handling in vncHooks to be compatible with X.O...
Adam Tkac
2010-07-20
1
-2
/
+22
*
Move definition of XORG macro to separate header.
Adam Tkac
2009-08-28
1
-0
/
+1
*
Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...
Adam Tkac
2009-08-28
1
-6
/
+6
*
Restore Composite callback when we close the screen.
Pierre Ossman
2009-03-19
1
-0
/
+7
*
Support for RandR on the server.
Pierre Ossman
2009-03-18
1
-0
/
+69
*
[Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ...
Adam Tkac
2009-01-07
1
-26
/
+18
*
[Development] Make Xvnc compilable against X.org 1.6 branch
Adam Tkac
2009-01-07
1
-5
/
+33
*
Fix compilation issues with gcc 3.4 (patch from George Wright - <gwright cend...
Adam Tkac
2008-07-29
1
-0
/
+2
*
- include dix-config.h before any xorg header
Adam Tkac
2008-04-17
1
-0
/
+4
*
PaintWindowBackground and PaintWindowBorder hooks are no longer used.
Adam Tkac
2008-03-26
1
-57
/
+6
*
Don't access devPrivates directly. Use dixRequestPrivate and dixLookupPrivate
Adam Tkac
2008-03-22
1
-34
/
+20
*
- moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X tree
Adam Tkac
2008-03-21
1
-0
/
+1533