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_editor.cpp
Age
Commit message (
Expand
)
Author
2018-01-12
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-05
Merge pull request #15352 from thomaslynge/anim_drag_key_glitch
Rémi Verschelde
2018-01-05
Visual glitch when dragging keyframes #15285. Changed to int cast.
Thomas Lynge
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
Visual glitch when dragging keyframes #15285
Thomas Lynge
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-12
Enhance undoredo action name, TTR, cleanup
Poommetee Ketson
2017-12-09
Add feature to disable animation tracks
Ray Koopa
2017-11-21
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
Native pan and zoom for macOS
Bernhard Liebl
2017-11-19
Fixed issue with animation keys that are on frame 0 being difficult to click
BenH
2017-11-18
Fixed issue where some of the animation editor buttons were difficult to clic...
BenH
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-10-15
Add ability to type easing value for key transition
Pedro J. Estébanez
2017-10-12
Added and improved some icons, plus some other minor visual fixes.
Daniel J. Ramirez
2017-09-27
Remove unecessary anchors&margins set causing bad display (sons of containers)
Gilles Roudiere
2017-09-22
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-18
Fixed a lot of HiDPI metrics.
Daniel J. Ramirez
2017-09-18
Fix set_item_icon error when starting editor
volzhs
2017-09-12
Improved theme generation, and other fixes
Daniel J. Ramirez
2017-09-09
update for icons on theme change animation editor
toger5
2017-09-09
removed hardcoded colors in animation editor
toger5
2017-08-27
Dead code tells no tales
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-26
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-20
Added pure vector theme, with dark icons variation
Daniel J. Ramirez
2017-08-15
Fixes crash related to animatio editor, closes #8687
Juan Linietsky
2017-08-08
Several ui improvements (mostly margins)
Daniel J. Ramirez
2017-07-18
Fixed slider centering when using SIZE_EXPAND_FILL.
Daniel J. Ramirez
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-03
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-05-27
Fix incorrect input event reference in animation_editor.cpp
Carter Anderson
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
Merge pull request #8631 from volzhs/editor-theme-custom
Rémi Verschelde
2017-05-09
New customizable editor theme
volzhs
2017-05-07
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-03
Revert "Add new editor and default theme (WIP)"
volzhs
2017-04-27
Add new editor and default theme (WIP)
Daniel J. Ramirez
2017-04-10
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde