summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-0/+1
|/
* Copy/Paste property paths/values in inspector.Ryan Roden-Corrent2021-08-231-0/+15
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+7
* Fix up property reversionPedro J. Estébanez2021-08-021-1/+1
* Rationalize property reversionPedro J. Estébanez2021-07-301-0/+2
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Use bold fonts in editorreduz2021-06-021-1/+1
* Reorganize Project Settingsreduz2021-02-181-0/+4
* Improved Inspector Sub-Resource Editingreduz2021-02-121-0/+3
* Removed _change_notifyreduz2021-02-101-4/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+4
* Revert "Fix editor inspector refresh not working"Rémi Verschelde2020-09-251-1/+0
* Fix editor inspector refresh not workingEric M2020-09-021-0/+1
* Added ability to unfold editor sections when dragging and dropping.Eric M2020-08-251-0/+3
* Add override keywords.Marcel Admiraal2020-07-101-7/+7
* Add script class categories to EditorInspector.willnationsdev2020-07-011-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-2/+13
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-1/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Revert "Expose "meta" to the Inspector"Rémi Verschelde2019-07-221-2/+2
* Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde2019-07-191-2/+2
|\
| * Expose "meta" to the InspectorMichael Alexsander Silva Dias2018-12-081-2/+2
* | Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+3
* | Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+4
* | Fix EditorInspector property_changed argument mismatchRémi Verschelde2019-01-271-1/+1
* | Make sub-inspectors not listen to node removals, since they never edit nodes....Juan Linietsky2019-01-251-2/+2
* | Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-0/+2
* | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky2019-01-181-1/+1
|\ \
| * | Fix multiselect change propertyAlexander Holland2018-11-241-1/+1
* | | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| |/ |/|
* | Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky2018-11-251-3/+9
|/
* Made AnimationPlayer timeline only advance when keyframing frame variablesDualMatrix2018-11-081-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-16/+1
* Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky2018-10-291-8/+11
* Ability to revert any property, not just from inherited scenes or scripts.Juan Linietsky2018-10-291-0/+15
* Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde2018-09-111-3/+0
* Several improvements to inspector.Juan Linietsky2018-08-071-0/+3
* -Fix tooltips in inspector, now they show as rich text.Juan Linietsky2018-07-201-0/+11
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+10
* Several improvements to editor inspector usability and styleJuan Linietsky2018-07-181-0/+15
* Visual Shaders are back.Juan Linietsky2018-07-141-0/+7