summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Support application fallbacks for common scriptEskil Abrahamsen Blomfeldt26 hours1-3/+28
* Add -Wweak-vtables to headerscleanJesus Fernandez3 days2-5/+4
* Support SVG specific stroke styling propertiesHatem ElKharashy8 days4-4/+160
* QTextDocument: Add support for responsive imagesCarl Schwan2024-05-077-7/+87
* doc: Update note about variable axes on WindowsEskil Abrahamsen Blomfeldt2024-05-071-3/+1
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-05-061-2/+4
* Improve default style of QTextTableCarl Schwan2024-04-301-1/+2
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt2024-04-2615-64/+150
* QTextFormat: Use QMap::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-211-8/+8
* Reverse fontconfig dominance logicAllan Sandfeld Jensen2024-04-191-40/+62
* Draw list bullets/numbers with CSS text color, not palette colorShawn Rutledge2024-04-191-5/+3
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen2024-04-181-1/+1
* Add API to provide user-defined fallback fontsEskil Abrahamsen Blomfeldt2024-04-183-1/+129
* Support rendering CSS 'border' property for html tableSanthosh Kumar2024-04-183-12/+42
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-1/+1
* QTextLayout: keep strong reference on font engine in a layout loopVladimir Belyavsky2024-04-161-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