aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* Android: fix handling of InputMethodQueryIvan Solovev2024-04-111-1/+7
* TextField: Only enable paste action if clipboard has textWang Fei2024-02-201-1/+1
* Replace QSGTextNode::smooth with QSGTextNode::filteringEskil Abrahamsen Blomfeldt2024-02-151-1/+1
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-091-0/+1
* Add clear() function to QSGTextNode interfaceEskil Abrahamsen Blomfeldt2024-01-161-1/+1
* TextArea/TextField: properly update placeholder text alignmentVladimir Belyavsky2024-01-091-18/+37
* qquicktext{edit,input}: Re-render when device pixel ratio changesKai Uwe Broulik2023-12-221-0/+20
* Implement variable axes API in QMLEskil Abrahamsen Blomfeldt2023-12-051-0/+7
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-0/+8
* Allow tapping to deselect in TextInput/TextField with pre-6.4 APIShawn Rutledge2023-11-071-1/+5
* qquicktextinput: use const method moreAnton Kudryavtsev2023-09-151-1/+1
* Make text node scenegraph API publicEskil Abrahamsen Blomfeldt2023-09-011-9/+17
* Doc: add information about preeditText in text propertyBartlomiej Moskal2023-07-131-2/+11
* Doc: Fix documentation for font.features QML propertyTopi Reinio2023-07-051-59/+1
* Add font.features API to match the one in QFontEskil Abrahamsen Blomfeldt2023-05-261-0/+65
* Fix word selection on touchTomi Korpipaa2023-04-181-1/+3
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-82/+69
* quicktextinput: Update IM state after clearing selection with IM eventJarkko Koivikko2023-02-061-0/+1
* Fix build with -no-feature-validatorTasuku Suzuki2023-01-171-9/+1
* Android: Set EnterKeyNext as default type for TextInputBartlomiej Moskal2022-11-161-0/+23
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-261-1/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-57/+57
* Doc: Remove usages of "\js"Luca Di Sera2022-09-081-2/+2
* Fix TextInput and TextField mouse/touch selection fallback behaviorShawn Rutledge2022-08-301-5/+13
* Fix duplicate symbol lcTextInput build failure on static buildsLorn Potter2022-08-221-2/+2
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-161-12/+55
* Doc: Fix linking issuesTopi Reinio2022-06-291-4/+3
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-011-3/+20
* Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-05-041-0/+1
* Invalidate text when application fonts are added or removedEskil Abrahamsen Blomfeldt2022-04-081-0/+7
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-291-1/+14
* qquicktextinput: Allow adjusting selections through IMRichard Moe Gustavsen2021-11-021-5/+1
* qquicktextinput: add ImReadOnlyRichard Moe Gustavsen2021-11-021-0/+2
* QQuickTextInput: fix cursor positioning for QInputMethodEventIvan Solovev2021-10-141-1/+6
* qquicktextinput: fix formatGong Weia2021-09-131-2/+2
* qquicktextinput: fix return nullptrGong Weia2021-09-131-1/+1
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-5/+7
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-231-4/+4
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-191-1/+19
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* Don't hide the inputMethod when finishing the editAndy Shaw2021-02-041-2/+0
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-241-4/+2
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-091-11/+11
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2