Age | Commit message (Expand) | Author |
2020-11-25 | Update clear button when clicked | Tomasz Chabora |
2020-11-11 | Merge pull request #43449 from nekomatata/line_edit_window_pos | Rémi Verschelde |
2020-11-11 | Expose LineEdit scroll offset to scripts | PouleyKetchoupp |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-08 | Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression | Rémi Verschelde |
2020-09-08 | Fix LineEdit not consuming enter events | PouleyKetchoupp |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-01 | Revert "Updated LineEdit to address #41278" | Rémi Verschelde |
2020-08-26 | Updated LineEdit to address #41278 | Tony-Goat |
2020-08-14 | Merge pull request #37769 from HellonLegs/master | Rémi Verschelde |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-07-23 | Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit | Rémi Verschelde |
2020-07-22 | Add option to disable virtual keyboard for LineEdit | PouleyKetchoupp |
2020-07-15 | add force caret display to line edit | Cevantime |
2020-07-01 | Fix some popups menu missing screen transform. | Juan Linietsky |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-18 | [macOS] Command-backspace in line edit | Andy Maloney |
2020-06-10 | Make text deletion methods public for LineEdit | Thibault Truffert |
2020-05-16 | Fix Android LineEdit editing bugs | SkyJJ |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-11 | Using the common behaviour when use command+shift on text line for osx | Eduardo Nunes Pereira |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-10 | solved control + alt issue | HellonLegs |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
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 |