summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* Doc: Document QGradient::Preset enum valuesTopi Reinio2020-11-191-1/+170
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-11-191-2/+2
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-161-1/+1
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-061-35/+13
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-291-3/+3
* Fix delay first time a font is usedEskil Abrahamsen Blomfeldt2020-10-291-1/+1
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-211-2/+2
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-181-0/+3
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-6/+23
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-124-6/+6
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-23/+25
* Doc: Qt GUI: Depend on qtprintsupport documentation moduleTopi Reinio2020-10-051-0/+1
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-022-17/+35
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-012-6/+11
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-241-2/+2
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-221-2/+12
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* QIcc: fix alignment concerns in ICC profile parsingAndrei Golubev2020-09-182-86/+103
* Fix deprecation documentation about margin and orientation in QPrinterÖmer Fadıl USTA2020-09-172-5/+5
* Fix documentations string in QPagedPaintDeviceNicolas Fella2020-09-121-1/+1
* Fix build with -trace lttngJoerg Bornemann2020-09-111-1/+1
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-061-0/+1
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-033-5/+24
* QTextHtmlParserNode: Fix warnings flood about setting negative pixel sizeFriedemann Kleint2020-09-021-1/+2
* Avoid overflows in variantHash()Robert Loehning2020-08-281-2/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-08-281-0/+1
* Manually initialize TextureOp and BufferOp structsEirik Aavitsland2020-08-271-7/+21
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-232-24/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1