aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncHooks.c
Commit message (Expand)AuthorAgeFilesLines
* Hook sprite functions instead to monitor cursorPierre Ossman2024-11-261-96/+194
* Handle "no cursor", not just "empty cursor"Pierre Ossman2024-11-261-5/+3
* Capitalize even more logging and exceptionsPierre Ossman2024-11-221-2/+2
* Avoid VNC updates for offscreen windowsPierre Ossman2024-06-201-28/+41
* Properly propagate CursorWarpedTo()Pierre Ossman2024-03-141-0/+5
* Remove vfb references from symbol namesPierre Ossman2021-07-131-1/+1
* Handle X.org patch level featuresPierre Ossman2021-07-131-13/+13
* Remove #ifdef RENDERPierre Ossman2021-07-131-18/+0
* Add support for notifying clients about pointer movementslhchavez2021-03-021-0/+26
* Get rid of magical assignment to RegionPierre Ossman2020-05-181-2/+0
* Avoid using RegionInit() because of empty rectsPierre Ossman2020-05-011-26/+26
* Stop using legacy region macrosPierre Ossman2020-05-011-125/+125
* Handle empty changes for every operationPierre Ossman2020-04-201-22/+16
* Remove legacy Xorg codePierre Ossman2020-04-021-117/+3
* Stop tracking changes for each glyphPierre Ossman2018-09-131-20/+34
* Removed support for building without RANDR definePeter Åstrand (astrand)2018-04-091-18/+0
* Fix for RENDER hooks on Xorg < 1.12Pierre Ossman2018-02-051-0/+12
* Hook remaining XRender operationsPierre Ossman2018-01-231-0/+304
* Make RandR callbacks optional as they were beforeJan Grulich2017-05-041-3/+7
* Fix wrapping/unwrapping of X11 hooksPierre Ossman2017-02-131-126/+118
* Add xorg-xserver 1.19 supportHans de Goede2016-10-051-3/+18
* Set cursor sprite globallyPierre Ossman2016-08-181-1/+1
* Better check for on screen visibilityPierre Ossman2016-01-111-13/+33
* Gracefully handle empty CopyArea operationsPierre Ossman2015-11-301-6/+15
* Properly free temporary cursor bufferPierre Ossman2015-09-291-0/+2
* Use REGION_INTERSECT() rather than trying to compute things manuallyPierre Ossman2015-09-141-3/+13
* Make vncHooksComposite() and vncHooksGlyphs() staticPierre Ossman2015-09-141-2/+2
* Remove REGION_NULL fallbackPierre Ossman2015-09-141-7/+0
* Remove code supporting Xorg older than 1.7Pierre Ossman2015-01-291-23/+7
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-0/+2105