summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-121-6/+6
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-111-2/+2
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-102-1/+33
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-081-5/+3
* Doc: Use correct include for QWGLContextPaul Wicking2021-03-051-0/+1
* Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-7/+3
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-281-2/+2
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-261-0/+4
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-262-6/+6
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-262-9/+11
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+2
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-21/+21
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+1
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-15/+22
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-232-2/+6
* Add scaledPixmap() overrideMorten Johan Sørvig2021-02-222-0/+7
* Make constructing QFont from families explicitVolker Hilsheimer2021-02-181-1/+1
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-181-0/+3
* MinGW: fix warning in QMatrix4x4::map functionsMårten Nordheim2021-02-151-5/+5
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-132-1/+3
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)v6.1.0-alpha1Giuseppe D'Angelo2021-02-122-6/+9
* QMatrix4x4: deprecate operator*(QMatrix4x4, QVector3D/QPoint(F))Giuseppe D'Angelo2021-02-112-3/+37
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-3/+56
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-091-0/+15
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-041-2/+11
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-034-50/+45
* Fix inefficient use of qToBigEndianAllan Sandfeld Jensen2021-02-021-4/+1
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-5/+9
* Fix nullptr dereference on out-of-memory conditionsAllan Sandfeld Jensen2021-02-021-0/+2
* Segment qimage conversion block irrelevant of depthAllan Sandfeld Jensen2021-02-022-5/+5
* Support cubemap ktx filesJonas Karlsson2021-02-011-16/+36
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-012-0/+81
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* QMatrix4x4: implement operator*(QVector3D/QPoint(F)) in terms of mapGiuseppe D'Angelo2021-02-011-97/+97
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-1/+1
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+4
* Doc: Fix CI warnings qtbaseNico Vertriest2021-01-271-2/+2
* Port QMovie to the new property systemSona Kurazyan2021-01-272-4/+23
* QMovie: initialize the private members while declaring themSona Kurazyan2021-01-271-16/+12