summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2020-01-11Fix empty LineEdit crash on ctrl+backspacePaulb23
2020-01-10Add signal for LineEdit overflow eventTomasz Chabora
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-08Hide LineEdit placeholder if IME composition string is not empty.bruvzg
2019-12-01Fixed caret alignment with placeholder textPaulb23
2019-12-01Fixed LineEdit alignment when removing text or undo / redoPaulb23
2019-09-25Make LineEdit's minimal size adapt to its iconsMichael Alexsander Silva Dias
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
2019-09-23Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-09-21Expose LineEdit's 'right_icon' and fix icon sizeMichael Alexsander Silva Dias
2019-09-19Merge pull request #31188 from codecustard/LineEdit_disable_shortcutsRémi Verschelde
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-09-04TextEdit & LineEdit caret blink timers run only when focused (fixes #31936)PouleyKetchoupp
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-04Accept also right-click event in LineEditTomasz Chabora
2019-07-15Fix incorrect caret position when clicking a 'LineEdit' with a non-left align...Michael Alexsander Silva Dias
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-25Merge pull request #30002 from GlaceGwyneth/masterRémi Verschelde
2019-06-24Give LineEdit a custom font color when un-editableGwyneth Lowe
2019-06-24Line edit placeholders now react properly to translation changes.Florian Marchal
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