Age | Commit message (Expand) | Author |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-02-12 | Fix LineEdit minimum width | reduz |
2021-02-12 | Use get_char_size(' ') to calculate space width. | bruvzg |
2021-02-10 | Removed _change_notify | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-26 | Merge pull request #44349 from KoBeWi/drop_the_data! | Rémi Verschelde |
2021-01-26 | Merge pull request #45369 from naithar/fix/line_edit_clear-4.0 | Rémi Verschelde |
2021-01-26 | [GUI] Enforce virtual keyboard redisplay on clear | Sergey Minakov |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-05 | Revert "solved ctrl + alt + special character Issue #6851" | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-13 | Allow to override drop data in LineEdit | kobewi |
2020-12-09 | Static 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-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 |