summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-15/+16
|\
| * Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-15/+15
| |\
| | * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-15/+15
| * | Add icon for Inspector dock context menu Show in FileSystem itemev13bird2024-10-081-0/+1
| |/
* | 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-1/+1
|\
| * Fix Inspector may scrolls away when editing a property that adds or removes s...Marius Hanl2024-09-041-1/+1
* | Extract editor main screenkit2024-09-091-1/+2
|/
* Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-1/+1
* Remove references to deleted capitalize_properties settingkobewi2024-08-211-4/+5
* Tweak property name style selector in the editor inspectorHugo Locurcio2024-06-201-3/+4
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-4/+4
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-6/+6
* Editor: Fix categories and tooltips in `TileSet` editorDanil Alexeev2024-05-141-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* Fix unexpected auto-translation of more editor componentsHaoyu Qiu2024-03-281-0/+1
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Add hover highlight to main editor buttonsMatt Enad2024-02-161-3/+11
* Add support for search shortcut to all dockspassivestar2024-01-221-0/+22
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-9/+0
* Clear sub-resources list when no sub-resource existsHaoyu Qiu2023-12-211-1/+1
* Limit custom icons size in various editor widgetsYuri Sizov2023-10-261-0/+3
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-24/+25
* Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-1/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-7/+8
* Fix premature theme item access in editor toolsYuri Sizov2023-04-031-7/+4
* Fix error when opening Inspector's dots menuHaoyu Qiu2023-03-161-2/+1
* Fix corrupt undo after making sub-resources uniquekobewi2023-02-131-1/+1
* Rework EditorPlugin editing logickobewi2023-01-221-2/+1
* Add EditorUndoRedoManager singletonkobewi2023-01-161-2/+2
* Add Show in FileSystem option in the inspectorkobewi2023-01-081-0/+11
* Merge pull request #70923 from KoBeWi/actual_resourceRémi Verschelde2023-01-081-19/+12
|\
| * Refactor inspector code for getting resourcekobewi2023-01-041-19/+12
* | Fix unreadable text in Make Sub-Resources Unique windowHaoyu Qiu2023-01-061-4/+4
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Merge pull request #63601 from YeldhamDev/tooltip_stuffRémi Verschelde2022-11-171-2/+2
|\
| * Small changes to some tooltipsMichael Alexsander2022-11-121-2/+2
* | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
|/
* Unify usage of undo_redo in editorkobewi2022-11-021-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* Improvements to multi-node editingFireForge2022-09-051-8/+6
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-9/+9
* Disable editing properties in foreign resourcesSaracenOne2022-08-231-19/+34