| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -3/+2 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+1 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+1 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -4/+4 |
* | Merge pull request #62350 from Valeryn4/fix_animation_state_machine | Rémi Verschelde | 2022-07-28 | 1 | -1/+1 |
|\ |
|
| * | Validate AnimationNode name in AnimationStateMachine | Valerii | 2022-07-28 | 1 | -1/+1 |
* | | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | 2022-07-18 | 1 | -2/+2 |
* | | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -2/+2 |
* | | Merge pull request #61826 from guilhermefelipecgs/fix_leak | Rémi Verschelde | 2022-06-23 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Fix ObjectDB instances leaked on state machine when editor closes | Guilherme Felipe de C. G. da Silva | 2022-06-08 | 1 | -3/+3 |
* | | i18n: Misc fixes translation strings | Rémi Verschelde | 2022-06-08 | 1 | -1/+1 |
|/ |
|
* | Fix state machine style | Guilherme Felipe de C. G. da Silva | 2022-06-03 | 1 | -2/+1 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -4/+4 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Fix state machine box selection | Guilherme Felipe de C. G. da Silva | 2022-05-03 | 1 | -0/+30 |
* | Merge pull request #60627 from aaronfranke/rename-elements | Rémi Verschelde | 2022-05-03 | 1 | -3/+3 |
|\ |
|
| * | Rename Transform2D "elements" to "columns" | Aaron Franke | 2022-04-29 | 1 | -3/+3 |
* | | Improvements of state machine | Guilherme Felipe | 2022-05-02 | 1 | -204/+952 |
* | | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -9/+0 |
|/ |
|
* | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde | 2022-04-27 | 1 | -6/+6 |
|\ |
|
| * | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -6/+6 |
* | | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -1/+1 |
|/ |
|
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -1/+1 |
* | Use get_cursor_shape for identifying the cursor shape in AnimationNodeStateMa... | Markus Sauermann | 2022-03-11 | 1 | -23/+22 |
* | Add missing i18n to various strings | Haoyu Qiu | 2022-03-07 | 1 | -1/+1 |
* | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -139/+144 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+2 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -3/+3 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -3/+3 |
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -1/+1 |
* | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 1 | -1/+1 |
* | Make AnimationTree delta argument force double in core | Silc 'Tokage' Renew | 2022-01-29 | 1 | -3/+3 |
* | More time parameters change type float to double | Silc 'Tokage' Renew | 2022-01-27 | 1 | -3/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
* | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -2/+3 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -7/+7 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -5/+5 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -20/+20 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -39/+39 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -4/+4 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -1/+1 |
* | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A | 2021-05-07 | 1 | -2/+2 |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -6/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Merge pull request #44149 from madmiraal/rename-tangent-orthogonal | Rémi Verschelde | 2020-12-28 | 1 | -2/+2 |
|\ |
|
| * | Rename Vector2.tangent() to Vector2.orthogonal() | Marcel Admiraal | 2020-12-06 | 1 | -2/+2 |
* | | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -5/+5 |
|/ |
|
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -10/+11 |