Age | Commit message (Expand) | Author |
2022-10-16 | Fix undo redo not adjusting TextEdit viewport to caret | Paulb23 |
2022-10-11 | Fix select word under caret using caret col instead of line | Paulb23 |
2022-10-10 | Merge pull request #67145 from Paulb23/tab_textedit | Rémi Verschelde |
2022-10-10 | Merge pull request #65805 from MewPurPur/improve-breakpoint-hovering | Rémi Verschelde |
2022-10-10 | Improved breakpoints hover indicator | VolTer |
2022-10-10 | Don't allow removing TextEdit's main caret | Haoyu Qiu |
2022-10-09 | Handle tab in TextEdit | Paulb23 |
2022-10-07 | Getters for TextEdit scrollbars | microaeris |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-07 | Add split caret direction markers. Fix block/overtype caret size. | bruvzg |
2022-10-05 | Add mutliple Caret support to TextEdit | Paulb23 |
2022-10-03 | Move selecion into caret | Paulb23 |
2022-09-23 | [TextEdit] Use error/selection font color for the current glyph only, instead... | bruvzg |
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg |
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky |
2022-09-02 | Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-width | Rémi Verschelde |
2022-08-31 | Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut... | Tim Fronsee |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov |
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-26 | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg |
2022-07-10 | Fix too thin underline in brace match | kobewi |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-07-04 | Allow to disable TextEdit vertical scroll | kobewi |
2022-06-26 | Add an option to drag'n'drop selected text in TextEdit | ConteZero |
2022-06-11 | Add suffixes to all nodes and resources | FireForge |
2022-06-02 | Remove redundant min call when setting line | iwek |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-18 | Merge pull request #60955 from pfertyk/issue-60668-fix-get-breakpointed-lines... | Rémi Verschelde |
2022-05-16 | Fix get_breakpointed_lines crashing Godot | Paweł Fertyk |
2022-05-13 | Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co... | bruvzg |
2022-05-09 | Fix backspace when selection reaches left edge | Paweł Fertyk |
2022-04-25 | Merge pull request #60438 from Paulb23/text-edit-tests | Rémi Verschelde |
2022-04-22 | Multiple small TextEdit Bug Fixes | Paulb23 |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-08 | Fix shortcut_keys_enabled in TextEdit | ConteZero |
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg |
2022-04-05 | Consider chained operation when selecting text in TextEdit::undo() | Haoyu Qiu |
2022-04-04 | Merge pull request #58452 from marcgpuig/text-edit-backspace-fix | Rémi Verschelde |
2022-04-04 | Fixed ctrl + backspace on empty lines | Marc Garcia Puig |
2022-04-03 | Fix TextEdit v_scroll_speed invalid values breaks wheel scrolling | jmb462 |
2022-03-11 | Fix "p_from_line > p_to_line" errors in text edit | nova++ |
2022-03-04 | Merge pull request #58739 from Calinou/control-add-constructors | Rémi Verschelde |
2022-03-04 | Add optional constructor arguments to more Control nodes | Hugo Locurcio |
2022-03-04 | Remove extra separator when TextEdit is read only and unselectable | Haoyu Qiu |
2022-03-03 | Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0 | Hugo Locurcio |
2022-02-28 | Fixed caret change signal emission | Paulb23 |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |