summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add ViewPanner to more editorskobewi2022-01-141-40/+62
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-4/+4
|\ \ | |/ |/|
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-4/+4
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-10/+10
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-7/+7
* | ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-2/+1
* | Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde2021-12-061-1/+1
|\ \
| * | Rename minimum_size_changed() methodkobewi2021-12-061-1/+1
* | | Fix error when adding RESET key for new trackkobewi2021-12-061-2/+3
* | | Merge pull request #52280 from jmb462/fix-bad-popup-offset-with-single-window...Rémi Verschelde2021-12-061-2/+1
|\ \ \
| * | | Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+1
| |/ /
* / / Allow to add RESET values from existing keyskobewi2021-12-061-0/+60
|/ /
* / Add a constant StringName for RESET animationkobewi2021-12-061-5/+6
|/
* Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-161-1/+52
* Use a different icon for eased keyframes in the animation editorHugo Locurcio2021-11-151-0/+5
* Use "enum class" for input enumsAaron Franke2021-11-121-38/+38
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-15/+44
* Merge pull request #54050 from reduz/animation-compressionRémi Verschelde2021-10-251-49/+59
|\
| * Implement Animation Compressionreduz2021-10-211-49/+59
* | Fix max argument count on AnimationTrackEdit spinboxWilson E. Alvarez2021-10-241-2/+4
* | Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-43/+20
|/
* Implement Animation Blend Shape Tracksreduz2021-10-161-6/+42
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-94/+202
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-44/+15
* implement ping-pong loop in animationTokage2021-10-091-15/+44
* fixed insert track queue in AnimationTrackEditor doesn't work correctlySilc 'Tokage' Renew2021-10-071-167/+149
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-11/+36
* Use range iterators for `Map`Lightning_A2021-09-301-18/+18