summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-168-29/+106
|\
| * Write out the HTML correctly for nested listsAndy Shaw2021-05-272-3/+27
| * Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-251-1/+2
| * Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-231-4/+8
| * Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-221-6/+12
| * Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-05-201-9/+35
| * Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-171-2/+12
| * Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-171-2/+6
| * Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-201-1/+1
| * Minor robustness improvement of text codeEirik Aavitsland2021-04-191-2/+4
* | 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