Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | ||||
* | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. | bruvzg | 2020-11-26 | 1 | -8/+14 |
| | |||||
* | [Complex Text Layouts] Refactor Font class, default themes and controls to ↵ | bruvzg | 2020-11-26 | 1 | -1/+1 |
| | | | | | | | | use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows. | ||||
* | ScriptEditor: Fix line number gutter drag select | Devin Curry | 2020-10-25 | 1 | -1/+4 |
| | | | | Fixes issue #42722 | ||||
* | Fixed main gutter not drawing on item toggle | Paulb23 | 2020-10-13 | 1 | -0/+3 |
| | |||||
* | Move safe line color into editor | Paulb23 | 2020-09-10 | 1 | -2/+6 |
| | |||||
* | Add folding gutter to code_edit | Paulb23 | 2020-09-10 | 1 | -0/+62 |
| | |||||
* | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 | 2020-09-10 | 1 | -12/+259 |
| | |||||
* | Changed line_edited_from(from) to lines_edit_from(from, to) | Paulb23 | 2020-09-10 | 1 | -2/+2 |
| | |||||
* | Added Line numbers to CodeEdit | Paulb23 | 2020-09-10 | 1 | -1/+85 |
| | |||||
* | Add and convert editor to use CodeEdit | Paulb23 | 2020-09-10 | 1 | -0/+47 |