summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-0717-66/+92
|\
| * Doc: Fix return type of QCursor::shape()Sze Howe Koh2021-04-121-2/+1
| * QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-04-122-2/+1
| * Assert that pointer is not nullptr before dereferencingVolker Hilsheimer2021-04-091-0/+1
| * QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-091-1/+1
| * Don't judge other people's writing systemsVolker Hilsheimer2021-04-091-10/+8
| * Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-04-081-21/+21
| * Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-04-081-1/+1
| * Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-242-7/+26
| * Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-03-231-15/+22
| * Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
| * Limit value in setFontSizeFromValue()Robert Löhning2021-03-021-2/+2
| * Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-03-011-5/+6
| * Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-262-5/+5
| * Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-262-8/+10
| * And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
| * Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-182-1/+2
* | Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-22605-12346/+12346
* | Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-241-15/+22
|/
* MinGW: fix warning in QMatrix4x4::map functionsMårten Nordheim2021-02-171-5/+5
* QRectF/Documentation: Fix malformed tableFriedemann Kleint2021-02-171-1/+1
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2021-02-101-3/+3
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-02-081-1/+4
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-2/+11
* Avoid overflow in text layoutEirik Aavitsland2021-02-031-0/+4
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-02-031-0/+5
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-02-031-5/+4
* QInputControl: accept surrogate category characterLiang Qi2021-02-021-0/+3
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-02-021-0/+6
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-021-3/+6
* Avoid overflowing QFixed in text layoutEirik Aavitsland2021-02-021-0/+3
* Fix logicalDpi() which returns invalid valueTang Haixiang2021-02-021-0/+2
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-281-1/+1
* Fix division by zeroAllan Sandfeld Jensen2021-01-281-0/+4
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-28605-12346/+12346
* Handle maxImageCount 0 in QVulkanWindowLaszlo Agocs2021-01-262-4/+6
* Doc: Link to correct locationPaul Wicking2021-01-261-4/+4
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-261-1/+3
* Doc: Add details to QFont::toStringPaul Wicking2021-01-261-1/+20
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-241-5/+2
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2021-01-241-4/+53
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-241-2/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Revert "xcb: add xcb-util dependency for xcb-image"Liang Qi2020-12-011-12/+2
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-241-1/+1