summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QImageReader: check allocation limit for minimum 32 bppEirik Aavitsland2021-11-232-2/+13
* Clean up line clipping code in rasterizerEirik Aavitsland2021-11-201-36/+59
* Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-171-22/+27
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-118-1/+62
* QGuiApplication: properly decode path command-line argumentsThiago Macieira2021-11-101-2/+2
* Tidy up QPixmapCache to prevent potential segfaultVolker Hilsheimer2021-11-051-23/+36
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-11-041-0/+2
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* rhi: vk: fix offscreen frame command completion waitLaszlo Agocs2021-11-021-11/+11
* rhi: Extend docs regarding QImage and data lifetimeLaszlo Agocs2021-11-021-0/+11
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-022-38/+5
* Add const to read only local variablesOliver Eftevaag2021-11-012-3/+3
* Update clipping area when antialiasing changesChen Bin2021-10-273-0/+41
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-43/+74
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-26/+9
* Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-181-35/+31
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-171-1/+1
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-171-0/+1
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-171-1/+2
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-171-1/+1
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-1/+4
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-161-3/+4
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* Add message debug entry for DPI change eventsMorten Johan Sørvig2021-10-121-0/+6
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-121-1/+1
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* gui: Fix typo in CMake featureJonas Kvinge2021-10-121-1/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-1229-50/+50
* 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 QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-10-072-0/+13
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* Fix QPainterPath with QFont::SmallCapsAlbert Astals Cid2021-10-061-1/+1
* Support transformations in pattern/texture brushes in pdfEirik Aavitsland2021-10-051-0/+2
* Remove qshadergraph filesJuan Casafranca2021-10-0517-2852/+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
* Remove hack fix from vulkan qnx buildingDan Ackers2021-09-301-1/+0
* 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
* 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-241-12/+14
* Cater for upstream changes in eglplatform.hLaszlo Agocs2021-09-222-1/+6