summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Minor robustness improvement of text codeEirik Aavitsland2021-03-161-2/+4
* Don’t store screen scale factors in GLOBAL_STATICMorten Johan Sørvig2021-03-152-8/+6
* Read high-dpi env. variables in initHighDpiScaling()Morten Johan Sørvig2021-03-152-97/+117
* make qmljsDebugargumentsstring() and forceOpen() constPeng Wenhao2021-03-131-1/+1
* Merge "Fix QVulkanWindow on Wayland"Eskil Abrahamsen Blomfeldt2021-03-121-1/+1
|\
| * Fix QVulkanWindow on WaylandEskil Abrahamsen Blomfeldt2021-03-121-1/+1
* | Merge "Remove “scaling” logging from QBackingStore"Morten Johan Sørvig2021-03-121-4/+0
|\ \
| * | Remove “scaling” logging from QBackingStoreMorten Johan Sørvig2021-03-121-4/+0
| |/
* / Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
|/
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-6/+6
* Merge "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-03-111-1/+3
|\
| * Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
* | Merge "rhi: metal: Stop using BufferOp for no good reason"Laszlo Agocs2021-03-111-7/+12
|\ \
| * | rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-111-6/+8
| * | rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-111-1/+4
| |/
* / QIcon::setIsMask: delete extra judgmentYang Yuyin2021-03-111-2/+1
|/
* 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
* Merge "rhi: gl: Fix missing uniform data with certain command lists"Laszlo Agocs2021-03-092-1/+33
|\
| * rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-092-1/+33
* | Merge "Support EGL protected content extension"Elvis Lee2021-03-093-1/+22
|\ \
| * | Support EGL protected content extensionElvis Lee2021-03-093-1/+22
| |/
* / wayland: Remove bogus warning about ignoring WAYLAND_DISPLAYEskil Abrahamsen Blomfeldt2021-03-091-7/+18
|/
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-084-3/+36
* QQuaternion: mark as PRIMITIVE typeGiuseppe D'Angelo2021-03-051-1/+1
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-045-2/+35
* Doc: Use correct include for QWGLContextPaul Wicking2021-03-041-1/+1
* Port some value classes away from QScopedPointerGiuseppe D'Angelo2021-03-035-70/+55
* Doc: Specify correct include for QWGLContextPaul Wicking2021-03-031-0/+1
* 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