summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix errors and improve UX relating to new animation librariesSnailRhymer2022-05-171-2/+0
* | Add a new HashSet templatereduz2022-05-201-1/+1
* | Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-21/+21
* | Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde2022-05-181-9/+9
|\ \ | |/ |/|
| * Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-9/+9
* | Replace most uses of Map by HashMapreduz2022-05-161-22/+22
* | Merge pull request #53356 from kleonc/animation-track-editor-root-removed-con...Rémi Verschelde2022-05-091-1/+1
|\ \ | |/ |/|
| * AnimationTrackEditor Fix signal connection on root exiting the treekleonc2021-10-031-1/+1
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-8/+8
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-18/+0
* | Merge pull request #60440 from KoBeWi/Ȑ̶̛̘̻̹̇̍̔͐̊̆̏̏̓̈́̉͌͘...Rémi Verschelde2022-04-271-2/+10
|\ \
| * | Fix RESET animation not being createdkobewi2022-04-221-2/+10
* | | Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-13/+12
|\ \ \
| * | | Fix more issues found by cppcheck.bruvzg2022-04-201-13/+12
| |/ /
* | | Merge pull request #60446 from KoBeWi/animation_exterminationRémi Verschelde2022-04-261-14/+58
|\ \ \
| * | | Remove RESET tracks after removing trackskobewi2022-04-231-14/+58
| |/ /
* / / Rename theme properties to include underscoresFireForge2022-04-231-6/+6
|/ /
* | Highlight hovered keyframes in the animation track editorHugo Locurcio2022-04-081-1/+62
* | Merge pull request #59396 from Calinou/animation-track-editor-improve-drawingRémi Verschelde2022-04-081-1/+18
|\ \
| * | Improve the animation track editor drawingHugo Locurcio2022-03-211-1/+18
* | | Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-3/+3
|/ /
* | Initialize bools in the headers in editorAaron Franke2022-03-121-16/+0
* | Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEditMarkus Sauermann2022-03-111-7/+9
* | Fix some Animation panel icons not updating after theme changeHaoyu Qiu2022-03-101-26/+29
* | Merge pull request #58929 from reduz/remove-variant-arg-macrosRémi Verschelde2022-03-091-5/+4
|\ \
| * | Remove VARIANT_ARG* macrosreduz2022-03-091-5/+4
* | | Add missing i18n to various stringsHaoyu Qiu2022-03-071-7/+11
|/ /
* | Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* | Remove set_as_minsize()kobewi2022-03-061-4/+4
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-419/+433
* | Merge pull request #57877 from bruvzg/subpixel_gl_posRémi Verschelde2022-02-151-3/+3
|\ \
| * | Add sub-pixel glyph positioning support.bruvzg2022-02-121-3/+3
* | | Fix AnimationTrack mouse wheel zooming at low zoom leveljmb4622022-02-131-6/+12
|/ /
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* | Fix selecting keys in Track EditFrancois Belair2022-02-101-1/+1
* | Implement drawing and editing all anim beziersFrancois Belair2022-02-091-20/+51
* | Merge pull request #55899 from groud/fix_rotation_track_wrong_typeRémi Verschelde2022-02-091-1/+1
|\ \
| * | Fixes rotation 3D track inspector not using the correct typeGilles Roudière2021-12-131-1/+1
* | | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-4/+4
* | | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-4/+4
* | | Add missing SNAME macro optimization in some function callsjmb4622022-02-061-7/+7
* | | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* | | Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* | | Minor tweaks and fixes to panningkobewi2022-01-231-22/+20
* | | Merge pull request #57000 from KoBeWi/UNLIMITED_PANNINGRémi Verschelde2022-01-231-8/+6
|\ \ \
| * | | Add ViewPanner to 2D editorkobewi2022-01-211-8/+6
* | | | Merge pull request #51452 from omar-polo/fix-macrosRémi Verschelde2022-01-201-5/+5
|\ \ \ \
| * | | | Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-5/+5
| |/ / /
* / / / Store panels and docks singletons in their own classestrollodel2022-01-201-2/+2
|/ / /
* | | [Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli2022-01-191-3/+7