summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/offscreen/qoffscreenintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QOffscreenIntegration: Don't keep around removed screensTor Arne Vestbø2022-09-091-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-3/+5
* High-dpi configuration change testingMorten Johan Sørvig2021-09-081-1/+1
* Offscreen: add configuration update APIMorten Johan Sørvig2021-09-081-36/+172
* Fix memory leak of QOffscreenScreen in QOffscreenIntegrationMilian Wolff2021-07-011-0/+2
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-041-0/+1
* offscreen: always create a valid QPlatformIntegrationMorten Johan Sørvig2020-12-211-2/+3
* Add font function to OffscreenTheme to run unit tests with offscreenAndreas Buhr2020-11-241-0/+14
* Offscreen QPA: implement a native interfaceGiuseppe D'Angelo2020-10-301-0/+7
* QPA offscreen: make platform plugin configurableMorten Johan Sørvig2020-10-201-6/+106
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-13/+0
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-3/+3
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-151-1/+1
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-101-1/+1
* Remove winrtOliver Wolff2020-06-061-8/+0
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* 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-211-2/+2
* | Add run-time qpa offscreen glx support selectionMichal Klocek2019-02-181-0/+14
|/
* Offscreen QPA: use a CoreText font database on macOSR.J.V. Bertin2018-12-111-1/+4
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* Offscreen QPA: Use fusion style alwaysFriedemann Kleint2017-11-141-0/+32
* Add support for input contexts to offscreen platformSami Nurmenniemi2017-06-201-0/+12
* Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-041-2/+2
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-3/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-9/+12
|\
| * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-5/+8
* | add WinRT event dispatcherOliver Wolff2013-09-261-0/+8
|/
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-2/+2
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2013-04-191-0/+4
* Offscreen testing platform pluginSamuel Rødal2013-01-291-0/+162