summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2021-03-07Merge pull request #46643 from YeldhamDev/hide_all_the_thingsRémi Verschelde
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-03-01LineEdit: Now double click to select a word, and triple click to select all t...Mateo Kuruk Miccino
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-16Fix minimum_character_width in LineEditGilles Roudière
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-12Fix LineEdit minimum widthreduz
2021-02-12Use get_char_size(' ') to calculate space width.bruvzg
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-26Merge pull request #44349 from KoBeWi/drop_the_data!Rémi Verschelde
2021-01-26Merge pull request #45369 from naithar/fix/line_edit_clear-4.0Rémi Verschelde
2021-01-26[GUI] Enforce virtual keyboard redisplay on clearSergey Minakov
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-05Revert "solved ctrl + alt + special character Issue #6851"Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-13Allow to override drop data in LineEditkobewi
2020-12-09Static analyzer fixes:bruvzg
2020-12-07[Complex Text Layouts] Performance optimizations.bruvzg
2020-12-06[Complex Text Layouts] Align glyph offsets and advances to the pixel grid.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-11-26[Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-25Update clear button when clickedTomasz Chabora
2020-11-11Merge pull request #43449 from nekomatata/line_edit_window_posRémi Verschelde
2020-11-11Expose LineEdit scroll offset to scriptsPouleyKetchoupp
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-08Merge pull request #41870 from nekomatata/fix-line-edit-enter-regressionRémi Verschelde
2020-09-08Fix LineEdit not consuming enter eventsPouleyKetchoupp
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-01Revert "Updated LineEdit to address #41278"Rémi Verschelde
2020-08-26Updated LineEdit to address #41278Tony-Goat
2020-08-14Merge pull request #37769 from HellonLegs/masterRémi Verschelde
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-23Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_editRémi Verschelde
2020-07-22Add option to disable virtual keyboard for LineEditPouleyKetchoupp
2020-07-15add force caret display to line editCevantime
2020-07-01Fix some popups menu missing screen transform.Juan Linietsky
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-18[macOS] Command-backspace in line editAndy Maloney
2020-06-10Make text deletion methods public for LineEditThibault Truffert
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-11Using the common behaviour when use command+shift on text line for osxEduardo Nunes Pereira
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-10solved control + alt issueHellonLegs