summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-181-0/+47
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-181-0/+12
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-011-0/+2
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-261-0/+4
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-021-0/+9
* QTextDocument: Add missing default pixel font size check for html exportViktor Arvidsson2024-01-181-1/+3
* Modify the MDI manual test to allow multiple views of same documentShawn Rutledge2023-11-021-0/+5
* Qt::mightBeRichText: port to QAnyStringViewAnton Kudryavtsev2023-10-091-12/+28
* qtextdocument: replace fromLatin1 with L1 literalAnton Kudryavtsev2023-10-051-4/+8
* qtextdocument: use qsizetype moreAnton Kudryavtsev2023-10-051-7/+7
* QTextDocument::toPlainText: avoid unconditional detachAnton Kudryavtsev2023-09-121-2/+10
* Qt::mightBeRichText: use QVLA moreAnton Kudryavtsev2023-09-121-4/+4
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-1/+1
* Remove links from the Text Object exampleVolker Hilsheimer2023-06-091-1/+1
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-5/+12
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-2/+3
* QTextDocument::loadResource(): invoke parent via direct connectionShawn Rutledge2022-11-091-1/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-19/+19
* Use CSS classes on html list items for checkbox supportShawn Rutledge2022-06-111-1/+15
* QTextDocument: add setLayoutEnabled()David Faure2022-05-261-0/+34
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-35/+0
* QTextDocument: add setLayoutEnabled()David Faure2022-05-191-0/+35
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-4/+4
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-209/+211
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-85/+85
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-151-2/+14
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-2/+10
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-0/+5
* Write out the HTML correctly for nested listsAndy Shaw2021-05-051-3/+26
* Export text-decorationAllan Sandfeld Jensen2021-05-051-7/+22
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-301-10/+52
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-291-4/+6
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-121-1/+34
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-5/+1
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+2
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-081-6/+4
* Deprecate QVariant::TypeLars Knoll2020-10-231-4/+4
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-5/+6
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-031-2/+2
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-3/+6
* Doc: Compile textdocument-end snippetsPaul Wicking2020-08-281-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-2/+2
* Allow arbitrary baseline shift in QTextCharacterFormatJordi Pujol Foyo2020-08-261-0/+87
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-3/+3
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-061-0/+18
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-3/+3
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-3/+3
* Move Qt::codecForHtml() to qtextcodec.*Lars Knoll2020-04-241-16/+0