summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Disable ability to copy or cut text from LineEdit if secret mode is enabled.MidZik
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-10Make line edit always vertically aligned, makes no sense otherwise. Fixes #17188Juan Linietsky
2018-07-26Make the caret thicker in TextEdit and scale it with the editor scaleHugo Locurcio
2018-07-01Center text drawing in LineEditPaulb23
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-06-13LineEdit IME position will now ignore placeholder text.Saracen
2018-06-11IME context detection.Saracen
2018-05-24Ensures CMD+left and CMD+right only valid for OSX.Anish
2018-05-19fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-05-03Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde
2018-05-02Fix placeholders position in `LineEdit` when editing inside the Editorrobfram
2018-04-30Merge pull request #18370 from KidRigger/masterMax Hilbrunner
2018-04-30Merge pull request #18489 from Calinou/tweak-property-hint-rangesMax Hilbrunner
2018-04-30Make the LineEdit "secret" character customizableHugo Locurcio
2018-04-29Fix binding some core API methods only in tools buildsIgnacio Etcheverry
2018-04-28Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio
2018-04-23Adds support for CMD+Left and CMD+Right on MacOSAnish
2018-04-19Fixed context menu TTR bugssersoong
2018-04-09LineEdit placeholder alignment, content margins, and overflow bugsrobfram
2018-02-23Line edit up/down focus pass throughFabio Alessandrelli
2018-02-05Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-09Fix signal arguments shadowing member variablesRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker
2017-11-18change expand_to_len property to add on nonzero...also rename tokbake
2017-11-11add context menu enable getters, setters, and properties in LineEdit and Text...Ian
2017-10-30Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde
2017-10-29Added multi level undo redo to line editPaulb23
2017-10-20fix LineEdit drag selection to the leftAlexHolly
2017-10-01Fixed center align in LineEditbalint magyar
2017-09-26Fix crash when scene has LineEdit and run from editorvolzhs
2017-09-24Fixed caret blink and speed resetting in scenes, issue 10764Paulb23
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-03Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-18Rename localization method to `tr` againRémi Verschelde
2017-08-17Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde