summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove deprecated screen maintenance functions in QPlatformIntegration"Liang Qi2019-03-295-13/+64
* Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-264-15/+17
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Friedemann Kleint2019-03-2614-148/+151
|\
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2614-148/+151
| |\
| | * Remove deprecated screen maintenance functions in QPlatformIntegrationTor Arne Vestbø2019-03-225-64/+13
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-1/+4
| | |\
| | | * Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2012-108/+159
| | |\|
| | | * Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
| | | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-196-54/+90
| | | * Replace LDEBUG with categorized logging in QTextDocumentLayout(Private)Shawn Rutledge2019-03-181-45/+36
| | | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-153-2/+19
| | | |\
| | | | * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-203-12/+17
| | | | |\
| | | | * | Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-143-2/+19
| | | * | | macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+2
* | | | | | Add missing implementation of a QOpenGLTexture::setData() overloadFriedemann Kleint2019-03-261-0/+29
|/ / / / /
* | | | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-226-0/+25
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-164-3/+4
|\| | | |
| * | | | Fix some qdoc warningsFriedemann Kleint2019-03-152-2/+2
| * | | | Fix qdoc errors in QIcon headerFriedemann Kleint2019-03-151-0/+1
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-1/+1
| |\| | |
| | * | | QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
* | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-153-6/+7
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-143-6/+7
| |\| | | |
| | * | | | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-133-6/+7
* | | | | | More nullptr usage in headersKevin Funk2019-03-1452-159/+159
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-096-32/+41
|\| | | |
| * | | | Fix some qdoc warningsFriedemann Kleint2019-03-072-5/+5
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-063-25/+34
| |\| | |
| | * | | Fix generation of the Qt5::GLESv2 target on ARMAleix Pol2019-03-051-5/+18
| | * | | Don't split bezier curves that are already just a lineAllan Sandfeld Jensen2019-03-051-2/+3
| | * | | Prefer BGRA uploading to swizzlingAllan Sandfeld Jensen2019-03-021-18/+13
| * | | | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-2/+2
* | | | | QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-051-6/+3
* | | | | Update qopenglext.h to the latest Khronos versionPaul Olav Tvete2019-03-051-17/+538
* | | | | Update qopengles2ext to the latest Khronos versionPaul Olav Tvete2019-03-051-10/+432
* | | | | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-041-6/+6
* | | | | Add Q_ENUM for QValidator::StateAlexander Akulich2019-03-041-0/+1
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-019-7/+281
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-285-4/+32
| |\| | |
| | * | | Fix determination of OpenGL include paths on macOS, take 2Joerg Bornemann2019-02-272-1/+12
| | * | | QSyntaxHighlighter: Fix crash when parent is a nullptrDominik Haumann2019-02-271-1/+1
| | * | | Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-262-2/+19
| * | | | QTextureFileReader: add support for astc format filesEirik Aavitsland2019-02-274-3/+249
* | | | | QOpenGLTexture::setData add overloads to allow specifying sub imagesPaul Lemire2019-02-273-0/+264
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-276-10/+8
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-3/+1
| |\| | |
| | * | | Fix assert when drawing lines with extreme coordinatesEirik Aavitsland2019-02-251-3/+1
| | | |/ | | |/|
| * | | Fix can not -> cannotRobert Loehning2019-02-255-7/+7
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2210-17/+21
|\| | |