summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc
Commit message (Expand)AuthorAgeFilesLines
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-1/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-26/+10
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-8/+8
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-244-6/+5
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-064-5/+5
| * Remove QFlags(0), QFlags() does the same and is not deprecatedAlbert Astals Cid2019-11-291-1/+0
* | Regenerate src/*Alexandru Croitor2019-11-142-4/+4
* | Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-2/+11
|\|
| * Update QPA mouse event handling in offscreen and VNC pluginsShawn Rutledge2019-08-301-2/+11
* | Regenerate platforms plugins part 5Alexandru Croitor2019-10-082-2/+52
* | cmake: implement default qpa plugin behavior for static buildsJean-Michaël Celerier2019-07-051-0/+1
* | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-11/+24
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-165-13/+12
|\|
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-2/+3
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+3
| | |\
| | | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+3
| * | | More nullptr usage in headersKevin Funk2019-03-142-4/+4
| |/ /
| * / Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-102-7/+5
| |/
* / cmake: enable vnc platform pluginAlbert Astals Cid2019-02-121-0/+41
|/
* 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
* vnc: remove unused qlibinputhandler_p.h includeGatis Paeglis2017-09-051-3/+0
* Fix warning for -no-feature-cursorTasuku Suzuki2017-04-251-0/+4
* Replace last occurrences of LGPL3, LGPL3-COMM headersKai Koehne2017-04-061-13/+16
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-5/+5
|\
| * put load(qt_plugin) at end of project fileOswald Buddenhagen2017-03-061-5/+5
* | Fix build with -no-feature-cursorPaul Olav Tvete2017-03-015-9/+19
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-243-5/+10
|\|
| * fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
* | vnc: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2017-01-093-14/+14
* | vnc: Add missing overrideAlexander Volkov2017-01-062-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-2/+6
|\|
| * Fix build with -no-feature-cursorAndrew Knight2016-11-081-2/+6
* | fb platforms: migrate to fbconvenience changesLaszlo Agocs2016-11-162-5/+5
* | linuxfb: Make first window fullscreen like eglfsLaszlo Agocs2016-11-092-0/+7
|/
* Fix change-of-sign warnings caught by ICC 17Thiago Macieira2016-10-231-1/+2
* rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-2/+0
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-154-11/+17
* mark some already-clean platform plugins as Q_FOREACH-freeMarc Mutz2016-08-261-0/+2
* Rework privateFeatureLars Knoll2016-08-191-1/+1
* Fix VNC platform plugin building on i386Andy Nichols2016-06-291-31/+0
* Cleanup VNC platform plugins debug messagesAndy Nichols2016-06-285-31/+25
* Add plugin arguments to VNC pluginAndy Nichols2016-06-285-16/+34
* Support multiple connected clients in the VNC pluginAndy Nichols2016-06-287-729/+951
* Support for client side cursors in the VNC pluginLars Knoll2016-06-284-30/+37
* cleanups in the VNC pluginLars Knoll2016-06-283-163/+10
* Support showing the mouse cursor in the VNC pluginLars Knoll2016-06-283-4/+10
* Implement support for key events in the VNC pluginLars Knoll2016-06-281-3/+2
* Properly forward mouse events to the VNC clientLars Knoll2016-06-282-8/+6