summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QFontDatabase: suppress warning about its constructor being deprecatedThiago Macieira2021-10-161-1/+1
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-1/+4
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-164-37/+43
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-151-1/+2
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-151-0/+1
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-3/+4
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-141-1/+1
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-143-4/+19
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-1/+1
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-1/+1
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-132-10/+2
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* RHI: introduce a way to disable framebuffer clears on GLGiuseppe D'Angelo2021-10-121-2/+5
* gui: Fix typos in documentationJonas Kvinge2021-10-1229-50/+50
* gui: Fix typo in CMake featureJonas Kvinge2021-10-121-1/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-1233-41/+41
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-082-20/+45
* rhi: metal: Query supported sample counts from the deviceLaszlo Agocs2021-10-082-1/+8
* Add message debug entry for DPI change eventsMorten Johan Sørvig2021-10-071-0/+6
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-071-1/+1
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* QPlatformFontDatabase: Don't copy metaobjectsUlf Hermann2021-10-071-2/+2
* Always fallback opening URLs to the regular way if portal failsIlya Fedin2021-10-071-14/+6
* Add support for EGL_EXT_platform_xcbIlya Fedin2021-10-061-0/+4
* Support transformations in pattern/texture brushes in pdfEirik Aavitsland2021-10-051-0/+2
* Remove qshadergraph filesJuan Casafranca2021-10-0517-2852/+0
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-1/+1
* Fix QPainterPath with QFont::SmallCapsAlbert Astals Cid2021-10-041-1/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* Purge Q_NO_TEMPLATE_FRIENDS and platforms lacking support for themFabian Kosmale2021-10-021-4/+0
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-014-13/+15
* Don't export Qt6::ATSPI2_nolink target in Qt6GuiTargets.cmakeJoerg Bornemann2021-10-011-3/+11
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-012-4/+4
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-012-15/+27
* QTextImageFormat::setQuality: deprecate the default valueDavid Faure2021-10-011-2/+5
* Allocate synchronously delivered QWSI events on the stackVolker Hilsheimer2021-10-012-182/+134
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-292-7/+15
* Remove hack fix from vulkan qnx buildingDan Ackers2021-09-291-1/+0
* rhi: gl: Do not issue memory barriers when we do not have toLaszlo Agocs2021-09-281-8/+66
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-282-10/+8
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-1/+1
* Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-09-281-0/+1
* rhi: vk: Fix invalid index for unused attachmentsLaszlo Agocs2021-09-231-12/+14
* Remove redundant semi-colonsAllan Sandfeld Jensen2021-09-221-1/+1
* Cater for upstream changes in eglplatform.hLaszlo Agocs2021-09-212-1/+6
* Doc: Repair broken link to the XDND protocolLuca Di Sera2021-09-211-1/+1
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-202-10/+1