summaryrefslogtreecommitdiff
path: root/editor/editor_inspector.h
AgeCommit message (Expand)Author
2021-08-02Fix up property reversionPedro J. Estébanez
2021-07-30Rationalize property reversionPedro J. Estébanez
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-02Use bold fonts in editorreduz
2021-02-18Reorganize Project Settingsreduz
2021-02-12Improved Inspector Sub-Resource Editingreduz
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-09-25Revert "Fix editor inspector refresh not working"Rémi Verschelde
2020-09-02Fix editor inspector refresh not workingEric M
2020-08-25Added ability to unfold editor sections when dragging and dropping.Eric M
2020-07-10Add override keywords.Marcel Admiraal
2020-07-01Add script class categories to EditorInspector.willnationsdev
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-22Revert "Expose "meta" to the Inspector"Rémi Verschelde
2019-07-19Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-01-27Fix EditorInspector property_changed argument mismatchRémi Verschelde
2019-01-25Make sub-inspectors not listen to node removals, since they never edit nodes....Juan Linietsky
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
2019-01-18Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-08Expose "meta" to the InspectorMichael Alexsander Silva Dias
2018-11-25Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky
2018-11-24Fix multiselect change propertyAlexander Holland
2018-11-08 Made AnimationPlayer timeline only advance when keyframing frame variablesDualMatrix
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-29Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky
2018-10-29Ability to revert any property, not just from inherited scenes or scripts.Juan Linietsky
2018-09-11Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde
2018-08-07Several improvements to inspector.Juan Linietsky
2018-07-20-Fix tooltips in inspector, now they show as rich text.Juan Linietsky
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-04Fixes to the new inspectorGuilherme Felipe
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-06-15Fix path typo for editor def capitalize_propertiesGuilherme Felipe
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky