| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert | Rémi Verschelde | 2022-10-31 | 1 | -0/+2 |
|\ |
|
| * | Change import animation error to "animation nodes" | kingoftheconnors | 2022-08-07 | 1 | -1/+1 |
| * | Add alert in anim trees if resource load fails | kingoftheconnors | 2020-10-08 | 1 | -0/+2 |
* | | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -2/+2 |
* | | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -14/+14 |
* | | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde | 2022-08-28 | 1 | -5/+5 |
|\ \ |
|
| * | | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -5/+5 |
* | | | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_... | Rémi Verschelde | 2022-08-27 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
| |/ / |
|
* / / | Add read-only mode to AnimationTreeEditor plugins | SaracenOne | 2022-08-25 | 1 | -69/+91 |
|/ / |
|
* | | 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 |
* | | refactor sync in AnimationTree | Silc Renew | 2022-07-16 | 1 | -1/+11 |
* | | Use antialiasing for line drawing in the AnimationTree editor | Hugo Locurcio | 2022-07-02 | 1 | -8/+8 |
* | | Removes start/end states from menus | Guilherme Felipe de C. G. da Silva | 2022-06-04 | 1 | -1/+1 |
* | | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -5/+0 |
* | | 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 | -30/+33 |
* | | 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 |
* | | 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 | -1/+1 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -1/+2 |
* | | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -6/+6 |
* | | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -3/+3 |
* | | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -8/+8 |
* | | Optimize StringName usage | reduz | 2021-07-18 | 1 | -17/+17 |
* | | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -3/+3 |
* | | Rename LineEdit caret_* properties getters and setters to match property | Marcel Admiraal | 2021-04-17 | 1 | -1/+1 |
* | | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -5/+5 |
* | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | | Rename Math::stepify to snapped | Marcel Admiraal | 2020-12-28 | 1 | -4/+4 |
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -1/+2 |
|/ |
|
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -5/+10 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -6/+12 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -12/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -17/+17 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -1/+1 |
|\ |
|
| * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -1/+1 |
* | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -31/+16 |
|/ |
|
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -16/+16 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |