| Commit message (Expand) | Author | Age | Files | Lines |
| * | appendNodeText: Don't split emojis with surrogate chars in two | Albert Astals Cid | 2025-10-14 | 1 | -4/+8 |
| * | QTextDocumentFragment: use range for more | Anton Kudryavtsev | 2024-03-13 | 1 | -4/+2 |
| * | QTextHtmlImporter: don't forget to appendBlock after block tag closed | Shawn Rutledge | 2024-03-01 | 1 | -1/+3 |
| * | Add QTextDocument* constructor argument to QTextMarkdownImporter | Shawn Rutledge | 2023-09-01 | 1 | -2/+1 |
| * | Add QTextListFormat::start: html and markdown ordered list index offset | Nicolas Werner | 2023-03-22 | 1 | -0/+2 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -7/+7 |
| * | doc: cross-link markdown functions in QTextDocumentFragment, QTextCursor | Shawn Rutledge | 2022-05-25 | 1 | -6/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown() | Shawn Rutledge | 2022-05-14 | 1 | -3/+53 |
| * | QtGui: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-28 | 1 | -3/+5 |
| * | QtGui: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-13 | 1 | -7/+7 |
| * | Add QTextDocumentFragment::toRawText() | Kai Köhne | 2022-01-06 | 1 | -6/+26 |
| * | QTextDocumentFragment: fix ifdef range | Ivan Solovev | 2021-06-15 | 1 | -1/+2 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -2/+2 |
| * | Doc: Fix documentation warnings for Qt GUI | Topi Reinio | 2020-08-28 | 1 | -9/+0 |
| * | Use QList instead of QVector in gui implementation | Jarek Kobus | 2020-07-07 | 1 | -4/+4 |
| * | Always encode HTML as utf-8 | Lars Knoll | 2020-04-21 | 1 | -11/+4 |
| * | Remove references to QTextDocumentPrivate from public API | Eskil Abrahamsen Blomfeldt | 2020-03-04 | 1 | -4/+5 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -8/+8 |
| * | Fix build with QT_NO_CSSPARSER / -no-feature-cssparser | Nils Jeisecke | 2019-10-04 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/dev' into 5.14 | Liang Qi | 2019-08-27 | 1 | -0/+26 |
| |\ |
|
| | * | QTextDocument: add css-styling of table cell borders to HTML import/export | Nils Jeisecke | 2019-08-19 | 1 | -0/+26 |
| * | | QTextDocumentFragment: Fix deprecation warning | Friedemann Kleint | 2019-08-21 | 1 | -1/+1 |
| |/ |
|
| * | Support missing white-space:pre-line CSS | Allan Sandfeld Jensen | 2019-08-12 | 1 | -1/+8 |
| * | Markdown and HTML: support image alt text and title | Shawn Rutledge | 2019-06-01 | 1 | -0/+4 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-02-15 | 1 | -1/+2 |
| |\ |
|
| | * | QTextDocument: Do respect white-space:nowrap | Kai Koehne | 2019-02-13 | 1 | -1/+2 |
| * | | Fix some QPainter-related deprecation warnings | Friedemann Kleint | 2019-02-08 | 1 | -2/+4 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-11-09 | 1 | -1/+0 |
| |\ |
|
| | * | Modernize the "textcodec" feature | Liang Qi | 2018-11-07 | 1 | -1/+0 |
| * | | QTextDocumentFragment: Use logical cursor movement instead of visual | Safa AlFulaij | 2018-07-31 | 1 | -2/+2 |
| * | | preserve HTML heading level in QTextBlockFormat; demonstrate in example | Shawn Rutledge | 2018-03-02 | 1 | -1/+35 |
| |/ |
|
| * | QTextDocument: improve import of DIV tags | David Faure | 2017-04-10 | 1 | -3/+7 |
| * | Fix warning for -no-feature-texthtmlparser | Stephan Binner | 2017-04-04 | 1 | -2/+2 |
| * | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -1/+1 |
| * | Optimize string usage | Anton Kudryavtsev | 2016-07-15 | 1 | -1/+1 |
| * | Gui: use const (and const APIs) more | Anton Kudryavtsev | 2016-06-01 | 1 | -3/+3 |
| * | QtGui: eradicate Q_FOREACH loops [const-& returns] | Marc Mutz | 2016-02-11 | 1 | -3/+6 |
| * | QtGui: eradicate Q_FOREACH loops [needing qAsConst()] | Marc Mutz | 2016-02-11 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Restore -qt-block-indent on <li> elements | Allan Sandfeld Jensen | 2014-09-18 | 1 | -1/+1 |
| * | Support empty inline elements in block tags in QTextDocument | Eskil Abrahamsen Blomfeldt | 2014-02-05 | 1 | -1/+1 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Get started with patching up the Qt GUI docs | Gunnar Sletta | 2012-06-28 | 1 | -0/+1 |
| * | Doc: Fix \sa usage | Marius Storm-Olsen | 2012-05-11 | 1 | -1/+1 |