summaryrefslogtreecommitdiffstats
path: root/editor/animation_bezier_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-4/+8
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-3/+1
* Fix the behavior of focus selection in bezier editorSilc Renew2022-11-191-4/+10
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-7/+7
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-2/+2
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-4/+4
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-29/+29
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+2
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-116/+174
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-116/+174
* | Add per-scene UndoRedokobewi2022-08-221-1/+2
|/
* Merge pull request #63245 from V-Sekai/animation_editor_read_onlyRémi Verschelde2022-08-101-156/+181
|\
| * Add read-only mode to AnimationEditor for foreign resources.SaracenOne2022-07-211-156/+181
* | Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
|/
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-14/+3
* Add a new HashSet templatereduz2022-05-201-10/+10
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Rename theme properties to include underscoresFireForge2022-04-231-4/+4
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+1
* Remove set_as_minsize()kobewi2022-03-061-1/+1
* Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde2022-02-161-8/+0
|\
| * Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-8/+0
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-311/+319
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Implement drawing and editing all anim beziersFrancois Belair2022-02-091-260/+696
* Minor tweaks and fixes to panningkobewi2022-01-231-2/+2
* Add ViewPanner to 2D editorkobewi2022-01-211-28/+14
* Add ViewPanner to more editorskobewi2022-01-141-42/+46
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
* Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-161-38/+64
* Use "enum class" for input enumsAaron Franke2021-11-121-9/+9
* Use range iterators for `Map`Lightning_A2021-09-301-9/+9
* Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-2/+2
|\
| * Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-2/+2
* | Replace close icon with button in the Bezier editorNathan Lovato2021-08-261-34/+14
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
|/
* Improve the animation bezier editorHugo Locurcio2021-08-141-15/+20
* Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+4
* Optimize StringName usagereduz2021-07-181-25/+25
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-6/+6
* fix AnimationTrackEditor's undo with correction invalid method nameTokage2021-05-051-5/+5