aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Match QFont::ContextFontMerging with Qt Quick APIEskil Abrahamsen Blomfeldt14 days1-0/+7
* TextEdit: don't skip nested frames or their blocks in updatePaintNodeShawn Rutledge2024-04-081-5/+14
* QQuickTextEdit: Check QQuickAccessibleAttached for nullptrUlf Hermann2024-04-041-4/+5
* Keep markup when toggling TextEdit.format: AutoText / PlainTextShawn Rutledge2024-03-091-29/+111
* doc: Update TextEdit.textFormat, text and TextDocument.sourceShawn Rutledge2024-03-061-7/+30
* doc: Remove statements that horizontal rules are not renderedShawn Rutledge2024-03-051-1/+0
* Stabilize tst_qquicktextedit::largeTextObservesViewportShawn Rutledge2024-02-271-1/+2
* Respect TextEdit.textFormat in TextDocument load(); detect formatShawn Rutledge2024-02-211-13/+59
* Replace QSGTextNode::smooth with QSGTextNode::filteringEskil Abrahamsen Blomfeldt2024-02-151-1/+1
* Avoid dangling pointers in QQuickTextEdit::resourceRequestFinished()Shawn Rutledge2024-02-121-19/+23
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-091-0/+1
* Fix baseline offset with RichText when multiple fonts are usedEskil Abrahamsen Blomfeldt2024-02-071-1/+7
* TextArea/TextField: properly update placeholder text alignmentVladimir Belyavsky2024-01-091-24/+38
* qquicktext{edit,input}: Re-render when device pixel ratio changesKai Uwe Broulik2023-12-221-0/+21
* Fix polish issue in quick text editSanthosh Kumar2023-12-121-4/+4
* Add TextSelection (Tech Preview)Shawn Rutledge2023-12-081-1/+18
* Add load/save functionality to QQuickTextDocument (Tech Preview)Shawn Rutledge2023-12-081-0/+1
* Add setter and notifier for QQuickTextDocument's documentShawn Rutledge2023-12-061-2/+21
* Implement variable axes API in QMLEskil Abrahamsen Blomfeldt2023-12-051-0/+7
* Get rid of QQuickTextDocumentWithImageResourcesShawn Rutledge2023-12-041-6/+98
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-0/+8
* QQuickTextArea: move accessibility handling into base QQuickTextEdit classVladimir Belyavsky2023-11-011-0/+35
* QQuickTextEditPrivate: use in-class initializationVladimir Belyavsky2023-10-271-7/+1
* Make text node scenegraph API publicEskil Abrahamsen Blomfeldt2023-09-011-11/+12
* Doc: add information about preeditText in text propertyBartlomiej Moskal2023-07-131-1/+11
* Doc: Fix documentation for font.features QML propertyTopi Reinio2023-07-051-59/+1
* QQuickTextEdit: Fix rendering issues when selecting in long textPiotr Wierciński2023-06-121-1/+6
* TextEdit: fix wrong RTL text alignment when used with a ColumnLayoutVladimir Belyavsky2023-06-021-12/+11
* Add font.features API to match the one in QFontEskil Abrahamsen Blomfeldt2023-05-261-0/+65
* QQuickScrollView and QQuickTextEdit: Fix binding loopsKaj Grönholm2023-05-261-1/+6
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-95/+88
* QtQuick: Fix conflicting definition of ProtectedLayoutAccessor in CMake Unity...Friedemann Kleint2023-02-031-10/+1
* Use the right list-element type in documentationThibaut Cuvelier2022-11-051-15/+15
* TextEdit: deal with scrolling backwards in plain textShawn Rutledge2022-10-211-2/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Fix thread issue in TextEdit when font db updatesEskil Abrahamsen Blomfeldt2022-08-301-0/+5
* TextArea: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-08-291-1/+1
* Fix bad rendering after text selectionShawn Rutledge2022-08-251-2/+14
* TextEdit: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-231-10/+50
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-191-0/+3
* Deal with markdown fragments in TextEditShawn Rutledge2022-07-091-10/+43
* Don't trigger update when text edit is hiddenPaul Olav Tvete2022-06-181-7/+8
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-171-0/+2
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-161-14/+28
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Invalidate text when application fonts are added or removedEskil Abrahamsen Blomfeldt2022-04-081-3/+20
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-291-1/+9
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-1/+6
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-061-3/+20