summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-221-8/+14
|\
| * Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-10/+10
|\|
| * QTextLayout: Reconsider cursor drawing on TextObjectTang Haixiang2022-11-111-10/+10
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-1/+14
|\|
| * Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-07-011-1/+14
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-241-21/+21
|/
* Update commercial license headersTarja Sundqvist2022-06-211-21/+21
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-06-031-5/+12
* 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-211-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
* | Fix constness of QPaintDevice argumentsLuca Beldi2018-11-191-4/+15
|/
* Don't position cursor inside complex graphemes when clicking outside lineEskil Abrahamsen Blomfeldt2018-06-281-2/+1
* Show nbsps as a degree symbol to differeniate from normal spacesAndy Shaw2018-03-161-2/+3