summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Doc: Describe updating fonts with substitutes5.14Leena Miettinen2020-04-241-1/+10
* Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
* Add the include for QPointer to avoid MSVC compilation errorShawn Rutledge2020-03-031-0/+1
* QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-282-3/+6
* Fix a quadratic behavior in the BiDi algorithmLars Knoll2020-02-271-2/+1
* Fix bounding box of zero-width entities in QFontEngineFTAllan Sandfeld Jensen2020-02-271-0/+3
* Doc: Update description of QTextDocument::characterCountPaul Wicking2020-02-201-0/+3
* Make libmd4c a private dependency of Qt GUIDmitry Shachnev2020-02-181-1/+1
* Markdown importer: properly set hyperlinksGiuseppe D'Angelo2020-02-032-2/+78
* Markdown importer: use Unicode decodingGiuseppe D'Angelo2020-02-031-2/+2
* Doc: Update text that refers to deprecated member function width()Paul Wicking2020-01-171-33/+37
* Remove empty block at beginning of imported markdownRainer Keller2020-01-131-2/+12
* QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-4/+2
* QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-022-26/+14
* QTextDocument: compile with QT_NO_PRINTERChristian Ehrlicher2019-12-161-0/+2
* Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+1
* Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-1/+13
* Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-033-4/+8
* Use default QTD font size for mono font when importing markdownEike Ziller2019-11-131-0/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-062-2/+8
|\
| * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-051-1/+6
| * QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2
* | QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-1/+2
* | Avoid crashing when the end of an empty markdown list is detectedShawn Rutledge2019-11-051-6/+18
* | QFontDatabase: Delete redundant semicolonsJüri Valdmann2019-10-252-2/+2
* | Enforce QTextDocument::MarkdownFeature compatibility at compile timeShawn Rutledge2019-10-244-18/+40
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-2/+6
|\|
| * Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
* | Remove mapping from CJK/Latin to Common script in Harfbuzz NGEskil Abrahamsen Blomfeldt2019-10-211-17/+7
* | Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-106-10/+10
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-1/+1
|\|
| * Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
* | CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-082-2/+2
* | Fix double free when debug printing QFont with non-default verbosityTor Arne Vestbø2019-10-081-2/+1
* | Fix build with QT_NO_CSSPARSER / -no-feature-cssparserNils Jeisecke2019-10-042-0/+30
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-5/+6
|\|
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
* | QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-172-16/+22
* | Fix qdoc warningsFriedemann Kleint2019-09-102-2/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-8/+7
|\|
| * Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-8/+7
| |\
| | * Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-8/+7
* | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-279-51/+138
|\ \ \
| * | | Android: Update clang mkspecsBogDan Vatra2019-08-221-4/+0
| * | | QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-223-18/+8
| * | | QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-196-29/+130
* | | | Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-232-1/+22
* | | | QTextDocumentFragment: Fix deprecation warningFriedemann Kleint2019-08-211-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-136-32/+66
|\| |