summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-40/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-14/+14
* Working multiple window support, including editorJuan Linietsky2020-03-261-2/+2
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-42/+21
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-21/+21
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Fix AnimationTree Editor by using CONNECT_DEFERRED on LineEditN0hbdy2020-01-181-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Fixed function/audio/anim tracks in blend tree animation filterPouleyKetchoupp2019-11-091-3/+36
* Fix resizer icon visiblity on light theme in GraphNodeChaosus892019-09-011-0/+1
* Fix AnimationTree editor messing up parameters when nestedBojidar Marinov2019-07-111-3/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+4
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+2
* Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-1/+1
|\
| * Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-1/+1
* | [AnimationNodeBlendTreeEditor] Usability improvementsGuilherme Felipe2019-04-071-1/+49
* | Properly handle different border widths in rounded corner aaPouleyKetchoupp2019-03-191-1/+1
|/
* Fix minimum size of ProgressBar-sBojidar Marinov2019-02-271-0/+1
* Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-10/+10
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-1/+1
* i18n: Sync translation template with current sourceRémi Verschelde2019-01-071-2/+2
* Revert "Fix blend tree generating wrong node names"Rémi Verschelde2019-01-041-1/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix blend tree generating wrong node namesGuilherme Felipe2018-12-221-0/+1
* Small fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-181-1/+1
* General fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-171-1/+3
* Fix titles in graph editors being invisible when headers are enabledMichael Alexsander Silva Dias2018-12-161-17/+14
* Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky2018-11-081-1/+3
* Merge pull request #22311 from Xrayez/fix-22037Juan Linietsky2018-11-011-2/+0
|\
| * Fix blend tree editor updating invalid blend tree node graphAndrii Doroshenko (Xrayez)2018-09-211-2/+0
* | Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-13/+0
|/
* Refactor editor icon retrievalwillnationsdev2018-09-141-5/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-2/+2
|\
| * Misc. typosluz.paz2018-09-121-2/+2
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
|/