summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/offscreen
Commit message (Expand)AuthorAgeFilesLines
...
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-272-2/+4
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-18/+8
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-8/+8
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-245-14/+14
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-065-14/+14
* | 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-1/+2
|\|
| * Update QPA mouse event handling in offscreen and VNC pluginsShawn Rutledge2019-08-301-1/+2
* | Regenerate platforms plugins part 5Alexandru Croitor2019-10-082-2/+46
* | 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-1/+3
* | Revert "CMake: better GLX detection"Simon Hausmann2019-05-031-1/+1
* | Fix build by re-generating CMakeLists.txt from offscreen.proSimon Hausmann2019-05-021-5/+1
* | CMake: better GLX detectionVille Voutilainen2019-05-021-2/+6
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-167-89/+127
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-1/+2
| |\
| | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+2
| * | offscreen: remove false conditionGatis Paeglis2019-02-212-3/+3
| * | Add run-time qpa offscreen glx support selectionMichal Klocek2019-02-184-53/+14
| * | Fix handling of glxconfig and glxcontext in offscreen pluginMichal Klocek2019-02-132-9/+32
| * | Fix incorrect surface type in offscreen pluginMichal Klocek2019-02-131-0/+7
| * | Add native handle for context in offscreen pluginMichal Klocek2019-02-131-0/+4
| * | Add platform native interface to offscreen pluginMichal Klocek2019-02-123-25/+62
| |/
| * Fix building offscreen QPA with Qt XCBAllan Sandfeld Jensen2019-01-291-1/+1
| * Offscreen QPA: use a CoreText font database on macOSR.J.V. Bertin2018-12-111-1/+4
* | CMake: Re-generate plugins/platforms/offscreenTobias Hunger2019-03-291-11/+10
* | cmake: build the offscreen platform plugin on macOSLiang Qi2019-02-111-1/+1
* | cmake: build the offscreen platform pluginAlbert Astals Cid2019-02-111-0/+45
|/
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-293-5/+7
* Handle unset $DISPLAY variable when using the offscreen platformJan Murawski2018-02-161-2/+6
* QOffscreenIntegration: add missing overrideAnton Kudryavtsev2018-01-241-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-0/+35
|\
| * Offscreen QPA: Use fusion style alwaysFriedemann Kleint2017-11-142-0/+35
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-38/+38
|/
* Add support for input contexts to offscreen platformSami Nurmenniemi2017-06-202-0/+16
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-072-4/+7
|\
| * Don't set margin on offscreen window if it has a parentSami Nurmenniemi2017-04-061-2/+5
| * Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-041-2/+2
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-16/+9
* | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-1/+0
|/
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-153-5/+8
* offscreen plugin: eradicate Q_FOREACH loopsMarc Mutz2016-08-272-9/+10
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-223-8/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+5
| |\
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
| * | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-3/+3