summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-1/+2
|\
| * Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* | QTextEngine: micro optimize insertionPointsForLineAnton Kudryavtsev2018-02-151-4/+2
* | fix selection rendering issues if rounding leads to left-out pixelsChristoph Cullmann2018-02-151-9/+5
|/
* doc: Add missing class qualifiers to uses of FormatRangeMartin Smith2018-01-121-2/+2
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+6
|\
| * doc: Add warning about QTextLayout::beginLayout() and clearLayout()Eskil Abrahamsen Blomfeldt2017-05-221-0/+6
* | QTextLayout optimization: avoid calling [] when at() will doDavid Faure2017-04-051-29/+29
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-7/+10
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-2/+6
| |\