aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_inspector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Add root motion support in AnimationTree.HEADmirrorJuan Linietsky2018-06-261-1/+6
| | | | -Add RootMotionView, to debug root motion in 3D (disabled in runtime)
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+9
| | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
* Fix path typo for editor def capitalize_propertiesGuilherme Felipe2018-06-151-0/+4
|
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-1/+2
|
* [Inspector] Fix search field losing focus when typingGuilherme Felipe2018-06-051-0/+1
| | | | Fix #19382
* Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde2018-05-281-1/+3
|
* Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky2018-05-191-1/+17
|
* Working Drag & Drop again in inspectorJuan Linietsky2018-05-171-1/+1
|
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-32/+172
| | | | | -Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
* Merge pull request #18938 from guilhermefelipecgs/missing_headerRémi Verschelde2018-05-161-0/+30
|\ | | | | Add missing copyright headers
| * Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
| |
* | Properly show the property name on tooltipJuan Linietsky2018-05-161-1/+5
|/
* -New inspector.Juan Linietsky2018-05-151-0/+1797
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -