summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qoffscreensurface.h
Commit message (Expand)AuthorAgeFilesLines
* qoffscreensurface.h: Add module to Q_MOC_INCLUDEFabian Kosmale2023-05-161-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-101-0/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-2/+1
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-271-3/+5
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-261-3/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+1
* Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-251-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-4/+4
* QOffscreenSurface: fix blunderGiuseppe D'Angelo2017-04-231-1/+1
* QOffscreenSurface: add a constructor taking a parent objectGiuseppe D'Angelo2017-04-211-1/+2
* Android: Enable Adoption of ANativeWindow handle as a QOffscreenSurfaceAndy Nichols2016-12-141-0/+3
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Added QOffscreenSurface class.Yoann Lopes2013-02-181-0/+98