aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextnodeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* richtext formatting of numbered and bullet lists (<ol> and <ul>)Sami Shalayel2024-04-151-0/+6
* Avoid adding empty BinaryTreeNodes during text processingShawn Rutledge2023-12-121-0/+3
* Get rid of QQuickTextDocumentWithImageResourcesShawn Rutledge2023-12-041-10/+2
* Fix thin text decoration with fractional scalingEskil Abrahamsen Blomfeldt2023-11-151-1/+1
* Fix missing paragraph containing object replacement charEskil Abrahamsen Blomfeldt2023-11-071-1/+1
* Make text node scenegraph API publicEskil Abrahamsen Blomfeldt2023-09-011-1/+1
* Fix positioning of text decoration with some fontsVladimir Belyavsky2023-01-111-4/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Large Rich Text: don't populate blocks outside the viewport into SGShawn Rutledge2021-11-301-1/+18
* Tables in RichText: make outer frame symmetricShawn Rutledge2021-10-201-1/+2
* Implement horizontal rule rendering in textShawn Rutledge2021-10-141-0/+11
* Don't dereference node unless it is actually assignedVolker Hilsheimer2021-05-201-3/+2
* Add support for QTextCharFormat::underlineColor in highlighers and CSSShawn Rutledge2021-05-071-7/+32
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-221-5/+5
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* Improve a qHash implementationGiuseppe D'Angelo2020-06-181-2/+2
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-171-4/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-111-3/+1
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-051-2/+2
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* QQuickTextNodeEngine: reduce redundant rendering of glyphsWang Chuan2020-01-161-1/+1
* 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
|/