summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-2010-17/+21
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2073-482/+892
|\| |
| * | qguiapplication: move long comment to JIRAGatis Paeglis2019-02-191-35/+2
| * | remove obscure commentGatis Paeglis2019-02-151-2/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-153-12/+35
| |\|
| | * Turn bcm_host library into makeSpec sourceJoerg Bornemann2019-02-141-1/+2
| | * QBackingStore: Make QPlatformBackingStore creation lazyTor Arne Vestbø2019-02-131-10/+13
| | * QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-131-1/+2
| | * Don't allow backingstore flush to non-raster surfacesTor Arne Vestbø2019-02-121-0/+18
| * | wasm: disable the eglfs platform pluginMorten Johan Sørvig2019-02-141-1/+1
| * | [Windows] Fixed regression when creating fallback fontsEskil Abrahamsen Blomfeldt2019-02-141-1/+2
| * | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-132-5/+5
| * | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1313-1/+26
| * | Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-131-2/+17
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-122-36/+52
| |\|
| | * Fix two smaller bugs in the BiDi engineLars Knoll2019-02-091-18/+16
| | * Fix an assertion in the BiDi algorithmLars Knoll2019-02-091-14/+28
| | * Fix QTextTable:insertRows() for tables with spanning cellsLars Knoll2019-02-091-4/+8
| * | Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-085-12/+14
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-0842-272/+380
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0842-272/+380
| | |\|
| | | * Include relevant example code in documentation of setUrlHandlerVolker Hilsheimer2019-02-061-0/+2
| | | * Doc: decrease confusion about HSV vs HSL in QColorEirik Aavitsland2019-02-051-29/+37
| | | * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-17/+22
| | | * Painter path stroking: fix capping of beziers ending in tight turnsEirik Aavitsland2019-02-051-13/+14
| | | * Fix xbm image format handler: properly reject invalid filesEirik Aavitsland2019-02-051-0/+4