Age | Commit message (Expand) | Author |
2022-10-03 | Add searching by event for Editor Settings shortcuts and Project Settings inp... | EricEzaM |
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky |
2022-09-02 | Fix theme propagation in various parts of the editor | Yuri Sizov |
2022-09-01 | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov |
2022-08-26 | Merge pull request #62771 from bruvzg/line_edit_trim | Rémi Verschelde |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov |
2022-08-11 | Change LineEdit secret character from "*" to "•". | bruvzg |
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-10 | Fix LineEdit text incorrectly trimmed due to rounding errors. | bruvzg |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-07-05 | Change LineEdit caret blink to use process | Nolkaloid |
2022-05-13 | Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co... | bruvzg |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg |
2022-03-04 | Add optional constructor arguments to more Control nodes | Hugo Locurcio |
2022-01-30 | Move placeholder color to theme item | Paulb23 |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-15 | Fix drag and drop on LineEdit | ConteZero |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-31 | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg |
2021-10-27 | Merge pull request #54166 from ConteZero/unique_selection | Rémi Verschelde |
2021-10-27 | Add option to make selection unique | ConteZero |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-18 | Added primary clipboard for Linux | ConteZero |
2021-09-29 | Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods | Rémi Verschelde |
2021-09-26 | Fix LineEdit and TextEdit double-click and triple-click selection | jmb462 |
2021-09-24 | Add selection getter methods to `LineEdit` | Yuri Roubinsky |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-17 | Improve Undo/Redo menu items | Haoyu Qiu |
2021-07-19 | Optimize LineEdit and TextEdit menu item generation. | bruvzg |
2021-07-17 | Create many types of popups on demand | reduz |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-17 | Rename LineEdit caret_* properties getters and setters to match property | Marcel Admiraal |
2021-03-07 | Merge pull request #46643 from YeldhamDev/hide_all_the_things | Rémi Verschelde |
2021-03-03 | Hide more options of disabled properties | Michael Alexsander |
2021-03-01 | LineEdit: Now double click to select a word, and triple click to select all t... | Mateo Kuruk Miccino |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-26 | [GUI] Enforce virtual keyboard redisplay on clear | Sergey Minakov |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-26 | [Complex Text Layouts] Refactor Label and LineEdit controls. | bruvzg |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-11 | Expose LineEdit scroll offset to scripts | 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-10 | Add override keywords. | Marcel Admiraal |