summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added confirmation dialog for making subresources unique.Eric M2021-09-161-26/+102
* Disable "Edit Resource from Clipboard" menu item when nothing in clipboardHaoyu Qiu2021-08-161-0/+7
* Disable save button when Inspector is not editing anythingHaoyu Qiu2021-08-041-15/+13
* Hide open doc button when not inspecting anythingHaoyu Qiu2021-07-291-2/+3
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* Minor enhancements for the resource options buttonHaoyu Qiu2021-07-191-2/+3
* Optimize StringName usagereduz2021-07-181-34/+34
* Make several actions in the Inspector dock more obviousYuri Sizov2021-06-041-42/+61
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Improve the editor themeHugo Locurcio2021-04-271-2/+0
* Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-3/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+19
|/