summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/qvnc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Fix crash when setting override cursor on multiple clientsEskil Abrahamsen Blomfeldt2022-09-051-3/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QVncIntegrationPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-231-1/+1
* Canonical pointer usageHou Lei2021-02-091-33/+33
* Fix VNC format conversionAllan Sandfeld Jensen2021-01-131-2/+4
* Fix the initial cursor state for the VNC pluginMagnaboscoL2020-10-171-1/+4
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* 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