| Commit message (Expand) | Author | Age | Files | Lines |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add inspector plugin for key time edit & Change find key argument | Silc Renew | 2022-12-22 | 1 | -9/+9 |
* | Fix unmerged history in AnimationTrackEditor | Silc Renew | 2022-12-10 | 1 | -2/+2 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -4/+8 |
* | Code simplifications found by cppcheck | Markus Sauermann | 2022-11-21 | 1 | -3/+1 |
* | Fix the behavior of focus selection in bezier editor | Silc Renew | 2022-11-19 | 1 | -4/+10 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -2/+2 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -7/+7 |
* | Port remaining connections to callable_mp | Tomasz Chabora | 2022-09-18 | 1 | -2/+2 |
* | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -4/+4 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -29/+29 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -2/+2 |
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -2/+2 |
* | Merge pull request #64647 from TokageItLab/auto-tangent | Rémi Verschelde | 2022-08-23 | 1 | -116/+174 |
|\ |
|
| * | Add bezier preset and refactor bezier editor | Silc Renew | 2022-08-23 | 1 | -116/+174 |
* | | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #63245 from V-Sekai/animation_editor_read_only | Rémi Verschelde | 2022-08-10 | 1 | -156/+181 |
|\ |
|
| * | Add read-only mode to AnimationEditor for foreign resources. | SaracenOne | 2022-07-21 | 1 | -156/+181 |
* | | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -3/+3 |
|/ |
|
* | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | 2022-07-18 | 1 | -1/+1 |
* | Refactor bezier interpolation functions | Hendrik Brucker | 2022-06-27 | 1 | -14/+3 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -10/+10 |
* | Use range iterators for RBSet in most cases | Aaron Record | 2022-05-19 | 1 | -4/+4 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -9/+9 |
* | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -4/+4 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -2/+1 |
* | Remove set_as_minsize() | kobewi | 2022-03-06 | 1 | -1/+1 |
* | Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode | Rémi Verschelde | 2022-02-16 | 1 | -8/+0 |
|\ |
|
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -8/+0 |
* | | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -311/+319 |
|/ |
|
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+1 |
* | Implement drawing and editing all anim beziers | Francois Belair | 2022-02-09 | 1 | -260/+696 |
* | Minor tweaks and fixes to panning | kobewi | 2022-01-23 | 1 | -2/+2 |
* | Add ViewPanner to 2D editor | kobewi | 2022-01-21 | 1 | -28/+14 |
* | Add ViewPanner to more editors | kobewi | 2022-01-14 | 1 | -42/+46 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Make bezier handle type a property of keyframes, update interface | Nathan Lovato | 2021-11-16 | 1 | -38/+64 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -9/+9 |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -9/+9 |
* | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som... | Rémi Verschelde | 2021-09-23 | 1 | -2/+2 |
|\ |
|
| * | Add missing SNAME macro optimization for StringName in some functions | jmb462 | 2021-08-20 | 1 | -2/+2 |
* | | Replace close icon with button in the Bezier editor | Nathan Lovato | 2021-08-26 | 1 | -34/+14 |
* | | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -3/+1 |
|/ |
|
* | Improve the animation bezier editor | Hugo Locurcio | 2021-08-14 | 1 | -15/+20 |
* | Shortcut: Rename `shortcut` property to `event` | Rémi Verschelde | 2021-08-05 | 1 | -2/+2 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -2/+2 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -5/+4 |