Age | Commit message (Expand) | Author |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-25 | Merge pull request #37281 from ThakeeNathees/fix-project-manager-don't-consum... | Rémi Verschelde |
2020-03-25 | fix project manager don't consume Enter key #17620 | Thakee Nathees |
2020-03-19 | Use LineEdit secret character width everywhere | Darren Kaste |
2020-03-18 | Merge pull request #37094 from dkaste/line-edit-secret-select | Rémi Verschelde |
2020-03-18 | Remove update condition from LineEdit::update_placeholder_width | simpuid |
2020-03-16 | Calculate LineEdit selection with secret character | Darren Kaste |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-27 | Merge pull request #36050 from eswartz/line-edit-move-cursor-on-unselect | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-23 | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-15 | Use left/right arrow to move cursor when unselecting in LineEdit | Ed Swartz |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-09 | Merge pull request #35814 from timothyqiu/line-edit-shortcut | Rémi Verschelde |
2020-02-08 | Update cached_width of the line_edit element when setting it to be secret | sumit0190 |
2020-02-01 | Adds CTRL-A CTRL-E support to LineEdit on macOS | Haoyu Qiu |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-15 | Updates LineEdit's min size when necessary | Haoyu Qiu |
2020-01-11 | Fix empty LineEdit crash on ctrl+backspace | Paulb23 |
2020-01-10 | Add signal for LineEdit overflow event | Tomasz Chabora |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-08 | Hide LineEdit placeholder if IME composition string is not empty. | bruvzg |
2019-12-01 | Fixed caret alignment with placeholder text | Paulb23 |
2019-12-01 | Fixed LineEdit alignment when removing text or undo / redo | Paulb23 |
2019-09-25 | Make LineEdit's minimal size adapt to its icons | Michael Alexsander Silva Dias |
2019-09-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde |
2019-09-23 | Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fix | Rémi Verschelde |
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn |
2019-09-21 | Expose LineEdit's 'right_icon' and fix icon size | Michael Alexsander Silva Dias |
2019-09-19 | Merge pull request #31188 from codecustard/LineEdit_disable_shortcuts | Rémi Verschelde |
2019-09-07 | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit | Emmanuel Barroga |
2019-09-04 | Add overriden properties to the documentation | Bojidar Marinov |
2019-09-04 | TextEdit & LineEdit caret blink timers run only when focused (fixes #31936) | PouleyKetchoupp |
2019-08-13 | Reorganize various menus for consistency and conciseness | Hugo Locurcio |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora |
2019-08-04 | Accept also right-click event in LineEdit | Tomasz Chabora |
2019-07-15 | Fix incorrect caret position when clicking a 'LineEdit' with a non-left align... | Michael Alexsander Silva Dias |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-25 | Merge pull request #30002 from GlaceGwyneth/master | Rémi Verschelde |
2019-06-24 | Give LineEdit a custom font color when un-editable | Gwyneth Lowe |
2019-06-24 | Line edit placeholders now react properly to translation changes. | Florian Marchal |