summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add "we mean it" warning to private headerVolker Hilsheimer2021-03-311-0/+11
* wayland: Remove bogus warning about ignoring WAYLAND_DISPLAYEskil Abrahamsen Blomfeldt2021-03-301-7/+18
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-301-1/+3
* QIcon::setIsMask: delete extra judgmentYang Yuyin2021-03-301-2/+1
* Make getter const, add const overloadsVolker Hilsheimer2021-03-302-2/+17
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-307-180/+60
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-297-28/+42
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-262-2/+1
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-261-1/+1
* rhi: vulkan: Prevent a misplaced assert from triggering in debug buildsLaszlo Agocs2021-03-251-1/+1
* Fix no mapping for SysReq keyAndrey Butirsky2021-03-251-0/+1
* Fix deprecated macrosVolker Hilsheimer2021-03-252-3/+5
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-222-7/+26
* rhi: Make unreleased resource warnings available in release buildsLaszlo Agocs2021-03-221-4/+7
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-1912-63/+147
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-191-1/+1
* Fix compiler warnings in 32-bit buildsRobert Löhning2021-03-171-2/+2
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-151-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-151-1/+4
* 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