summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.h
AgeCommit message (Expand)Author
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
2020-11-11Expose LineEdit scroll offset to scriptsPouleyKetchoupp
2020-07-23Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_editRémi Verschelde
2020-07-22Add option to disable virtual keyboard for LineEditPouleyKetchoupp
2020-07-15add force caret display to line editCevantime
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-02-08Update cached_width of the line_edit element when setting it to be secretsumit0190
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01Fixed LineEdit alignment when removing text or undo / redoPaulb23
2019-09-23Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-09-21Expose LineEdit's 'right_icon' and fix icon sizeMichael Alexsander Silva Dias
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-06-24Line edit placeholders now react properly to translation changes.Florian Marchal
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-05-08Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde
2018-05-03Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde
2018-04-30Make the LineEdit "secret" character customizableHugo Locurcio
2018-04-29Fix binding some core API methods only in tools buildsIgnacio Etcheverry
2018-04-09LineEdit placeholder alignment, content margins, and overflow bugsrobfram
2018-02-05Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli
2018-01-22Implements "Batch Rename" editor tool.Blazej Floch
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-11-11add context menu enable getters, setters, and properties in LineEdit and Text...Ian
2017-10-29Added multi level undo redo to line editPaulb23
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky