summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/offscreen
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-3/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-1510-140/+200
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/
* Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDEThiago Macieira2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-1110-70/+70
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-036-37/+37
* Update license headers and add new license filesMatti Paaso2014-09-2410-190/+110
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+1
|\
| * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-1/+1
|/