summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* Do not use wayland platform plugin on GNOME wayland sessions by defaultJan Grulich2022-01-071-1/+15
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-071-1/+1
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-064-57/+115
* 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
* Remove unused internal flag from raster painting engineEirik Aavitsland2021-12-282-27/+0
* 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
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-191-0/+20
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-141-1/+1
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-12/+14
* QGlyphRun: always use stored bounding rect even if it's emptyVladimir Belyavsky2021-12-131-2/+2
* Trust CoreText-provided vertical metrics on macOSEskil Abrahamsen Blomfeldt2021-12-111-1/+1
* Revert "QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversion"Marc Mutz2021-12-091-10/+10
* Revert "QLayoutPolicy: de-inline the Policy constants"Marc Mutz2021-12-092-15/+7
* QLayoutPolicy: de-inline the Policy constantsMarc Mutz2021-12-082-7/+15
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-073-11/+34
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-071-3/+3
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-12-061-1/+4
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* Freetype: adjust underlinePosition to match our expectationsMårten Nordheim2021-12-031-1/+2
* 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
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-031-1/+4
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-021-1/+14
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+2
* Fix gaps between lines of selectionEskil Abrahamsen Blomfeldt2021-11-291-0/+2
* Rhi: Document expectation for setGraphicsPipeline's pipeline argumentChristian Strømme2021-11-271-0/+3
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-11-271-4/+5
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-262-12/+24
* d3d11rhi: remove leftover of pre-win10 codeYuhang Zhao2021-11-261-3/+1
* QImageReader: check allocation limit for minimum 32 bppEirik Aavitsland2021-11-222-2/+13
* Fix return type documentation of QFileSystemModel::fileName()hjk2021-11-221-1/+1
* Clean up line clipping code in rasterizerEirik Aavitsland2021-11-191-36/+59
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-191-0/+1
* Clarify validity of image returned from QPlatformBackingStore::toImage()Tor Arne Vestbø2021-11-181-0/+5
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-171-0/+1
* 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