summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.h
AgeCommit message (Expand)Author
2023-01-27Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-05Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-Line...Rémi Verschelde
2022-10-29Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu
2022-10-09Improve caret drawing conditions for `LineEdit`Rindbee
2022-10-03Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM
2022-09-06Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky
2022-09-02Fix theme propagation in various parts of the editorYuri Sizov
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-08-26Merge pull request #62771 from bruvzg/line_edit_trimRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-11Change LineEdit secret character from "*" to "•".bruvzg
2022-08-04Add support for multiple virtual keyboard typesBrian Semrau
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-10Fix LineEdit text incorrectly trimmed due to rounding errors.bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-05Change LineEdit caret blink to use processNolkaloid
2022-05-13Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg
2022-04-22Implement Label3D node.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-04Add optional constructor arguments to more Control nodesHugo Locurcio
2022-01-30Move placeholder color to theme itemPaulb23
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-15Fix drag and drop on LineEditConteZero
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-31Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg
2021-10-27Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde
2021-10-27Add option to make selection uniqueConteZero
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-18Added primary clipboard for LinuxConteZero
2021-09-29Merge pull request #53000 from Chaosus/lineedit_expose_selection_methodsRémi Verschelde
2021-09-26Fix LineEdit and TextEdit double-click and triple-click selectionjmb462
2021-09-24Add selection getter methods to `LineEdit` Yuri Roubinsky
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-07-19Optimize LineEdit and TextEdit menu item generation.bruvzg
2021-07-17Create many types of popups on demandreduz
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-03-07Merge pull request #46643 from YeldhamDev/hide_all_the_thingsRémi Verschelde
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-03-01LineEdit: Now double click to select a word, and triple click to select all t...Mateo Kuruk Miccino
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-26[GUI] Enforce virtual keyboard redisplay on clearSergey Minakov
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke