summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2019-04-30Merge pull request #28287 from YeldhamDev/text_editable_contextmenuRémi Verschelde
2019-04-29Make 'Line/TextEdit's context menus hide their editing options when in readon...Michael Alexsander Silva Dias
2019-04-29Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias
2019-04-22Merge pull request #28266 from coldrye-collaboration/gh-28241Rémi Verschelde
2019-04-21Call minimum_size_changed() on redo/undo if expand_to_text_length is trueCarsten Klein
2019-04-21Fix 'LineEdit' offset limit not accounting for the right/clear icon widthMichael Alexsander Silva Dias
2019-04-20Fix 'LineEdit' contents not ending before the clear button if no right icon w...Michael Alexsander Silva Dias
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-03-31Fixed not deselecting when clearing lineedit.Paulb23
2019-02-19Allow moving LineEdit visible window left by more than one symbol.Kārlis Seņko
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-08Update IME text only for focused input controls.bruvzg
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-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-20Initialise LineEdit clear_button_status.Ibrahn Sahir
2018-10-04fix enum cast warnings on clangkarroffel
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