aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextnodeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-091-3/+3
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-2/+2
| |\
| | * QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-1/+1
| |\|
| | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
* | | Add Markdown support to TextShawn Rutledge2019-05-091-0/+11
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-7/+11
|\|
| * Text: render table cell backgrounds properlyShawn Rutledge2019-02-281-7/+11
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-131-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-10/+17
|\|
| * Fix vertical alignment of images in a text documentLars Knoll2018-11-221-10/+17
* | Render inline custom text objectsAllan Sandfeld Jensen2018-11-191-1/+1
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-24/+24
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+3
* Fix flow text objects in beginning of RTL blockEskil Abrahamsen Blomfeldt2016-11-141-1/+6
* QQuickTextNode: Minor cleanupRobin Burchell2016-07-111-18/+18
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+4
| |\
| | * QQuickTextNodeEngine: early out if no document layout.Edward Welbourne2016-06-011-1/+4
* | | QQuickTextNodeEngine: Use correct boundingRect when merging nodesAndy Nichols2016-04-131-1/+1
* | | QQuickTextNodeEngine: Update boundingRects when merging nodesAndy Nichols2016-03-031-0/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-3/+4
|\|
| * Fix off-by-one when checking overlaps in selection rangesEskil Abrahamsen Blomfeldt2016-02-171-3/+4
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-291-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-9/+7
|\
| * Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-031-5/+5
| * Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-031-4/+2
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-1/+1
|/
* Fix disappearing text in selectionsEskil Abrahamsen Blomfeldt2015-03-241-24/+28
* Reduce number of allocations when constructing text nodesEskil Abrahamsen Blomfeldt2015-03-091-36/+61
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Fix vertical positioning of the first image in TextJoni Poikelin2015-02-021-1/+1
* | Account for leading when drawing text decorationEskil Abrahamsen Blomfeldt2015-02-201-1/+4
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Respect the text's background-color when it is set in the style in HTMLAndy Shaw2015-02-051-0/+7
* | Fix subscript and superscript for QQuickTextJoni Poikelin2014-10-211-1/+12
|/
* Fix missing glyphs in selectionEskil Abrahamsen Blomfeldt2014-10-091-17/+56
* Fix selection of text with negative right bearingEskil Abrahamsen Blomfeldt2014-09-021-59/+142
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Create rectangle nodes in the text editing through the contextLars Knoll2014-08-131-5/+4
* Fix preedit text layoutRobin Burchell2013-11-041-2/+2
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Improve memory usage of QQuickTextNode.Michael Brasser2013-08-061-3/+3
* Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-201-0/+935