summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-20/+24
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-072-6/+6
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-02-241-10/+0
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-245-2/+7
* Fix regression when displaying emojis on WindowsEskil Abrahamsen Blomfeldt2022-02-091-1/+1
* DirectWrite: Turn off grid-fitting for unhinted textEskil Abrahamsen Blomfeldt2022-02-031-25/+65
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-3/+3
* QTextTable: fix signed/unsigned warningMarc Mutz2022-02-011-1/+1
* Windows: Change default hinting preference for high-dpiEskil Abrahamsen Blomfeldt2022-01-251-8/+12
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+3
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-153-15/+17
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-112-1/+2
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-072-14/+7
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+3
* Add QTextDocumentFragment::toRawText()Kai Köhne2022-01-062-6/+27
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-051-1/+1
* Avoid crash on app startup if the default font family is emptyLars Knoll2022-01-031-3/+6
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-222-4/+6
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-191-0/+20
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-155-5/+20
* 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-101-1/+1
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-063-11/+34
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-021-0/+1
* Freetype: adjust underlinePosition to match our expectationsMårten Nordheim2021-12-021-1/+2
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-021-1/+14
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-011-1/+4
* 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
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-022-38/+5
* Add const to read only local variablesOliver Eftevaag2021-11-012-3/+3
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-2/+2
* Add QFontMetricsF methods taking text options into accountAllan Sandfeld Jensen2021-10-222-6/+201
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-213-117/+57
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-191-4/+0
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-182-2/+21
* 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
* 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