aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncHooks.cc
Commit message (Expand)AuthorAgeFilesLines
* GCFuncs and GCOps are const since 1.16.Tim Waugh2014-09-041-0/+9
* Updated to build against xorg-x11-server 1.16.0.Tim Waugh2014-09-031-13/+13
* Remove full support for colour mapsPierre Ossman2014-07-071-38/+0
* The screen index was removed in 1.13, not 1.12.Pierre Ossman2013-08-191-7/+7
* Redo r5090 using functions that are available in olderPierre Ossman2013-05-221-21/+18
* The Glyph operation is not guaranteed to be implemented on top of thePierre Ossman2013-05-071-2/+105
* Add support for X.Org 1.13Adam Tkac2012-09-051-0/+30
* Implicit drawing operations (like window borders) are done by accessingPierre Ossman2012-07-191-9/+26
* Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The oldPierre Ossman2012-07-121-19/+102
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-231-0/+7
* We informed the RFB layer of RENDER operations before they were actuallyPierre Ossman2011-11-031-8/+15
* Avoid catching composite (RENDER) operations that only affect off-screenPierre Ossman2011-10-111-16/+20
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-281-1/+1
* Avoid intersecting screen with empty clipList in vncHooksCopyArea. ThePeter Åstrand2011-03-071-1/+3
* Sometimes we get copy requests that are partially or fully outside thePierre Ossman2010-12-211-0/+7
* We might sometimes end up with an empty copy because of clipping. Make surePierre Ossman2010-12-211-1/+2
* Clean up CopyWindow hook so it's more readable.Pierre Ossman2010-12-211-4/+8
* [Development] Add support for X.Org 1.10Adam Tkac2010-12-081-0/+12
* [Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.Adam Tkac2010-12-081-2/+2
* [Development] Improve privates handling in vncHooks to be compatible with X.O...Adam Tkac2010-07-201-2/+22
* Move definition of XORG macro to separate header.Adam Tkac2009-08-281-0/+1
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...Adam Tkac2009-08-281-6/+6
* Restore Composite callback when we close the screen.Pierre Ossman2009-03-191-0/+7
* Support for RandR on the server.Pierre Ossman2009-03-181-0/+69
* [Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ...Adam Tkac2009-01-071-26/+18
* [Development] Make Xvnc compilable against X.org 1.6 branchAdam Tkac2009-01-071-5/+33
* Fix compilation issues with gcc 3.4 (patch from George Wright - <gwright cend...Adam Tkac2008-07-291-0/+2
* - include dix-config.h before any xorg headerAdam Tkac2008-04-171-0/+4
* PaintWindowBackground and PaintWindowBorder hooks are no longer used.Adam Tkac2008-03-261-57/+6
* Don't access devPrivates directly. Use dixRequestPrivate and dixLookupPrivateAdam Tkac2008-03-221-34/+20
* - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X treeAdam Tkac2008-03-211-0/+1533