| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-Line... | Rémi Verschelde | 2022-12-05 | 1 | -36/+33 |
| |\ |
|
| | * | Improve caret drawing conditions for `LineEdit` | Rindbee | 2022-10-09 | 1 | -36/+33 |
| * | | [Line Edit] Ignore placeholder text when drawing caret. | bruvzg | 2022-11-08 | 1 | -8/+21 |
| * | | Allow selecting SpinBox & LineEdit text when focus enters | Haoyu Qiu | 2022-10-29 | 1 | -0/+29 |
| * | | Abort LineEdit shaping if no font is set to avoid unnecessary error messages. | bruvzg | 2022-10-14 | 1 | -3/+6 |
| |/ |
|
| * | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -2/+2 |
| * | Add split caret direction markers. Fix block/overtype caret size. | bruvzg | 2022-10-07 | 1 | -1/+12 |
| * | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -1/+1 |
| * | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | 2022-09-06 | 1 | -12/+12 |
| * | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | 2022-09-01 | 1 | -36/+67 |
| * | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -33/+33 |
| * | Merge pull request #62771 from bruvzg/line_edit_trim | Rémi Verschelde | 2022-08-26 | 1 | -24/+24 |
| |\ |
|
| | * | Fix LineEdit text incorrectly trimmed due to rounding errors. | bruvzg | 2022-07-10 | 1 | -24/+24 |
| * | | Add some codes, returnes directly if the value is not changed. | 风青山 | 2022-08-23 | 1 | -9/+27 |
| * | | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 1 | -3/+3 |
| * | | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -2/+22 |
| |/ |
|
| * | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -85/+14 |
| * | Change LineEdit caret blink to use process | Nolkaloid | 2022-07-05 | 1 | -14/+23 |
| * | Fix setting line edit caret after dobule and triple click | iwek | 2022-06-10 | 1 | -2/+2 |
| * | Take into account the clear icon's size even when not visible in `LineEdit`s | Michael Alexsander | 2022-06-05 | 1 | -6/+10 |
| * | Fix LineEdit clear button for asymmetric stylebox | Haoyu Qiu | 2022-05-28 | 1 | -1/+1 |
| * | Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co... | bruvzg | 2022-05-13 | 1 | -0/+36 |
| * | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -2/+2 |
| * | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -0/+22 |
| * | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -1/+1 |
| * | Remove duplicate editor settings definitions | kobewi | 2022-03-06 | 1 | -4/+4 |
| * | Add optional constructor arguments to more Control nodes | Hugo Locurcio | 2022-03-04 | 1 | -1/+3 |
| * | Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0 | Hugo Locurcio | 2022-03-03 | 1 | -1/+2 |
| * | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -2/+13 |
| * | Add sub-pixel glyph positioning support. | bruvzg | 2022-02-12 | 1 | -1/+1 |
| * | Move placeholder color to theme item | Paulb23 | 2022-01-30 | 1 | -15/+2 |
| * | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -1/+1 |
| * | Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them... | Rémi Verschelde | 2022-01-13 | 1 | -2/+2 |
| |\ |
|
| | * | Add a theme constant to change LineEdit and TextEdit's caret width | Hugo Locurcio | 2022-01-07 | 1 | -2/+2 |
| * | | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -3/+3 |
| |/ |
|
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| * | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
| * | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -39/+34 |
| * | Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m... | Rémi Verschelde | 2021-12-06 | 1 | -5/+5 |
| |\ |
|
| | * | Rename minimum_size_changed() method | kobewi | 2021-12-06 | 1 | -5/+5 |
| * | | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -2/+2 |
| |/ |
|
| * | Add drag and drop to TextEdit | ConteZero | 2021-12-02 | 1 | -6/+12 |
| * | Merge pull request #55151 from Chaosus/control_reset_size | Rémi Verschelde | 2021-11-22 | 1 | -2/+2 |
| |\ |
|
| | * | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | 2021-11-22 | 1 | -2/+2 |
| * | | Fix drag and drop on LineEdit | ConteZero | 2021-11-15 | 1 | -11/+69 |
| |/ |
|
| * | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -16/+16 |
| * | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde | 2021-11-11 | 1 | -5/+4 |
| * | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | 2021-11-09 | 1 | -1/+17 |
| |\ |
|
| | * | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | 2021-10-31 | 1 | -1/+17 |
| * | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | 2021-11-03 | 1 | -1/+1 |
| |/ |
|