summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtexthtmlparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-10/+10
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-221-3/+3
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-151-1/+1
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-0/+2
* QTextHtmlParser::parseEntity: Remove const that prevents automatic moveAlbert Astals Cid2021-06-041-1/+1
* Extract the entity parsing code to a static functionAlbert Astals Cid2021-06-031-23/+31
* QTextHtmlParserNode: Avoid invalid enum valuesRobert Löhning2021-05-211-1/+39
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+4
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-0/+1
* QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-071-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-3/+2
* Don't store QTextHtmlParserNode by value in a QListLars Knoll2020-10-051-26/+27
* QTextHtmlParserNode: Fix warnings flood about setting negative pixel sizeFriedemann Kleint2020-09-021-1/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-08-281-0/+1
* Don't flatten link color in QTextHtmlParser::declarationsForNodeTor Arne Vestbø2020-07-141-2/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-18/+18
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-6/+6
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-8/+1
* QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-3/+3
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-6/+6
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-031-2/+5
* QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-191-0/+34
* Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-121-3/+6
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-1/+10
|\
| * Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-1/+10
* | Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-211-0/+42
* | QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-0/+4
* | Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+4
* | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-081-0/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-2/+2
|\
| * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-2/+2
* | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-281-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-1/+2
|/ /
* / QtGui: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-02-141-7/+0
|/
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-8/+8
* Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-211-2/+12
* Fix warnings for -no-feature-cssparserNikita Krupenko2017-03-291-1/+1
* Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-4/+4
* QTextHtmlParser: adapt parseEntity() to make good use of QStringRefAnton Kudryavtsev2016-10-131-27/+30
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-221-1/+2
| |\
| | * QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-221-1/+2
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-3/+3
|/ /
* | Optimize string usageAnton Kudryavtsev2016-07-151-3/+1