summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-191-5/+11
* QTextLayout: Reconsider cursor drawing on TextObjectTang Haixiang2022-11-111-10/+10
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-5/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-13/+13
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-291-13/+147
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-231-8/+1
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-201-1/+8
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-2/+2
* Pass QFixed by valueMarc Mutz2022-07-081-2/+2
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-06-281-1/+14
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-05-241-5/+12
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-1/+1
* Fix gaps between lines of selectionEskil Abrahamsen Blomfeldt2021-11-291-0/+2
* Add const to read only local variablesOliver Eftevaag2021-11-011-1/+1
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-43/+74
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-26/+9
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Fix QTextEdit cursor rectangle vertical positioningZhang Hao2021-09-181-2/+5
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-1/+2
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-14/+0
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-0/+1
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-1/+1
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+4
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* Fix documentation warningsVolker Hilsheimer2020-10-241-4/+2
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-0/+4
* Remove "internal" parameter in QTextLine::draw()Jonas Karlsson2020-08-281-5/+10
* Allow arbitrary baseline shift in QTextCharacterFormatJordi Pujol Foyo2020-08-261-5/+15
* QTextLayout: Remove deprecated methodsMarcel Krems2020-08-251-32/+0
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-8/+8
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-181-3/+16
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-2/+2
* Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-20/+31
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-13/+16
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-13/+16
| |\
| | * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
* | | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-7/+7
|/ /
* | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
|/
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-0/+4
|\
| * Draw ShowTabsAndSpaces symbols with the correct fontEskil Abrahamsen Blomfeldt2019-01-031-0/+4
* | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-2/+0
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-3/+57
|\|
| * Fix vertical alignment of inline imagesLars Knoll2018-11-191-3/+57