Age | Commit message (Expand) | Author |
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-13 | Merge pull request #45858 from nekomatata/text-edit-style-content-margins | Rémi Verschelde |
2021-02-13 | Merge pull request #45881 from nekomatata/textedit-wrap-autoscroll | Rémi Verschelde |
2021-02-12 | Fix TextEdit autoscroll with wrapped lines | PouleyKetchoupp |
2021-02-12 | TextEdit respects content margin from StyleBox | PouleyKetchoupp |
2021-02-12 | Fix LineEdit minimum width | reduz |
2021-02-12 | Use get_char_size(' ') to calculate space width. | bruvzg |
2021-02-10 | Removed _change_notify | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-02-07 | TextEdit: When left mouse is pressed to place the cursor, do not immediately ... | Oliver Dick |
2021-02-01 | Merge pull request #45110 from fmazan/completion-panel-positioning | Rémi Verschelde |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-14 | Fix TextEdit drawing Caret and icons out of bounds | Paulb23 |
2021-01-11 | Fixed completion and hint panel positioning in TextExit | Filip |
2021-01-05 | Makes script editor not draw non existent spaces. | David Kennedy |
2021-01-05 | Revert "solved ctrl + alt + special character Issue #6851" | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Merge pull request #44605 from madmiraal/rename-control-margin | Rémi Verschelde |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-21 | Use integer text position in scroll container, TextEdit and canvas editor, to... | bruvzg |
2020-12-16 | GUI: use cursor in TextEdit for non selected text. | Sergey Minakov |
2020-12-11 | Fixed mouse scrolling in TextEdit's | Yuri Roubinsky |
2020-12-09 | Static analyzer fixes: | bruvzg |
2020-12-07 | [Complex Text Layouts] Performance optimizations. | bruvzg |
2020-12-06 | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T... | bruvzg |
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-11-15 | GUI: send cursor data from TextEdit | Sergey Minakov |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-28 | Removed redundant line from TextEdit | Yuri Roubinsky |
2020-10-25 | ScriptEditor: Fix line number gutter drag select | Devin Curry |
2020-10-23 | Shows ColorRect in Color constants autocompletion | Yuri Roubinsky |
2020-10-17 | TextEdit - fix valid bounds in 'set_line'. Fixes #41967 | Dominik 'dreamsComeTrue' Jasiński |
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 | Changed line_edited_from(from) to lines_edit_from(from, to) | 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-14 | Skip indentation of empty lines when indenting a selection. | Cheeseness |
2020-08-14 | Merge pull request #37769 from HellonLegs/master | Rémi Verschelde |
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp |
2020-07-29 | Fix TextEdit line width cache not being updated | Paulb23 |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 |