aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.h
Commit message (Expand)AuthorAgeFilesLines
* Add server support for forward/back mouse buttonsAdam Halim2024-10-221-1/+1
* Better type for pointer button maskPierre Ossman2024-08-121-1/+1
* Mark overridden virtual functionsPierre Ossman2024-06-241-14/+14
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-191-4/+9
|\
| * Add support for X Present extensionPierre Ossman2024-06-191-1/+7
| * Make SDesktop::start()/stop() optionalPierre Ossman2024-06-191-2/+0
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-191-1/+2
| * Explicitly request timer repetitionPierre Ossman2024-06-191-1/+1
* | vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-261-1/+1
* | Remove the network::SocketServer interface.Carlos Santos2024-04-261-3/+3
|/
* Use std::string instead of CharArrayPierre Ossman2023-02-041-2/+2
* Use stdint typesPierre Ossman2023-02-011-2/+2
* Rename Input.h to vncInput.h to fix building on case-insensitive FSAlex Richardson2021-07-151-1/+1
* Add support for notifying clients about pointer movementslhchavez2021-03-021-0/+1
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-1/+1
* Improved clipboard APIPierre Ossman2019-07-011-3/+7
* Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* Properly terminate server on timeoutsPierre Ossman2018-11-091-0/+1
* Inherit SocketServer directly from VNCServerPierre Ossman2018-10-261-2/+2
* Remove QueryConnectionHandlerPierre Ossman2018-10-101-5/+4
* Force common flow of connection queriesPierre Ossman2018-10-091-3/+2
* Remove Java web serverPierre Ossman2018-10-091-9/+0
* Use abstract SocketListener classPierre Ossman2018-05-041-6/+6
* Removed support for building without RANDR definePeter Åstrand (astrand)2018-04-091-2/+0
* Move computeScreenLayout/setScreenLayout to unixcommon libPeter Åstrand (astrand)2018-04-091-2/+1
* Make vncRandRGetOutputId return the actual id; not a pointerPeter Åstrand (astrand)2018-04-091-1/+1
* Push query connect timeout back in to XvncPierre Ossman2017-10-041-1/+5
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-1/+0
* Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-1/+1
* Add support for lock LED state to Xvnc/libvnc.soPierre Ossman2017-08-241-0/+1
* Remove unused variable deferredUpdateTimerSetPierre Ossman2017-02-241-1/+0
* Merge X server block handling code pathsPierre Ossman2016-10-051-12/+10
* Add xorg-xserver 1.19 supportHans de Goede2016-10-051-0/+7
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-4/+4
* Fixed IPv6 support.Tim Waugh2015-03-131-4/+5
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-38/+23
* Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-141-11/+1
|\
| * Get rid of getStride()Pierre Ossman2014-07-071-2/+0
| * Remove full support for colour mapsPierre Ossman2014-07-071-9/+1
* | Make InputDevice into a singletonPierre Ossman2014-07-141-1/+0
* | Let XserverDesktop handle syncing cursor positionPierre Ossman2014-07-141-0/+2
|/
* Add back support for letting the client reconfigure the screen, this timePierre Ossman2012-07-131-0/+4
* Track outputs instead of CRTCs, as those better match the screen conceptPierre Ossman2012-07-121-2/+2
* Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The oldPierre Ossman2012-07-121-2/+12
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-231-0/+2
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-4/+0
* The dummy timer isn't used anymore.Pierre Ossman2011-11-081-1/+1
* Timers in RFB still weren't working properly. Do this right and check the nextPierre Ossman2011-11-071-1/+2
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-251-0/+2
* [Development] Merge KeyboardDevice and PointerDevice classes to new class calledAdam Tkac2010-04-141-2/+1