summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
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
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-02-03Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-23Minor tweaks and fixes to panningkobewi
2022-01-23Merge pull request #57000 from KoBeWi/UNLIMITED_PANNINGRémi Verschelde
2022-01-21Add ViewPanner to 2D editorkobewi
2022-01-20Merge pull request #51452 from omar-polo/fix-macrosRémi Verschelde
2022-01-20Rename or refactor macros to avoid leading underscoresOmar Polo
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-19[Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli
2022-01-14Add ViewPanner to more editorskobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-03Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde
2021-12-13Fixes rotation 3D track inspector not using the correct typeGilles Roudière
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-12-06Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde
2021-12-06Fix error when adding RESET key for new trackkobewi
2021-12-06Merge pull request #52280 from jmb462/fix-bad-popup-offset-with-single-window...Rémi Verschelde
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-06Rename minimum_size_changed() methodkobewi
2021-12-06Allow to add RESET values from existing keyskobewi
2021-12-06Add a constant StringName for RESET animationkobewi
2021-11-30Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander
2021-11-16Make bezier handle type a property of keyframes, update interfaceNathan Lovato
2021-11-15Use a different icon for eased keyframes in the animation editorHugo Locurcio
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-10-25Merge pull request #54050 from reduz/animation-compressionRémi Verschelde
2021-10-24Fix max argument count on AnimationTrackEdit spinboxWilson E. Alvarez
2021-10-23Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew
2021-10-21Implement Animation Compressionreduz