summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-021-5/+3
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-011-7/+3
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-011-2/+2
* QBrush: get rid of an unused private functionGiuseppe D'Angelo2021-02-282-6/+0
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-252-6/+6
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-251-0/+79
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* 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
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-213-24/+114
* Initialize some uninitialized member variablesHe MingYang2021-02-202-8/+10
* Add scaledPixmap() overrideMorten Johan Sørvig2021-02-192-0/+7
* Make constructing QFont from families explicitVolker Hilsheimer2021-02-181-1/+1
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-4/+4
* Use newlines more consistently in generate compile-test codeEdward Welbourne2021-02-152-48/+28
* Simplify test-snippets in configure.cmakeEdward Welbourne2021-02-152-64/+32
* QRectF/Documentation: Fix malformed tableFriedemann Kleint2021-02-151-1/+1
* 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 Wacom Art Pen detection on xcbShawn Rutledge2021-02-122-3/+8
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-121-0/+3
* QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)Giuseppe D'Angelo2021-02-112-6/+9
* Fix mingw compiler warningsMårten Nordheim2021-02-113-32/+22
* 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
* Canonical pointer usageHou Lei2021-02-091-6/+6
* Long live VK_KHR_display platform plugin!Laszlo Agocs2021-02-081-0/+6
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-081-0/+15
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Avoid C-style casts when possibleHou Lei2021-02-071-16/+16
* Clean up documentation in QVector[234]DEdward Welbourne2021-02-051-30/+50
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-052-13/+17
* rhi: metal: Present drawables via addScheduledHandler instead of presentDrawableTor Arne Vestbø2021-02-051-3/+7
* rhi: metal: Manually manage drawable lifetimeTor Arne Vestbø2021-02-051-3/+8
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-042-52/+111
* Rationalize QVector[234]D's length-handlingEdward Welbourne2021-02-041-87/+28
* Rationalize QQuaternion's length-scaling codeEdward Welbourne2021-02-041-56/+40