summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2022-08-01Remove excessive `editor/property_editor.h` includesYuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #48995 from KoBeWi/advanced_animationRémi Verschelde
2022-07-24improve animation player warning for imported scenesNathan Franke
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-17Create reset tracks with the right update modePedro J. Estébanez
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-29Advance animation after confirmingkobewi
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-24Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-18Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde
2022-05-17Fix errors and improve UX relating to new animation librariesSnailRhymer
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-09Merge pull request #53356 from kleonc/animation-track-editor-root-removed-con...Rémi Verschelde
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-27Merge pull request #60440 from KoBeWi/Ȑ̶̛̘̻̹̇̍̔͐̊̆̏̏̓̈́̉͌͘...Rémi Verschelde
2022-04-27Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde
2022-04-26Merge pull request #60446 from KoBeWi/animation_exterminationRémi Verschelde
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-23Remove RESET tracks after removing trackskobewi
2022-04-22Fix RESET animation not being createdkobewi
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-08Highlight hovered keyframes in the animation track editorHugo Locurcio
2022-04-08Merge pull request #59396 from Calinou/animation-track-editor-improve-drawingRémi Verschelde
2022-03-30Cleanup EditorNode and EditorDataHendrik Brucker
2022-03-21Improve the animation track editor drawingHugo Locurcio
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-11Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEditMarkus Sauermann
2022-03-10Fix some Animation panel icons not updating after theme changeHaoyu Qiu
2022-03-09Merge pull request #58929 from reduz/remove-variant-arg-macrosRémi Verschelde
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-07Add missing i18n to various stringsHaoyu Qiu
2022-03-06Remove duplicate editor settings definitionskobewi
2022-03-06Remove set_as_minsize()kobewi
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Merge pull request #57877 from bruvzg/subpixel_gl_posRémi Verschelde
2022-02-13Fix AnimationTrack mouse wheel zooming at low zoom leveljmb462
2022-02-12Add sub-pixel glyph positioning support.bruvzg
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-10Fix selecting keys in Track EditFrancois Belair
2022-02-09Implement drawing and editing all anim beziersFrancois Belair
2022-02-09Merge pull request #55899 from groud/fix_rotation_track_wrong_typeRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462