summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
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
2017-08-11Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-07-19Icons can now be added inside line edits (Search icon).Daniel J. Ramirez
2017-07-17Merge pull request #9652 from djrm/theme_fixesRémi Verschelde
2017-07-17LineEdit: don't undo uneditable LineEditPoommetee Ketson
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
2017-07-11IME window follow the input cursor.geequlim
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas