Age | Commit message (Expand) | Author |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-09 | Fix backspace when selection reaches left edge | Paweł Fertyk |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-05-02 | Merge pull request #60529 from timothyqiu/theme-validation | Rémi Verschelde |
2022-04-28 | fix lines ending in comments causing auto indent | Nathan Franke |
2022-04-26 | Validate theme type/item names | Haoyu Qiu |
2022-04-22 | Add inital TextEdit UnitTests | Paulb23 |
2022-04-22 | Use Input::push_input for tests plus extra mouse testing | Paulb23 |
2022-04-07 | Remove unused legacy tests | Rémi Verschelde |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-07 | Merge pull request #57490 from Calinou/test-add-animation | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-06 | Add a unit test suite for Animation | Hugo Locurcio |
2022-01-30 | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz |
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 | Improve the default project theme | Hugo Locurcio |
2022-01-13 | Fix various typos | luz paz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
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-30 | Improve Curve with const and real_t | Aaron Franke |
2021-11-24 | Fix code folding when end of block is unindented delimiter | ator-dev |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-07 | Move and organize tests into subfolders | Aaron Franke |