summaryrefslogtreecommitdiff
path: root/editor/inspector_dock.cpp
AgeCommit message (Expand)Author
2022-07-31Merge pull request #63429 from RandomShaper/indicate_overriddenRémi Verschelde
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-30Improve usability of non-default values in the property inspectorPedro J. Estébanez
2022-07-29Merge pull request #43081 from KoBeWi/property_keeperRémi Verschelde
2022-07-29Keep property values when extending scriptTomasz Chabora
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-30Cleanup EditorNode and EditorDataHendrik Brucker
2022-03-29Merge pull request #59496 from KoBeWi/inspector_teleportRémi Verschelde
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-25Switch scene when editing foreign resourcekobewi
2022-03-24Refactor Object metadatareduz
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-20Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde
2022-01-20Merge pull request #52134 from RandomShaper/fix_namingRémi Verschelde
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-20Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez
2022-01-19[Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli
2022-01-12Fix theming changes in the inspectorYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-23Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-09-30Add TextFile support across the editorPaulb23
2021-09-16Added confirmation dialog for making subresources unique.Eric M
2021-08-16Disable "Edit Resource from Clipboard" menu item when nothing in clipboardHaoyu Qiu
2021-08-04Disable save button when Inspector is not editing anythingHaoyu Qiu
2021-07-29Hide open doc button when not inspecting anythingHaoyu Qiu
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-19Minor enhancements for the resource options buttonHaoyu Qiu
2021-07-18Optimize StringName usagereduz
2021-06-04Make several actions in the Inspector dock more obviousYuri Sizov
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-27Improve the editor themeHugo Locurcio
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-10-18Refactor MethodBind to use variadic templatesreduz