summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change dropdown type filter to Texture2D in certain nodesBlueCube33102023-10-281-1/+1
* Make LineEdit secret character easier to change and enterjsjtxietian2023-10-191-5/+16
* Accept cancel event when unfocusing LineEditkobewi2023-10-061-0/+1
* Merge pull request #82811 from MewPurPur/more-line-edit-organizationRémi Verschelde2023-10-061-2/+4
|\
| * Place LineEdit secret in its own sectionMewPurPur2023-10-041-2/+4
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-4/+4
|/
* Merge pull request #81312 from YuriSizov/theme-static-bindsRémi Verschelde2023-09-111-23/+25
|\
| * Register theme properties with ThemeDBYuri Sizov2023-09-111-23/+25
* | Fix FindReplaceBar losing focus too earlykobewi2023-09-081-1/+1
|/
* [LineEdit] Update line edit offset on text delete.bruvzg2023-09-081-5/+1
* Unfocus LineEdit when pressing Escapekobewi2023-08-291-0/+5
* [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