summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to create QTextureFileData from imagesPaul Olav Tvete2022-05-272-17/+55
* Fix documentation that claims that QStyleHints is read onlyVolker Hilsheimer2022-05-271-5/+4
* QTextDocument: add setLayoutEnabled()David Faure2022-05-264-4/+45
* Expand QColorTransformAllan Sandfeld Jensen2022-05-268-13/+135
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-261-1/+1
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-252-1/+6
* doc: cross-link markdown functions in QTextDocumentFragment, QTextCursorShawn Rutledge2022-05-251-6/+5
* QKeySequence: Add missing modifier namesLaszlo Papp2022-05-251-0/+4
* rhi: Fix texture format doc typo and rephraseLaszlo Agocs2022-05-241-3/+3
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-05-241-5/+12
* QKeySequence: fix dynamic initialization of shared_emptyMarc Mutz2022-05-201-4/+1
* QKeySequence: constexpr ALL the thingsMarc Mutz2022-05-201-14/+14
* Remove redundant qCDebug in QTextMarkdownImporter::cbText()Shawn Rutledge2022-05-201-2/+0
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-204-50/+5
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+1
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-202-4/+12
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-192-2/+5
* QTextDocument: add setLayoutEnabled()David Faure2022-05-193-1/+41
* [qtx11extras] Replace references to QDesktopWidget with QScreenNicolas Fella2022-05-181-5/+5
* QKeySequence: Add support for Eject and Clear glyphs on macOSLaszlo Papp2022-05-181-0/+2
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-172-5/+10
* QKeySequence/Mac: remove NumEntries variableMarc Mutz2022-05-171-6/+3
* Use SPDX license identifiersLucie Gérard2022-05-16809-31919/+1652
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-22/+38
* QKeySequence: Fix the one-off error in the mac glyph array sizeLaszlo Papp2022-05-151-2/+2
* Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown()Shawn Rutledge2022-05-144-6/+88
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-143-17/+311
* Use correct condition for the qopengles2ext.h fileAlexey Edelev2022-05-131-1/+5
* Fix versioning of PixelScrollKai Köhne2022-05-131-1/+1
* Add missing header files to the module sourcesAlexey Edelev2022-05-122-6/+13
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-113-3/+3
* Atomics: workaround GCC 12 warning about overflowing d->stateThiago Macieira2022-05-111-0/+7
* Fix -no-freetype build on WindowsEskil Abrahamsen Blomfeldt2022-05-111-1/+3
* CMake: Don't require system freetypeAlexandru Croitor2022-05-101-1/+0
* rhi: d3d: Fix not resetting the pipeline tracking between passesLaszlo Agocs2022-05-102-5/+2
* QPolygon: add toPolygonF()Marc Mutz2022-05-102-0/+16
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-3/+4
* Prevent crashing when FcFontList failsJoni Poikelin2022-05-101-0/+2
* Implement missing QSupportedWritingSystems comparison operatorsTor Arne Vestbø2022-05-061-0/+20
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* Revert "a11y: Do not cache classes that don't have a factory plugin"Fabian Kosmale2022-05-061-4/+25
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-051-7/+33
* Export the QVulkanInstancePrivate classJiDe Zhang2022-05-044-29/+98
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+5
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+2
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* QtGui: includemocsMarc Mutz2022-04-2971-0/+142
* QPdfEnginePrivate: generate link only when there is a hrefDmitry Shachnev2022-04-281-1/+1
* Optimize the QPalette::resolve from the other paletteJiDe Zhang2022-04-281-0/+14
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-2828-90/+90