summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* 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
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* Merge pull request #63429 from RandomShaper/indicate_overriddenRémi Verschelde2022-07-311-0/+9
|\
| * Improve usability of non-default values in the property inspectorPedro J. Estébanez2022-07-301-0/+9
* | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* | Merge pull request #43081 from KoBeWi/property_keeperRémi Verschelde2022-07-291-0/+28
|\ \
| * | Keep property values when extending scriptTomasz Chabora2022-07-291-0/+28
| |/
* / Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
|/
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-2/+2
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1