index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
animation_track_editor.cpp
Age
Commit message (
Expand
)
Author
2022-06-08
i18n: Misc fixes translation strings
Rémi Verschelde
2022-05-24
Merge pull request #61106 from snailrhymer/animation-library-fixes
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-18
Merge pull request #60774 from TokageItLab/root-seek-mode
Rémi Verschelde
2022-05-17
Fix errors and improve UX relating to new animation libraries
SnailRhymer
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-09
Merge pull request #53356 from kleonc/animation-track-editor-root-removed-con...
Rémi Verschelde
2022-05-09
Fixed delta & Implement selection of whether or not to seek root
Silc Renew
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-27
Merge pull request #60440 from KoBeWi/Ȑ̶̛̘̻̹̇̍̔͐̊̆̏̏̓̈́̉͌͘...
Rémi Verschelde
2022-04-27
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-26
Merge pull request #60446 from KoBeWi/animation_extermination
Rémi Verschelde
2022-04-23
Rename theme properties to include underscores
FireForge
2022-04-23
Remove RESET tracks after removing tracks
kobewi
2022-04-22
Fix RESET animation not being created
kobewi
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-04-08
Highlight hovered keyframes in the animation track editor
Hugo Locurcio
2022-04-08
Merge pull request #59396 from Calinou/animation-track-editor-improve-drawing
Rémi Verschelde
2022-03-30
Cleanup EditorNode and EditorData
Hendrik Brucker
2022-03-21
Improve the animation track editor drawing
Hugo Locurcio
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-03-11
Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEdit
Markus Sauermann
2022-03-10
Fix some Animation panel icons not updating after theme change
Haoyu Qiu
2022-03-09
Merge pull request #58929 from reduz/remove-variant-arg-macros
Rémi Verschelde
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-03-07
Add missing i18n to various strings
Haoyu Qiu
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-03-06
Remove set_as_minsize()
kobewi
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-15
Merge pull request #57877 from bruvzg/subpixel_gl_pos
Rémi Verschelde
2022-02-13
Fix AnimationTrack mouse wheel zooming at low zoom level
jmb462
2022-02-12
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-10
Fix selecting keys in Track Edit
Francois Belair
2022-02-09
Implement drawing and editing all anim beziers
Francois Belair
2022-02-09
Merge pull request #55899 from groud/fix_rotation_track_wrong_type
Rémi Verschelde
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-03
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-23
Minor tweaks and fixes to panning
kobewi
2022-01-23
Merge pull request #57000 from KoBeWi/UNLIMITED_PANNING
Rémi Verschelde
2022-01-21
Add ViewPanner to 2D editor
kobewi
2022-01-20
Merge pull request #51452 from omar-polo/fix-macros
Rémi Verschelde
2022-01-20
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
Store panels and docks singletons in their own classes
trollodel
2022-01-19
[Editor] Move some animation specific keying logic out of inspector.
Fabio Alessandrelli
[next]