summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocumentlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Draw list bullets/numbers with CSS text color, not palette colorShawn Rutledge2024-04-191-5/+3
* Support rendering CSS 'border' property for html tableSanthosh Kumar2024-04-181-3/+13
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* Avoid infinite loop when loading huge filesEskil Abrahamsen Blomfeldt2023-06-081-2/+7
* Default to WindowText color in QTextDocumentLayoutPrivate::drawBlock()Axel Spoerl2023-06-041-1/+1
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-171-0/+2
* Fix assert when resizing text table with percentage widthsEskil Abrahamsen Blomfeldt2023-01-041-2/+3
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-8/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-051-1/+1
* Pass QFixed by valueMarc Mutz2022-07-081-2/+2
* QTextDocument: add setLayoutEnabled()David Faure2022-05-261-4/+4
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-5/+5
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-5/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-1/+1
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-051-1/+1
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-021-0/+1
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+2
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-2/+7
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QTextDocumentLayout: remove multiple calls to lineHeightTypeWaqar Ahmed2021-09-161-5/+7
* Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-161-4/+8
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-071-5/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-5/+1
* QTextDocument: allow css border-style of table collapsed cell bordersChristian Ehrlicher2020-11-261-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-19/+19
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-2/+5
|\
| * Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5
* | QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-1/+1
* | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-2/+2
|/
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-12/+12
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-2/+6
|\
| * Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
* | Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-2/+2
* | Fix build with QT_NO_CSSPARSER / -no-feature-cssparserNils Jeisecke2019-10-041-0/+28
* | QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-171-6/+6
* | QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-081-58/+815
* | QTextDocumentLayout: Refactor pagination logic for bordersNils Jeisecke2019-08-081-12/+40
* | QTextDocumentLayout: Fix regression in table column width calculationNils Jeisecke2019-08-071-0/+6
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-2/+8
|\|
| * Fix printing of table headers in multi-frame QTextDocumentsEirik Aavitsland2019-04-111-2/+8
* | Use insert instead of insertMulti when operating on a QMultiHashLars Knoll2018-12-031-1/+1
* | QTextDocumentLayout: Avoid table border drawing artifactsNils Jeisecke2017-09-071-4/+20
* | Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-6/+26
|/
* Fix page breaking with large imagesLars Knoll2019-04-261-1/+4