summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt6 hours15-64/+150
* QTextFormat: Use QMap::constFind() to avoid unnecessary detachesVladimir Belyavsky5 days1-8/+8
* Reverse fontconfig dominance logicAllan Sandfeld Jensen7 days1-40/+62
* Draw list bullets/numbers with CSS text color, not palette colorShawn Rutledge7 days1-5/+3
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen8 days1-1/+1
* Add API to provide user-defined fallback fontsEskil Abrahamsen Blomfeldt8 days3-1/+129
* Support rendering CSS 'border' property for html tableSanthosh Kumar8 days3-12/+42
* Add preliminary support for Qt for visionOSTor Arne Vestbø9 days1-1/+1
* QTextLayout: keep strong reference on font engine in a layout loopVladimir Belyavsky10 days1-17/+12
* Implement aliased text rendering with DirectWriteEskil Abrahamsen Blomfeldt2024-04-113-12/+44
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-9/+4
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-184-6/+66
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-184-0/+34
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-183-7/+9
* Revert "Don't do font merging for PUA characters"Eskil Abrahamsen Blomfeldt2024-03-181-2/+1
* Fix QTextEngine regression with large-ish textsPaul Olav Tvete2024-03-152-7/+6
* QTextCursor: use QSV moreAnton Kudryavtsev2024-03-151-1/+1
* FreeType: reduce allocations in computeFaceIndexAnton Kudryavtsev2024-03-151-2/+2
* QTextMarkdownImporter: use string view moreAnton Kudryavtsev2024-03-131-9/+13
* QTextDocumentFragment: use range for moreAnton Kudryavtsev2024-03-131-4/+2
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-051-1/+1
* Add categorized log message in QTextMarkdownWriter::writeFrontMatter()Shawn Rutledge2024-03-051-2/+4
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-041-3/+51
* QTextEngine: Protect against integer overflow with huge textsPaul Olav Tvete2024-03-012-16/+17
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-012-1/+5
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Fix color fonts with DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-262-3/+4
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-261-0/+4
* Fix kerning errors when using DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-151-3/+5
* tst_QTextMarkdownWriter: test both ways of setting font characteristicsShawn Rutledge2024-02-141-3/+3
* QTextMarkdownWriter: Don't word-wrap headingsShawn Rutledge2024-02-131-1/+3
* QTextMarkdownWriter: Avoid omitting or misplacing ending indicatorsShawn Rutledge2024-02-131-2/+21
* QTextMarkdownWriter: Handle lists in blockquotes correctlyShawn Rutledge2024-02-132-17/+53
* CoreText: Get user's preferred languages via NSLocale instead of NSUserDefaultsTor Arne Vestbø2024-02-131-1/+1
* Doc: Qt Gui: Fully qualify \variable documentationTopi Reinio2024-02-131-1/+1
* qfreetype: Fix caching of memory fontsMorten Sørvig2024-02-081-0/+9
* Fix memory leak in DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-081-40/+24
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-027-3/+45
* Implement missing features in DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-026-103/+448
* freetype: Fix scaling layouts with bitmap fontsEskil Abrahamsen Blomfeldt2024-01-312-2/+8
* Support the named instances of Variable FontsAkira TAGOH2024-01-303-22/+83
* Fix infinite loop in QTextLayout with setNumColumns()Eskil Abrahamsen Blomfeldt2024-01-291-1/+1
* windows: Avoid infinite recursion with certain fontsEskil Abrahamsen Blomfeldt2024-01-251-10/+12
* Fix clipped text when combining multiple writing systemsEskil Abrahamsen Blomfeldt2024-01-251-171/+193
* Fix out of bounds access during QTextDocument cloningJoni Poikelin2024-01-231-1/+1
* QFontEngine: Silence bogus gcc warningsAxel Spoerl2024-01-221-16/+16
* QTextImageHandler: Use QUrl::toLocalFile to convert to local file nameChristian Ehrlicher2024-01-211-6/+8
* QFont::Tag: optimize toString by not searching for terminating nullVolker Hilsheimer2024-01-191-3/+2
* QTextDocument: Add missing default pixel font size check for html exportViktor Arvidsson2024-01-181-1/+3