summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2019-06-11Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit.bruvzg
2019-06-03Merge pull request #26848 from ptrojahn/utf8navigationRémi Verschelde
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-28Merge pull request #28726 from megalike/add_mac_os_hotkeys_leRémi Verschelde
2019-05-24Merge pull request #29067 from KoBeWi/spin_editRémi Verschelde
2019-05-21Initialize readonly/editable in LineEdit and TextEdit controlsIbrahn Sahir
2019-05-21Pass mouse events to SpinBox from its LineEditTomasz Chabora
2019-05-15Fix leftover connection to the "Open" signal in FileSystemDockMichael Alexsander Silva Dias
2019-05-06Support Mac OS hotkeys in line_editmegalike
2019-05-01Fix First Ctrl+R and Ctrl+F not showing long name variables correctlytheoniko
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-03-09Support UTF-8 in TextEdit and LineEdit navigationPaul Trojahn
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