Age | Commit message (Expand) | Author |
2021-07-19 | Merge pull request #50588 from bruvzg/menu_gen | Rémi Verschelde |
2021-07-19 | Fixed typos in `TextEdit::GutterType` enum | Yuri Roubinsky |
2021-07-19 | Optimize LineEdit and TextEdit menu item generation. | bruvzg |
2021-07-17 | Create many types of popups on demand | reduz |
2021-07-06 | LineEdit: Respect `max_length` by truncating text to append | Rémi Verschelde |
2021-06-20 | Move indent management to CodeEdit | Paulb23 |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-19 | Remove redundant keywords from TextEdit | Paulb23 |
2021-06-01 | Move code folding into CodeEdit and hide line hiding API | Paulb23 |
2021-06-01 | Move and expose Code Hint in CodeEdit | Paulb23 |
2021-06-01 | Move and expose AutoComplete in CodeEdit | Paulb23 |
2021-05-22 | Add a keyboard shortcut to select the word under cursor in TextEdit | Hugo Locurcio |
2021-05-22 | Add custom background line colour to TextEdit and remove marked lines | Paulb23 |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-02-12 | Fix TextEdit autoscroll with wrapped lines | PouleyKetchoupp |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-11 | Fixed mouse scrolling in TextEdit's | Yuri Roubinsky |
2020-11-26 | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. | bruvzg |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-10-25 | ScriptEditor: Fix line number gutter drag select | Devin Curry |
2020-09-11 | Remove bit fields and use fixed width integers instead. | Marcel Admiraal |
2020-09-10 | Move safe line color into editor | Paulb23 |
2020-09-10 | Move ConnectionGutter to editor code_editor | Paulb23 |
2020-09-10 | Add folding gutter to code_edit | Paulb23 |
2020-09-10 | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 |
2020-09-10 | Added Line numbers to CodeEdit | Paulb23 |
2020-09-10 | Added gutter system to TextEdit | Paulb23 |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-16 | TextEdit search returns a dictionary instead of Vector | PouleyKetchoupp |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-29 | Limit undo stack size | John Wigg |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-11 | Removed underlining for not clickable symbols | janglee |
2020-02-27 | Merge pull request #36232 from Calinou/add-soft-line-length-guideline | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Add a soft line length guideline to the script editor | Hugo Locurcio |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-10-31 | Improved TextEdit search usability & documentation | PouleyKetchoupp |
2019-10-27 | Improve performance of connection info in the script editor | Paulb23 |
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde |