summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-3/+0
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-3/+6
* Add drag and drop option for line edit and rich text labelunknown2023-07-191-7/+20
* Preserve selection when focusing SpinBoxkobewi2023-06-101-0/+16
* Fix LineEdit expanding to text lengthIgorrreha2023-05-261-2/+2
* Merge pull request #74623 from MewPurPur/edit-text-with-styleYuri Sizov2023-04-171-7/+7
|\
| * Code style improvements to text_edit and relatedVolTer2023-04-081-7/+7
* | [TextServer] Use dedicated flag for object replacement characters.bruvzg2023-04-121-1/+1
|/
* Implement LineEdit.get_selected_text()VolTer2023-03-301-5/+14
* Fix get_drag_data not overridable in some Controlskobewi2023-03-201-0/+5
* Fix IME position in the single window mode sub-windows.bruvzg2023-03-061-4/+10
* Merge pull request #72378 from maximkulkin/line-edit-consume-eventsRémi Verschelde2023-02-101-0/+10
|\
| * Fix LineEdit not consuming eventsMaxim Kulkin2023-02-031-0/+10
* | Always show caret when moving in LineEditMarcus Brummer2023-01-311-0/+2
|/
* Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev2023-01-271-83/+116
* [Windows] Fix committing IME text without IME deactivation.bruvzg2023-01-261-0/+4
* Cleanup and unify keyboard input.bruvzg2023-01-231-19/+29
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* fixed bug showing only two digits in color pickerLucas Laukka2022-12-071-2/+2
* Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-Line...Rémi Verschelde2022-12-051-36/+33
|\
| * Improve caret drawing conditions for `LineEdit`Rindbee2022-10-091-36/+33
* | [Line Edit] Ignore placeholder text when drawing caret.bruvzg2022-11-081-8/+21
* | Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu2022-10-291-0/+29
* | Abort LineEdit shaping if no font is set to avoid unnecessary error messages.bruvzg2022-10-141-3/+6
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Add split caret direction markers. Fix block/overtype caret size.bruvzg2022-10-071-1/+12
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-12/+12
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-36/+67
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-33/+33
* Merge pull request #62771 from bruvzg/line_edit_trimRémi Verschelde2022-08-261-24/+24
|\
| * Fix LineEdit text incorrectly trimmed due to rounding errors.bruvzg2022-07-101-24/+24
* | Add some codes, returnes directly if the value is not changed.风青山2022-08-231-9/+27
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-3/+3
* | Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-2/+22
|/
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-85/+14
* Change LineEdit caret blink to use processNolkaloid2022-07-051-14/+23
* Fix setting line edit caret after dobule and triple clickiwek2022-06-101-2/+2
* Take into account the clear icon's size even when not visible in `LineEdit`sMichael Alexsander2022-06-051-6/+10
* Fix LineEdit clear button for asymmetric styleboxHaoyu Qiu2022-05-281-1/+1
* Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg2022-05-131-0/+36
* Implement Label3D node.bruvzg2022-04-221-2/+2
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-0/+22
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
* Remove duplicate editor settings definitionskobewi2022-03-061-4/+4
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+3
* Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0Hugo Locurcio2022-03-031-1/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-2/+13