summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2020-04-10Merge pull request #37602 from Janglee123/reversed-zoom-scale-animtion-playerRémi Verschelde
2020-04-07Reversed timeline zoom sliderjanglee
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Fixed editor crash when the animation player has no root assigned.Andrea Catania
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-23Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #33903 from gururise/anim_length_editRémi Verschelde
2020-01-24Fixes leak in Animation Track editorHaoyu Qiu
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-10Fix inserting bezier curve in Animation editorvolzhs
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Makes more editor strings translatableHaoyu Qiu
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-25change step size of animation length EditSpinSlider to match minimum animatio...gururise
2019-11-17Fix animation key snapping at high zoomsTomasz Chabora
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-10-21Enhancements and fixes for the animation editor's copy track dialogMichael Alexsander
2019-09-25Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp
2019-09-23Fixes in AnimationTrackEditor around bezier curvesPouleyKetchoupp
2019-09-20Merge pull request #32146 from YeldhamDev/key_bezier_int_realRémi Verschelde
2019-09-20Merge pull request #32129 from YeldhamDev/fix_track_removal_errorsRémi Verschelde
2019-09-15Fix keying integer and float values from inspector not being able to use bezi...Michael Alexsander Silva Dias
2019-09-13Fix errors in the animation editor when removing tracks via undo/redoMichael Alexsander Silva Dias
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-08-23Change mouse cursor when hovering a resize area in the animation editorHugo Locurcio
2019-08-17Merge pull request #31424 from Calinou/improve-animation-editor-timelineRémi Verschelde
2019-08-17Improve timeline drawing in the animation editorHugo Locurcio
2019-08-15Add an outline to box selection rectangles for better visibilityHugo Locurcio
2019-08-06Tweak range steps in the animation editorHugo Locurcio
2019-08-06Improve snapping in the animation editorHugo Locurcio
2019-07-24Fix undo problems with method and transform tracks in the animation editorMichael Alexsander Silva Dias
2019-07-22Make possible to edit multiple keys in an animation againMichael Alexsander Silva Dias
2019-07-22Revert "Expose "meta" to the Inspector"Rémi Verschelde
2019-07-20Merge pull request #30697 from bojidar-bg/6067-pale-customtype-scriptRémi Verschelde
2019-07-19Make custom types more subtle and more usefulBojidar Marinov
2019-07-19Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde