aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_properties.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-3/+33
| | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
* Fix Rect2 properties typoGuilherme Felipe2018-06-041-2/+2
|
* Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde2018-05-251-1/+1
|\ | | | | cppcheck - defensive programming on i index check order
| * cppcheck - defensive programming on i index check orderfirefly24422018-05-231-1/+1
| |
* | Use relative node path when assigning a node on inspectorvolzhs2018-05-231-1/+2
|/
* Dictionary editing support in inspectorJuan Linietsky2018-05-191-0/+2
|
* Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky2018-05-191-2/+33
|
* Working Drag & Drop again in inspectorJuan Linietsky2018-05-171-0/+115
|
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-15/+92
| | | | | -Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
|
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-4/+32
|
* -New inspector.Juan Linietsky2018-05-151-0/+2411
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -