Age | Commit message (Expand) | Author |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-05-28 | Increase the editor profiler frame history default and maximum limit | Hugo Locurcio |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-03-15 | More icon updates on theme change | Haoyu Qiu |
2022-03-06 | Remove duplicate editor settings definitions | kobewi |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-07-24 | Add a tooltip for Inclusive and Self in the editor profiler | Hugo Locurcio |
2021-07-19 | Merge pull request #50599 from Calinou/editor-profiler-improve-tooltip | Rémi Verschelde |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-19 | Improve tooltips in the editor profiler to mention the script name | Hugo Locurcio |
2021-07-04 | Clean up Tree | reduz |
2021-07-01 | Clean up RenderingServer and its bindings | reduz |
2021-06-28 | Implement Tree's internal minimum width calculation | Gilles Roudière |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-05-21 | Fix editor crash when exporting profiler data | Haoyu Qiu |
2021-04-06 | Clean up profiler | pkowal |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-08 | Update editor debugger to new remote debugger. | Fabio Alessandrelli |