summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-041-3/+2
* Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...bruvzg2024-09-121-0/+8
* Prevent `LineEdit` from losing focus when text is submitted or rejected.Mounir Tohami2024-09-101-0/+6
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Make LineEdit secret character easier to change and enterjsjtxietian2023-10-191-0/+2
* Register theme properties with ThemeDBYuri Sizov2023-09-111-2/+4
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-1/+1
* Add drag and drop option for line edit and rich text labelunknown2023-07-191-0/+4
* Preserve selection when focusing SpinBoxkobewi2023-06-101-0/+1
* Implement LineEdit.get_selected_text()VolTer2023-03-301-0/+1
* Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev2023-01-271-2/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-Line...Rémi Verschelde2022-12-051-1/+2
|\
| * Improve caret drawing conditions for `LineEdit`Rindbee2022-10-091-1/+2
* | Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu2022-10-291-0/+7
|/
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-2/+1
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-3/+3
* Fix theme propagation in various parts of the editorYuri Sizov2022-09-021-1/+1
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+26
* Merge pull request #62771 from bruvzg/line_edit_trimRémi Verschelde2022-08-261-6/+5
|\
| * Fix LineEdit text incorrectly trimmed due to rounding errors.bruvzg2022-07-101-6/+5
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* | Change LineEdit secret character from "*" to "•".bruvzg2022-08-111-1/+1
* | Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-0/+16
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
|/
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-8/+0
* Change LineEdit caret blink to use processNolkaloid2022-07-051-1/+3
* Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg2022-05-131-0/+3
* Implement Label3D node.bruvzg2022-04-221-3/+3
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-0/+1
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+1
* Move placeholder color to theme itemPaulb232022-01-301-4/+0
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-11/+3
* Fix drag and drop on LineEditConteZero2021-11-151-0/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-0/+4
* Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde2021-10-271-0/+4
|\
| * Add option to make selection uniqueConteZero2021-10-271-0/+4
* | Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
|/
* Added primary clipboard for LinuxConteZero2021-10-181-0/+5
* Merge pull request #53000 from Chaosus/lineedit_expose_selection_methodsRémi Verschelde2021-09-291-0/+3
|\
| * Add selection getter methods to `LineEdit` Yuri Roubinsky2021-09-241-0/+3
* | Fix LineEdit and TextEdit double-click and triple-click selectionjmb4622021-09-261-1/+3
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Improve Undo/Redo menu itemsHaoyu Qiu2021-08-171-0/+2
* Optimize LineEdit and TextEdit menu item generation.bruvzg2021-07-191-1/+0
* Create many types of popups on demandreduz2021-07-171-0/+3