summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
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-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-25Merge pull request #37281 from ThakeeNathees/fix-project-manager-don't-consum...Rémi Verschelde
2020-03-25fix project manager don't consume Enter key #17620Thakee Nathees
2020-03-19Use LineEdit secret character width everywhereDarren Kaste
2020-03-18Merge pull request #37094 from dkaste/line-edit-secret-selectRémi Verschelde
2020-03-18Remove update condition from LineEdit::update_placeholder_widthsimpuid
2020-03-16Calculate LineEdit selection with secret characterDarren Kaste
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-27Merge pull request #36050 from eswartz/line-edit-move-cursor-on-unselectRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Use left/right arrow to move cursor when unselecting in LineEditEd Swartz
2020-02-11Texture refactorJuan Linietsky
2020-02-09Merge pull request #35814 from timothyqiu/line-edit-shortcutRémi Verschelde
2020-02-08Update cached_width of the line_edit element when setting it to be secretsumit0190
2020-02-01Adds CTRL-A CTRL-E support to LineEdit on macOSHaoyu Qiu
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-15Updates LineEdit's min size when necessaryHaoyu Qiu
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