summaryrefslogtreecommitdiff
path: root/editor/editor_inspector.h
AgeCommit message (Expand)Author
2023-02-11Avoid cleaning up editor plugins when property list changesYuri Sizov
2023-01-31Use `PropertyUsageFlags` enum in parse_propertyRaul Santos
2023-01-30Removed declarations of removed methods of the EditorPropertyRevert class.S.V.I. Vilcrow
2023-01-22Rework EditorPlugin editing logickobewi
2023-01-13Merge pull request #70148 from KoBeWi/remove_all_restrictionsRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-04Revert "Merge pull request #68498 from Rindbee/improve-update_tree"Silc Renew
2022-12-18EditorInspectorSection is not folded when clicking under the fontMarius Hanl
2022-12-17Defer `EditorInspector::update_tree` to the process stage to improve performanceRindbee
2022-12-16Remove conditons for unfolding inspector sectionskobewi
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-02Unify usage of undo_redo in editorkobewi
2022-09-30Rename Copy Property –> Copy ValueVolTer
2022-09-19Expose `EditorProperty._set_read_only` virtual methodMarc Gilleron
2022-09-16Update checked based on the variant type of the valueRindbee
2022-09-06Add read-only mode to inspector array and dictionary viewer.SaracenOne
2022-09-01Improve the editor's Add Metadata dialogHugo Locurcio
2022-08-26Remove Inspector tooltip hack that never actually workedYuri Sizov
2022-08-22Add per-scene UndoRedokobewi
2022-08-08Merge pull request #62868 from fire-forge/array-resize-sizeRémi Verschelde
2022-08-06Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde
2022-08-03Removed faulty function update after get_property_list.Hristo Stamenov
2022-08-02Clean-up array editingreduz
2022-07-30Improve usability of non-default values in the property inspectorPedro J. Estébanez
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-11Add "Open Documentation" button to EditorProperty context menuFireForge
2022-07-10Use a SpinBox in the inspector array resize dialogFireForge
2022-06-25Add ability to export Node pointers as NodePathsreduz
2022-05-25Improve style of inspector buttonskobewi
2022-05-24Reorganize Region Rect Editorreduz
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-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-24Refactor Object metadatareduz
2022-03-13Merge pull request #59102 from rcorre/copy-project-configRémi Verschelde
2022-03-13Copy full project setting path from dialog.Ryan Roden-Corrent
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-10Reorganize inspector layout workflow for Control nodesYuri Sizov
2022-02-09Unify array, dictionary, and inspector array editorsFireForge
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-11Stop asuming a default value of NIL means there's no defaultPedro J. Estébanez
2021-11-10Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov
2021-11-08Add property value pinningPedro J. Estébanez
2021-11-07Unify determination of default property valuesPedro J. Estébanez
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-05Use a yellow color for editable children properties instead of redHugo Locurcio
2021-09-15Merge pull request #32068 from aaronfranke/transform-editorRémi Verschelde