summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/qvnc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-6/+4
* VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-05-231-3/+3
* platform plugins: port away from QRegion::rects()Marc Mutz2017-12-061-4/+5
* Fix build with -no-feature-cursorPaul Olav Tvete2017-03-011-6/+2
* Fix build with -no-feature-cursorAndrew Knight2016-11-081-2/+6
* Fix change-of-sign warnings caught by ICC 17Thiago Macieira2016-10-231-1/+2
* Cleanup VNC platform plugins debug messagesAndy Nichols2016-06-281-5/+8
* Add plugin arguments to VNC pluginAndy Nichols2016-06-281-12/+4
* Support multiple connected clients in the VNC pluginAndy Nichols2016-06-281-654/+51
* Support for client side cursors in the VNC pluginLars Knoll2016-06-281-20/+7
* cleanups in the VNC pluginLars Knoll2016-06-281-120/+8
* Support showing the mouse cursor in the VNC pluginLars Knoll2016-06-281-3/+0
* Implement support for key events in the VNC pluginLars Knoll2016-06-281-3/+2
* Properly forward mouse events to the VNC clientLars Knoll2016-06-281-7/+5
* Initial work on a VNC QPA pluginLars Knoll2016-06-281-0/+1419