summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-04-121-1/+11
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-241-11/+61
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-2/+8
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-181-0/+119
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-7/+31
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-0/+16
* Avoid overflow in text layoutEirik Aavitsland2021-02-031-0/+13
* QInputControl: accept surrogate category characterLiang Qi2021-02-021-0/+46
* Blacklist failing tests for WinRTFriedemann Kleint2021-01-211-0/+4
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-071-1/+11
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-0/+8
* [Android] Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-181-9/+0
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-161-2/+3
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-064-0/+91
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-0/+15
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-0/+24
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-10-011-1/+0
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-10/+10
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-0/+38
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-151-0/+3
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-141-3/+3
* Fix buffer overflowRobert Loehning2020-07-102-0/+9
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-082-0/+106
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-072-0/+73
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-242-3/+3
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-0/+38
* Make tst_QTextLayout::textWidthVsWIdth() more robustEskil Abrahamsen Blomfeldt2020-05-291-0/+15
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+20
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* Fix QTextDocumentLayout test with certain fontsEskil Abrahamsen Blomfeldt2020-05-211-5/+2
* Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-211-0/+37
* Revert "WebGradients: redo implementation"Giuseppe D'Angelo2020-05-151-0/+6
* Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-203-6/+6
* Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-202-0/+25
* Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-51/+68
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* Call post routines from ~QGuiApplicationMichal Klocek2020-03-253-1/+75
* Add test for conversion of "large" imagesv5.15.0-beta2Allan Sandfeld Jensen2020-03-111-5/+126
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-13/+149
|\
| * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+149
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-064-2/+5
* | rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-0510-0/+161
* | rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-031-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-294-0/+32
|\|
| * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-284-0/+32
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Lars Knoll2020-02-271-0/+24
|\ \