summaryrefslogtreecommitdiff
path: root/editor/animation_editor.cpp
AgeCommit message (Expand)Author
2018-03-13Merge pull request #17379 from poke1024/fix-anim-popupsRémi Verschelde
2018-03-13Merge pull request #17390 from poke1024/fix-anim-text-overlapRémi Verschelde
2018-03-13Merge pull request #17404 from poke1024/fix-anim-player-panRémi Verschelde
2018-03-10Fix broken hover/select coloring of keys in animation editorBernhard Liebl
2018-03-10Fix wrong pan direction in animation player uiBernhard Liebl
2018-03-09Fix overlapping timeline text in AnimationEditorBernhard Liebl
2018-03-09AnimationPlayer: fix popups close on double clickBernhard Liebl
2018-02-22AnimationEditor: fix time indicator offsetPoommetee Ketson
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-05Fix timeline track name overlapping keyframe areaPaolo Perkovic
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-05Merge pull request #15352 from thomaslynge/anim_drag_key_glitchRémi Verschelde
2018-01-05Visual glitch when dragging keyframes #15285. Changed to int cast.Thomas Lynge
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-05Visual glitch when dragging keyframes #15285Thomas Lynge
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-12Enhance undoredo action name, TTR, cleanupPoommetee Ketson
2017-12-09Add feature to disable animation tracksRay Koopa
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-19Fixed issue with animation keys that are on frame 0 being difficult to clickBenH
2017-11-18Fixed issue where some of the animation editor buttons were difficult to clic...BenH
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-10-15Add ability to type easing value for key transitionPedro J. Estébanez
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-18Fixed a lot of HiDPI metrics.Daniel J. Ramirez
2017-09-18Fix set_item_icon error when starting editorvolzhs
2017-09-12Improved theme generation, and other fixesDaniel J. Ramirez
2017-09-09update for icons on theme change animation editortoger5
2017-09-09removed hardcoded colors in animation editortoger5
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-20Added pure vector theme, with dark icons variationDaniel J. Ramirez
2017-08-15Fixes crash related to animatio editor, closes #8687Juan Linietsky
2017-08-08Several ui improvements (mostly margins)Daniel J. Ramirez
2017-07-18Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-27Fix incorrect input event reference in animation_editor.cppCarter Anderson
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-09New customizable editor themevolzhs
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs