summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-13/+13
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-9/+9
* Merge pull request #59496 from KoBeWi/inspector_teleportRémi Verschelde2022-03-291-0/+2
|\
| * Switch scene when editing foreign resourcekobewi2022-03-251-0/+2
* | Add property name style toggle to InspectorHaoyu Qiu2022-03-281-2/+34
* | Refactor Object metadatareduz2022-03-241-0/+1
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-19/+18
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde2022-01-201-1/+5
|\
| * Store panels and docks singletons in their own classestrollodel2022-01-201-1/+5
* | Merge pull request #52134 from RandomShaper/fix_namingRémi Verschelde2022-01-201-2/+2
|\ \ | |/ |/|
| * Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-2/+2
* | [Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli2022-01-191-34/+0
|/
* Fix theming changes in the inspectorYuri Roubinsky2022-01-121-21/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-1/+3
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-3/+3
* Add TextFile support across the editorPaulb232021-09-301-8/+22