summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-198-10/+10
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-03-161-10/+0
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-03-161-1/+1
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-161-7/+1
* Add styleName to debug outputNiklas Wenzel2022-03-112-3/+5
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-103-20/+24
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-031-3/+3
* QTextTable: fix signed/unsigned warningMarc Mutz2022-02-011-1/+1
* 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-173-15/+17
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-121-0/+3
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-122-1/+2
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-222-4/+6
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-191-0/+20
* QGlyphRun: always use stored bounding rect even if it's emptyVladimir Belyavsky2021-12-171-2/+2
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-155-5/+20
* 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
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-3/+4
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-143-4/+19
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31