summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1320-58/+68
|\
| * Fix typo in QKeySequence docLiang Qi2016-08-121-1/+1
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1218-56/+56
| * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-112-1/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-104-2/+10
|\|
| * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-102-0/+6
| * Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
| * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-2/+3
* | Doc: Fix saturation graphic for HSV color modelRainer Keller2016-08-084-0/+156
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-0511-30/+46
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0511-30/+46
| |\|
| | * Remove unneeded ';' after some macrosKai Pastor2016-08-045-6/+6
| | * Fix 64-bit bilinear scaled image samplingAllan Sandfeld Jensen2016-08-041-1/+7
| | * Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
| | * QColor: remove 158 avoidable relocationsMarc Mutz2016-08-011-1/+1
| | * REG: Fix unwanted cache flush in Freetype engineEskil Abrahamsen Blomfeldt2016-08-011-1/+5
| | * QColor: Fix UB (left shift of negative number)Marc Mutz2016-07-311-14/+20
| | * QRasterizer: fix UBs involving << with a negative LHSMarc Mutz2016-07-301-3/+3
| | * qgrayraster: fix UBs involving << with a negative LHSMarc Mutz2016-07-291-2/+2
* | | Re-add the space character as a document terminatorAndy Shaw2016-08-051-4/+5
|/ /
* | 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