summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextLayout: keep strong reference on font engine in a layout loopVladimir Belyavsky2024-04-161-17/+12
* Fix infinite loop in QTextLayout with setNumColumns()Eskil Abrahamsen Blomfeldt2024-01-291-1/+1
* Fix clipped text when combining multiple writing systemsEskil Abrahamsen Blomfeldt2024-01-251-171/+193
* Tidy up qtextlayoutAnton Kudryavtsev2023-10-251-7/+3
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-081-3/+6
* Doc: Remove stray slashVolker Hilsheimer2023-03-281-1/+1
* QTextLayout/text cursor: use the same height as the selectionChristian Ehrlicher2023-03-201-1/+1
* Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-091-0/+4
* Doc: Document further GUI API as new in 6.5Kai Köhne2023-01-121-0/+1
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-091-4/+1
* Don't return empty glyph runs from QTextLineEskil Abrahamsen Blomfeldt2022-12-051-13/+17
* 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