summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Implement support for WA_MacNoClickThroughAndy Shaw2019-04-011-0/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-317-52/+65
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-303-48/+37
| |\
| | * Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-293-62/+51
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-264-4/+28
| |\|
| | * macOS: Don't scale advances to 0 when stretch is AnyStretchEskil Abrahamsen Blomfeldt2019-03-251-1/+1
| | * Add explanatory comment to QWindowPrivate::resizeAutomaticFriedemann Kleint2019-03-221-0/+4
| | * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
| | * Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-212-3/+8
* | | 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