Age | Commit message (Expand) | Author |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-12 | Add sub-pixel glyph positioning support. | bruvzg |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-01-30 | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz |
2022-01-27 | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-23 | Fix selection being deleted and indentation not being accounted for | Preslavb |
2022-01-22 | Rename request_code_completion signal | kobewi |
2022-01-19 | Convert TextEdit callbacks to Callable | Paulb23 |
2022-01-14 | Fix CodeEdit guidelines position. | bruvzg |
2022-01-06 | Merge pull request #55851 from Chaosus/better-completion-options-list_rebased | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-12-12 | Fix highlight for completion options match (rebased) | Yuri Roubinsky |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-25 | Merge pull request #55227 from ator-dev/fix-code-folding | Rémi Verschelde |
2021-11-24 | Fix code folding when end of block is unindented delimiter | ator-dev |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-25 | Ignore empty Font resources as theme override. | bruvzg |
2021-10-18 | Fix crash when executing CodeEdit._main_gutter_draw_callback | Haoyu Qiu |
2021-10-06 | Merge pull request #53476 from Paulb23/breakpoint-move-up-fix | Rémi Verschelde |
2021-10-06 | Fix breakpointed_lines out of sync when removing lines above | Paulb23 |
2021-10-06 | Fix the "END" key behaving like "PAGE_DOWN" in code completion. | Eric M |
2021-10-01 | Fix deleting selection at the first line do not work with backspace | Jean-Michel Bernard |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M |
2021-09-24 | Fix incorrect offsets of tooltip content in `CodeEdit` | Yuri Roubinsky |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-09-20 | Change completion prefixes to single char and unnecessary ui_cancel accept_event | Paulb23 |
2021-09-14 | Merge pull request #52583 from e8newallm/52360 | Rémi Verschelde |
2021-09-13 | Removed updates that caused unnecessary window updates | Matthew Newall |
2021-09-13 | Merge pull request #52443 from Paulb23/code-edit-indext-fixes | Rémi Verschelde |
2021-09-13 | Merge pull request #52346 from Paulb23/string-tracking-fixes | Rémi Verschelde |
2021-09-09 | Fix block deliminator not-folding at end of file | Paulb23 |
2021-09-07 | Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail | Max Hilbrunner |
2021-09-07 | Merge pull request #52359 from williamd67/fix-autocomplete-merge | Max Hilbrunner |
2021-09-06 | Fix brace placement with space auto indent | Paulb23 |
2021-09-06 | Fix crash during completion lookback | daniel-mcclintock |
2021-09-05 | Fix comment causes content of folded methods to not hide | jmb462 |
2021-09-03 | Fix incorrectly removing two characters by auto brace | William Deurwaarder |
2021-09-02 | Fix getting deliminator start over empty lines and blank start keys | Paulb23 |
2021-08-26 | Fix misspelled "overriden" | Haoyu Qiu |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-13 | Merge pull request #51585 from Paulb23/theme-update-optimisation | Rémi Verschelde |
2021-08-13 | Move CodeEdit theme overrides into EditorTheme | Paulb23 |