summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-32/+76
|\
| * Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-22/+20
| * Fontengine: Avoid invalid alpha maps when antialiasing is offEirik Aavitsland2016-07-271-1/+4
| * HighDPI: Disable scrolling for non-integer deltasMorten Johan Sørvig2016-07-271-5/+10
| * QOpenGLDebugLogger: strengthen the code path in case of GL context destructionGiuseppe D'Angelo2016-07-271-0/+34
| * Update documentation regarding QPixmap HICON conversionsSérgio Martins2016-07-271-4/+2
| * QOpenGLDebugLogger: do not crash if deleted with the wrong GL context currentGiuseppe D'Angelo2016-07-261-0/+6
* | QWindow::fromWinId(): Return 0 when foreign window cannot be wrappedFriedemann Kleint2016-07-281-2/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-266-18/+45
|\|
| * QPlatformWindow::initialGeometry(): Do not touch child window positionsFriedemann Kleint2016-07-251-9/+22
| * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-241-1/+1
| * QImage::setAlphaChannel(): Check result of image conversionFriedemann Kleint2016-07-231-0/+2
| * Fix performance regression when changing fontsEskil Abrahamsen Blomfeldt2016-07-221-3/+5
| * Workaround clang function export bugBogDan Vatra2016-07-201-17/+25
| * QOpenGLVertexArrayObject: clean up the destructorGiuseppe D'Angelo2016-07-201-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Edward Welbourne2016-07-195-27/+40
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-155-27/+40
| |\|
| | * [iOS] Blacklist iOS with regards to bgra supportAndy Shaw2016-07-151-1/+4
| | * Improve lookup speed for QAccessible::uniqueIdAlexandru Croitor2016-07-073-3/+12
| | * Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is setOlivier Blin2016-07-061-22/+22
| | * Windows: Handle theme switching correctly if a palette is setAndy Shaw2016-07-061-1/+2
* | | Preserve the scale of fonts when caching the font engineMichael Sheldon2016-07-192-20/+20
* | | QStandardItem: enable NRVO for gccAnton Kudryavtsev2016-07-181-4/+5
* | | QStandardItem: use reserve() to optimize memory allocationAnton Kudryavtsev2016-07-181-1/+3
|/ /
* | Optimize string usageAnton Kudryavtsev2016-07-152-4/+2
* | Doc: added doc for parameter isMaskNico Vertriest2016-07-111-2/+2
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-083-3/+3
* | Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-232-2/+3
|\|
| * Fix regression in simple RGB16->RGB16 scalingAllan Sandfeld Jensen2016-06-221-1/+1
| * Add PowerVR SGX 554 to the BGRA blacklistAndy Shaw2016-06-201-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-206-19/+21
|\|
| * Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-152-11/+14
| * Remove unused macro: QT_DISTANCEFIELD_DEFAULT_TILESIZEEskil Abrahamsen Blomfeldt2016-06-151-4/+0
| * QIconLoader: Fix typo in directoryMatchesSize()Palo Kisa2016-06-151-1/+1
| * Fixed developer build for MinGWOliver Wolff2016-06-151-1/+1
| * Fix crash when creating distance field for large glyphEskil Abrahamsen Blomfeldt2016-06-141-1/+3
| * Make it possible to create distance fields with any heightEskil Abrahamsen Blomfeldt2016-06-141-1/+2
* | Fix compiler warning about missing return statement in non-void functionThiago Macieira2016-06-171-2/+2
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-162-2/+2
|\ \
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-262-2/+2
| * | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-261-7/+9
| |\ \
* | \ \ Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-103-3/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Output region in debug operator of QPaintEvent.Friedemann Kleint2016-06-101-0/+3
| * | | Fix zero-as-null-pointer-constant in wayland compositor apiAllan Sandfeld Jensen2016-06-061-2/+2
| * | | Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
* | | | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-6/+3
* | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-0610-27/+39
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-7/+9
| |\ \ \ | | | |/ | | |/|
| | * | Really fix crash on certain malformed bmp imagesEirik Aavitsland2016-05-251-7/+9