summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always encode HTML as utf-8Lars Knoll2020-04-211-14/+7
* Support multiple page ranges in QPrinterSzabolcs David2020-04-091-3/+5
* Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-011-129/+8
* Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-03-251-9/+9
* Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-43/+39
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-0/+3
|\
| * Doc: Update description of QTextDocument::characterCountPaul Wicking2020-02-201-0/+3
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-4/+2
|\|
| * QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-4/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-25/+14
|\|
| * QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-021-25/+14
* | QTextDocument: Change use of QMap::unite to QMap::insertMårten Nordheim2019-12-121-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+13
|\|
| * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-1/+13
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
|/
* Enforce QTextDocument::MarkdownFeature compatibility at compile timeShawn Rutledge2019-10-241-1/+1
* QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-171-10/+16