summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-1520-531/+1651
|\
| * Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-152-9/+4
| * Minimize register conversions in NEON optimizationAllan Sandfeld Jensen2016-09-151-38/+29
| * don't complain about missing QPA plugin on androidOswald Buddenhagen2016-09-151-1/+1
| * Convert the old feature systemLars Knoll2016-09-151-1/+191
| * rename description => label in configure.jsonOswald Buddenhagen2016-09-151-106/+106
| * Modularize configure.json/.priLars Knoll2016-09-154-0/+974
| * Fix missing GL function protos with newer GLES headersLaszlo Agocs2016-09-101-3/+4
| * Make blendPixel function generalAllan Sandfeld Jensen2016-09-093-29/+20
| * Minor improvements to bilinear filteringAllan Sandfeld Jensen2016-09-091-24/+28
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-056-55/+76
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-055-35/+46
| | |\
| | | * Fix crash when rendering to grayscale8 imagesAllan Sandfeld Jensen2016-09-031-32/+33
| | | * Ensure the fontdatabase is initialized when requesting fallbacksAllan Sandfeld Jensen2016-09-031-0/+4
| | | * Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
| | | * QIcon: Set the pixmap's dpr to 1.0 if the window is also set to 1.0Andy Shaw2016-08-301-2/+5
| | | * Guard against calling QWindow::requestUpdate() on non-GUI threadsTor Arne Vestbø2016-08-301-0/+3
| | * | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8
| | * | QIcon::addFile(): Invoke QMimeDatabase when matching by suffix failsFriedemann Kleint2016-08-301-18/+22
| * | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-032-3/+3
| * | | QColor: move contents of qcolor_p.cpp into qcolor.cppMarc Mutz2016-09-013-370/+323
* | | | Added warning in QDesktopServices::openUrlJesus Fernandez2016-09-061-1/+8
|/ / /
* | | Optimize the simple QImage flip used by OpenGLAllan Sandfeld Jensen2016-08-301-0/+37
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2916-60/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-294-8/+9
| |\|
| | * QTextDocument: fix string backward searchSamuel Gaist2016-08-281-1/+1
| | * QOffscreenSurface: warning-fix - QString(char*) deprecatedEdward Welbourne2016-08-251-1/+1
| | * Correct use of qt_div_255Allan Sandfeld Jensen2016-08-252-6/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-255-40/+39
| |\|
| | * Fix crash when exiting while stacked modal dialogs are shownFriedemann Kleint2016-08-251-0/+2
| | * QKeySequence: remove 239 unneeded relocationsMarc Mutz2016-08-241-1/+1
| | * QKeySequence: replace an array end marker by static size calculationMarc Mutz2016-08-241-4/+4
| | * Limit glyph caches per QFontEngine to four per context, not four in totalTor Arne Vestbø2016-08-242-35/+31
| | * Make QWindow backed QOffscreenSurfaces easier to identifyTor Arne Vestbø2016-08-241-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-224-4/+5
| |\|
| | * QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-222-2/+3
| | * QCssParser: remove 239 unneeded relocationsMarc Mutz2016-08-221-1/+1
| | * QXpmHandler: remove 657 unneeded relocationsMarc Mutz2016-08-191-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-3/+3
| |\|
| | * Do not disable subpixel rendering on compile timeAllan Sandfeld Jensen2016-08-181-1/+1
| | * Protect QImage::convertToFormat against null QImageAllan Sandfeld Jensen2016-08-171-1/+1
| | * Fix rendering error in some animated gifsEirik Aavitsland2016-08-151-1/+1
| * | Doc: Remove references to Windows CE in Qt GuiVenugopal Shivashankar2016-08-172-7/+1
* | | QIconCacheGtkReader: use QStringRef moreAnton Kudryavtsev2016-08-261-4/+4
* | | Make QSurfaceFormat a Q_GADGET and add Q_ENUM for easier debuggingTor Arne Vestbø2016-08-261-0/+6
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-266-1/+15
* | | DirectWrite: Fix crash when embedding empty glyphs in PDFEskil Abrahamsen Blomfeldt2016-08-241-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2254-157/+506
|\ \ \
| * | | Remove QPlatformCursorPrivateJędrzej Nowacki2016-08-192-18/+0
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-196-17/+17