summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-3/+17
|\
| * Merge pull request #97986 from dustdfg/metadata/forbid_deleting_inherited_met...Thaddeus Crews2024-11-251-1/+17
| |\
| | * Editor: forbid deleting inherited metadata propertiesYevhen Babiichuk (DustDFG)2024-10-191-1/+17
| * | Fix inspector section iteration in `update_tree`jtcat2024-11-221-2/+0
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-5/+5
|\| |
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-5/+5
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\| |
| * | Fix crash when inserting keyframes with empty properties arrayChristopher Briggs2024-11-151-1/+1
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-22/+380
|\| |
| * | Merge pull request #97415 from YeldhamDev/i_love_all_my_properties_equallyThaddeus Crews2024-11-111-22/+380
| |\ \
| | * | Make possible to favorite properties in the inspectorMichael Alexsander2024-10-281-22/+380
| | |/
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-12/+12
|\| |
| * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-12/+12
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #96542 from Maran23/inspector-scrolls-awayRémi Verschelde2024-10-011-11/+13
|\
| * Fix Inspector may scrolls away when editing a property that adds or removes s...Marius Hanl2024-09-041-11/+13
* | Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* | Add per-bone meta to Skeleton3Ddemolke2024-09-161-79/+21
* | [Editor,Servers]: Minor optimizationsStuart Carnie2024-09-121-1/+1
* | Extract editor main screenkit2024-09-091-2/+3
* | Merge pull request #92407 from timothyqiu/section-droppingRémi Verschelde2024-09-041-8/+2
|\ \ | |/ |/|
| * Remove unused member variable in EditorInspectorSectionHaoyu Qiu2024-05-271-8/+2
* | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* | Fix editor inspector crashing when the old object is no longer validAaron Franke2024-07-081-1/+3
* | Merge pull request #93627 from passivestar/inspector-unused-vboxesRémi Verschelde2024-06-261-0/+2
|\ \
| * | Hide unused category vboxes in inspectorpassivestar2024-06-261-0/+2
* | | Always call _can_handle() before _parse_property()kobewi2024-06-261-0/+4
|/ /
* | Make inspector spacing more themablepassivestar2024-06-221-16/+25
* | Fix theme updating of the inspector sectionsYuri Rubinsky2024-06-191-4/+7
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-4/+4
* | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-11/+11
* | Fix EditorProperty spacingpassivestar2024-06-121-12/+23
* | Editor: Focus value editor on type change in Dictionary and Array editorsValentin Cocaud2024-06-041-0/+13
* | Fix default NodePaths saved in scenekobewi2024-06-031-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-5/+5
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-3/+3
* | Set `doc_name` even when categories are hidden in the inspectorMichael Alexsander2024-05-281-28/+35
* | Display custom data name instead of indices in TileData inspectorGilles Roudière2024-05-251-2/+4
|/
* Fix unchecking theme overrides not creating an undo actionMichael Alexsander2024-05-221-4/+2
* Disable follow focus while updating inspectorkobewi2024-05-191-0/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-9/+9
* Merge pull request #91932 from dalexeev/editor-fix-tileset-categories-and-too...Rémi Verschelde2024-05-141-10/+17
|\
| * Editor: Fix categories and tooltips in `TileSet` editorDanil Alexeev2024-05-141-10/+17
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-9/+9
|/
* fix infinite call loop on theme change.ajreckof2024-05-131-0/+18
* Fix long category name display in InspectorHaoyu Qiu2024-05-111-1/+9
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-30/+5