summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-1/+1
* Standardize dialog input validation as a new classkobewi2023-08-081-3/+3
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
* Single Compilation Unit build.lawnjelly2023-06-061-0/+1
* Add get_edited_property_value() shorthand methodkobewi2023-05-261-0/+1
* Merge pull request #76684 from KoBeWi/this_branch_is_metaRémi Verschelde2023-05-161-0/+1
|\
| * Add background panel to new meta dialogkobewi2023-05-031-0/+1
* | Fix skeleton 3d editor crash in RC3Samuele Panzeri2023-05-151-0/+1
* | Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-0/+4
|/
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-0/+1
* Update property keying state without a full Inspector rebuildYuri Sizov2023-03-071-0/+2
* Merge pull request #66121 from Zylann/plugin_handles_edit_object_argumentRémi Verschelde2023-02-171-1/+1
|\
| * Change `_can_handle` and `_edit` virtual methods to take `Object*`Marc Gilleron2023-02-171-1/+1
* | Fold resources when non-main inspector exits treekobewi2023-02-151-1/+3
|/
* Avoid cleaning up editor plugins when property list changesYuri Sizov2023-02-111-1/+1
* Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-2/+2
* Removed declarations of removed methods of the EditorPropertyRevert class.S.V.I. Vilcrow2023-01-301-6/+2
* Rework EditorPlugin editing logickobewi2023-01-221-0/+1
* Merge pull request #70148 from KoBeWi/remove_all_restrictionsRémi Verschelde2023-01-131-0/+1
|\
| * Remove conditons for unfolding inspector sectionskobewi2022-12-161-0/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Revert "Merge pull request #68498 from Rindbee/improve-update_tree"Silc Renew2023-01-041-2/+0
* | EditorInspectorSection is not folded when clicking under the fontMarius Hanl2022-12-181-0/+2
* | Defer `EditorInspector::update_tree` to the process stage to improve performanceRindbee2022-12-171-0/+2
|/
* Use forward-declarations in big editor classestrollodel2022-11-291-7/+10
* Unify usage of undo_redo in editorkobewi2022-11-021-8/+0
* Rename Copy Property –> Copy ValueVolTer2022-09-301-2/+2
* Expose `EditorProperty._set_read_only` virtual methodMarc Gilleron2022-09-191-0/+2
* Update checked based on the variant type of the valueRindbee2022-09-161-1/+1
* Add read-only mode to inspector array and dictionary viewer.SaracenOne2022-09-061-1/+2
* Improve the editor's Add Metadata dialogHugo Locurcio2022-09-011-1/+1
* Remove Inspector tooltip hack that never actually workedYuri Sizov2022-08-261-9/+0
* Add per-scene UndoRedokobewi2022-08-221-6/+5
* Merge pull request #62868 from fire-forge/array-resize-sizeRémi Verschelde2022-08-081-4/+4
|\
| * Use a SpinBox in the inspector array resize dialogFireForge2022-07-101-4/+4
* | Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde2022-08-061-1/+0
|\ \
| * | Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-1/+0
* | | Clean-up array editingreduz2022-08-021-2/+10
|/ /
* | Improve usability of non-default values in the property inspectorPedro J. Estébanez2022-07-301-1/+8
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* | Add "Open Documentation" button to EditorProperty context menuFireForge2022-07-111-2/+11
* | Add ability to export Node pointers as NodePathsreduz2022-06-251-2/+5
|/
* Improve style of inspector buttonskobewi2022-05-251-0/+1
* Reorganize Region Rect Editorreduz2022-05-241-1/+3
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-28/+28
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-3/+5