summaryrefslogtreecommitdiffstats
path: root/editor/animation_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-4146/+0
* -New inspector.Juan Linietsky2018-05-151-0/+1
* Numerous changes to the Animation Editor.Michael Alexsander Silva Dias2018-04-261-1/+10
* Fix AnimationPlayer edited scene bugPeter Folkins2018-04-231-1/+0
* Merge pull request #17379 from poke1024/fix-anim-popupsRémi Verschelde2018-03-131-0/+2
|\
| * AnimationPlayer: fix popups close on double clickBernhard Liebl2018-03-091-0/+2
* | Merge pull request #17390 from poke1024/fix-anim-text-overlapRémi Verschelde2018-03-131-0/+13
|\ \
| * | Fix overlapping timeline text in AnimationEditorBernhard Liebl2018-03-091-0/+13
| |/
* | Merge pull request #17404 from poke1024/fix-anim-player-panRémi Verschelde2018-03-131-2/+2
|\ \
| * | Fix wrong pan direction in animation player uiBernhard Liebl2018-03-101-2/+2
| |/
* / Fix broken hover/select coloring of keys in animation editorBernhard Liebl2018-03-101-22/+32
|/
* AnimationEditor: fix time indicator offsetPoommetee Ketson2018-02-221-3/+3
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-1/+1
* Fix timeline track name overlapping keyframe areaPaolo Perkovic2018-02-051-1/+1
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-2/+2
* Merge pull request #15352 from thomaslynge/anim_drag_key_glitchRémi Verschelde2018-01-051-1/+1
|\
| * Visual glitch when dragging keyframes #15285. Changed to int cast.Thomas Lynge2018-01-051-1/+1
| * Visual glitch when dragging keyframes #15285Thomas Lynge2018-01-051-1/+1
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-2/+2
* Add feature to disable animation tracksRay Koopa2017-12-091-4/+21
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-13/+27
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-13/+27
* | Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+12
* | Fixed issue with animation keys that are on frame 0 being difficult to clickBenH2017-11-191-1/+1
* | Fixed issue where some of the animation editor buttons were difficult to clic...BenH2017-11-181-6/+5
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-1/+1
|/
* Add ability to type easing value for key transitionPedro J. Estébanez2017-10-151-12/+22
* Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-121-1/+1
* Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+0
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-4/+4
* Rename pos to position in user facing methods and variablesletheed2017-09-201-23/+23
* Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-181-3/+1
* Fix set_item_icon error when starting editorvolzhs2017-09-181-4/+3
* Improved theme generation, and other fixesDaniel J. Ramirez2017-09-121-3/+3
* update for icons on theme change animation editortoger52017-09-091-32/+28
* removed hardcoded colors in animation editortoger52017-09-091-5/+10
* Dead code tells no talesRémi Verschelde2017-08-271-11/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* Added pure vector theme, with dark icons variationDaniel J. Ramirez2017-08-201-1/+1
* Fixes crash related to animatio editor, closes #8687Juan Linietsky2017-08-151-2/+2
* Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-13/+14
* Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez2017-07-181-0/+1
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-4/+4
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-15/+15
* Fix incorrect input event reference in animation_editor.cppCarter Anderson2017-05-271-7/+7
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-792/+790