summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor Object metadatareduz2022-03-241-0/+12
* Merge pull request #59102 from rcorre/copy-project-configRémi Verschelde2022-03-131-0/+1
|\
| * Copy full project setting path from dialog.Ryan Roden-Corrent2022-03-131-0/+1
* | Initialize bools in the headers in editorAaron Franke2022-03-121-28/+28
|/
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-5/+6
* Unify array, dictionary, and inspector array editorsFireForge2022-02-091-14/+30
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Stop asuming a default value of NIL means there's no defaultPedro J. Estébanez2021-12-111-1/+1
* Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov2021-11-101-4/+6
* Add property value pinningPedro J. Estébanez2021-11-081-3/+9
* Unify determination of default property valuesPedro J. Estébanez2021-11-071-1/+0
* Remove unimplemented methodsMarcel Admiraal2021-10-211-4/+0
* Use a yellow color for editable children properties instead of redHugo Locurcio2021-10-051-3/+3
* Merge pull request #32068 from aaronfranke/transform-editorRémi Verschelde2021-09-151-0/+1
|\
| * Reformat Transform(2D) inspector menusAaron Franke2021-08-311-0/+1
* | Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIEDPouleyKetchoupp2021-09-071-2/+1
* | Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-4/+124