summaryrefslogtreecommitdiff
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix accuracy with screen compositionAllan Sandfeld Jensen2022-03-161-4/+4
* QPathEdge: Fix array initializationIvan Tkachenko2022-03-161-5/+1
* Fix clipped glyphs in text rendering of QGraphicsTextItemViktor Arvidsson2022-03-162-7/+7
* Remove unused internal flag from raster painting engineEirik Aavitsland2022-03-032-27/+0
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-161-0/+18
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-141-1/+1
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-131-1/+1
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-131-1/+2
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-131-0/+3
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-121-1/+0
* Fix infinite loop in dash strokerEskil Abrahamsen Blomfeldt2022-02-041-1/+2
* rhi: d3d11: Use __uuidof where we canLaszlo Agocs2022-02-041-7/+7
* QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* qopengl.h: Move C header #include(s) out of the QT_NAMESPACEPatrick Stewart2022-01-221-2/+1
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-211-0/+23
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-211-1/+1
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-191-0/+6
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-141-1/+2
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2022-01-141-0/+7
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-141-1/+1
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-132-1/+2
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-041-1/+1
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-231-0/+20
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-222-4/+6
* Use qint64 to replace int while qt_transform_image_rasterizeZhang Hao2021-12-211-23/+30
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-12/+14
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-071-3/+3
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-031-0/+1
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-021-0/+2
* Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE texturesTor Arne Vestbø2021-12-011-16/+112
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-11-261-2/+8
* Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-191-22/+27
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
* macOS: Always disable pixman NEON drawhelpersTor Arne Vestbø2021-11-111-1/+1
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-262-20/+45
* Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-201-35/+31
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-201-0/+1
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-201-1/+6
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-10-131-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-10-132-7/+15
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-121-3/+1
* Clear up QWindow::isActive() documentationTor Arne Vestbø2021-10-071-1/+3
* QPlatformWindow: fix isAncestorOf not breaking recursionRichard Moe Gustavsen2021-10-071-1/+1
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-10-061-8/+34
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-1/+1
* Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-241-3/+3
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-231-5/+14