summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Refactor MethodBind to use variadic templatesreduz2020-10-181-4/+4
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+21
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-22/+22