summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_editRémi Verschelde2020-07-231-0/+4
|\
| * add force caret display to line editCevantime2020-07-151-0/+4
* | Add option to disable virtual keyboard for LineEditPouleyKetchoupp2020-07-221-0/+5
* | Add override keywords.Marcel Admiraal2020-07-101-6/+6
|/
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update cached_width of the line_edit element when setting it to be secretsumit01902020-02-081-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed LineEdit alignment when removing text or undo / redoPaulb232019-12-011-0/+2
* Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde2019-09-231-1/+2
|\
| * Expose LineEdit's 'right_icon' and fix icon sizeMichael Alexsander Silva Dias2019-09-211-1/+2
* | Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde2019-09-221-0/+1
|\ \ | |/ |/|
| * Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-0/+1
* | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga2019-09-071-0/+12
|/
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Line edit placeholders now react properly to translation changes.Florian Marchal2019-06-241-0/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-231-1/+0
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-0/+4
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+14
* Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde2018-05-081-1/+1
|\
| * Implements "Batch Rename" editor tool.Blazej Floch2018-01-221-1/+1
* | Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-031-2/+0
|\ \
| * | Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-2/+0
* | | Make the LineEdit "secret" character customizableHugo Locurcio2018-04-301-0/+4
|/ /
* | LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-091-0/+1
* | Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2018-02-051-0/+1
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias2017-12-171-3/+2
* add context menu enable getters, setters, and properties in LineEdit and Text...Ian2017-11-111-0/+3
* Added multi level undo redo to line editPaulb232017-10-291-0/+14
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
* Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+3
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-9/+6
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* -Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky2016-09-061-0/+8
* add placeholder alpha propertysanikoyes2016-06-281-0/+3
* Add placeholder property for line_editsanikoyes2016-06-271-0/+3
* Added setting to toggle line edit caret blinkPaulb232016-06-221-1/+3
* Line edit caret no longer draws on focus lossPaulb232016-06-221-0/+1
* Added caret blink to line editPaulb232016-06-221-0/+13
* LineEdit: Word jumping and OSX hotkeysIgnacio Etcheverry2016-06-181-0/+1