summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix qdoc warningsFriedemann Kleint2019-09-101-2/+3
* QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-191-29/+51
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+31
|\
| * Output all font families in HTML outputAllan Sandfeld Jensen2019-06-211-2/+31
* | Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-211-3/+13
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-0/+2
| |\
| | * Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
* | | Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+6