| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | Expose `LineEdit` `edit` and `unedit` methods. | Mounir Tohami | 2024-10-04 | 1 | -3/+2 |
* | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e... | bruvzg | 2024-09-12 | 1 | -0/+8 |
* | Prevent `LineEdit` from losing focus when text is submitted or rejected. | Mounir Tohami | 2024-09-10 | 1 | -0/+6 |
* | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
* | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -1/+1 |
* | Make LineEdit secret character easier to change and enter | jsjtxietian | 2023-10-19 | 1 | -0/+2 |
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -2/+4 |
* | [TextServer] Fix system font fallback and caret/selection behavior for compos... | bruvzg | 2023-08-15 | 1 | -1/+1 |
* | Add drag and drop option for line edit and rich text label | unknown | 2023-07-19 | 1 | -0/+4 |
* | Preserve selection when focusing SpinBox | kobewi | 2023-06-10 | 1 | -0/+1 |
* | Implement LineEdit.get_selected_text() | VolTer | 2023-03-30 | 1 | -0/+1 |
* | Fix `LineEdit` and `TextEdit` context menus not customizable | Danil Alexeev | 2023-01-27 | 1 | -2/+4 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-Line... | Rémi Verschelde | 2022-12-05 | 1 | -1/+2 |
|\ |
|
| * | Improve caret drawing conditions for `LineEdit` | Rindbee | 2022-10-09 | 1 | -1/+2 |
* | | Allow selecting SpinBox & LineEdit text when focus enters | Haoyu Qiu | 2022-10-29 | 1 | -0/+7 |
|/ |
|
* | Add searching by event for Editor Settings shortcuts and Project Settings inp... | EricEzaM | 2022-10-03 | 1 | -2/+1 |
* | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | 2022-09-06 | 1 | -3/+3 |
* | Fix theme propagation in various parts of the editor | Yuri Sizov | 2022-09-02 | 1 | -1/+1 |
* | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | 2022-09-01 | 1 | -0/+26 |
* | Merge pull request #62771 from bruvzg/line_edit_trim | Rémi Verschelde | 2022-08-26 | 1 | -6/+5 |
|\ |
|
| * | Fix LineEdit text incorrectly trimmed due to rounding errors. | bruvzg | 2022-07-10 | 1 | -6/+5 |
* | | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 1 | -1/+1 |
* | | Change LineEdit secret character from "*" to "•". | bruvzg | 2022-08-11 | 1 | -1/+1 |
* | | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -0/+16 |
* | | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
|/ |
|
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -8/+0 |
* | Change LineEdit caret blink to use process | Nolkaloid | 2022-07-05 | 1 | -1/+3 |
* | Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co... | bruvzg | 2022-05-13 | 1 | -0/+3 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -3/+3 |
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -0/+1 |
* | Add optional constructor arguments to more Control nodes | Hugo Locurcio | 2022-03-04 | 1 | -1/+1 |
* | Move placeholder color to theme item | Paulb23 | 2022-01-30 | 1 | -4/+0 |
* | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -11/+3 |
* | Fix drag and drop on LineEdit | ConteZero | 2021-11-15 | 1 | -0/+3 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -1/+1 |
* | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | 2021-10-31 | 1 | -0/+4 |
* | Merge pull request #54166 from ConteZero/unique_selection | Rémi Verschelde | 2021-10-27 | 1 | -0/+4 |
|\ |
|
| * | Add option to make selection unique | ConteZero | 2021-10-27 | 1 | -0/+4 |
* | | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -1/+0 |
|/ |
|
* | Added primary clipboard for Linux | ConteZero | 2021-10-18 | 1 | -0/+5 |
* | Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods | Rémi Verschelde | 2021-09-29 | 1 | -0/+3 |
|\ |
|
| * | Add selection getter methods to `LineEdit` | Yuri Roubinsky | 2021-09-24 | 1 | -0/+3 |
* | | Fix LineEdit and TextEdit double-click and triple-click selection | jmb462 | 2021-09-26 | 1 | -1/+3 |
|/ |
|
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -1/+1 |
* | Improve Undo/Redo menu items | Haoyu Qiu | 2021-08-17 | 1 | -0/+2 |