index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_inspector.h
Age
Commit message (
Expand
)
Author
2023-02-11
Avoid cleaning up editor plugins when property list changes
Yuri Sizov
2023-01-31
Use `PropertyUsageFlags` enum in parse_property
Raul Santos
2023-01-30
Removed declarations of removed methods of the EditorPropertyRevert class.
S.V.I. Vilcrow
2023-01-22
Rework EditorPlugin editing logic
kobewi
2023-01-13
Merge pull request #70148 from KoBeWi/remove_all_restrictions
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-04
Revert "Merge pull request #68498 from Rindbee/improve-update_tree"
Silc Renew
2022-12-18
EditorInspectorSection is not folded when clicking under the font
Marius Hanl
2022-12-17
Defer `EditorInspector::update_tree` to the process stage to improve performance
Rindbee
2022-12-16
Remove conditons for unfolding inspector sections
kobewi
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-02
Unify usage of undo_redo in editor
kobewi
2022-09-30
Rename Copy Property –> Copy Value
VolTer
2022-09-19
Expose `EditorProperty._set_read_only` virtual method
Marc Gilleron
2022-09-16
Update checked based on the variant type of the value
Rindbee
2022-09-06
Add read-only mode to inspector array and dictionary viewer.
SaracenOne
2022-09-01
Improve the editor's Add Metadata dialog
Hugo Locurcio
2022-08-26
Remove Inspector tooltip hack that never actually worked
Yuri Sizov
2022-08-22
Add per-scene UndoRedo
kobewi
2022-08-08
Merge pull request #62868 from fire-forge/array-resize-size
Rémi Verschelde
2022-08-06
Merge pull request #63712 from object71/fix-export-issues
Rémi Verschelde
2022-08-03
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-02
Clean-up array editing
reduz
2022-07-30
Improve usability of non-default values in the property inspector
Pedro J. Estébanez
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-11
Add "Open Documentation" button to EditorProperty context menu
FireForge
2022-07-10
Use a SpinBox in the inspector array resize dialog
FireForge
2022-06-25
Add ability to export Node pointers as NodePaths
reduz
2022-05-25
Improve style of inspector buttons
kobewi
2022-05-24
Reorganize Region Rect Editor
reduz
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Remove `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-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-28
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-24
Refactor Object metadata
reduz
2022-03-13
Merge pull request #59102 from rcorre/copy-project-config
Rémi Verschelde
2022-03-13
Copy full project setting path from dialog.
Ryan Roden-Corrent
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-02-10
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-09
Unify array, dictionary, and inspector array editors
FireForge
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-11
Stop asuming a default value of NIL means there's no default
Pedro J. Estébanez
2021-11-10
Fix EditorInspectorPlugin virtual bindings and add parse_group callback
Yuri Sizov
2021-11-08
Add property value pinning
Pedro J. Estébanez
2021-11-07
Unify determination of default property values
Pedro J. Estébanez
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-05
Use a yellow color for editable children properties instead of red
Hugo Locurcio
2021-09-15
Merge pull request #32068 from aaronfranke/transform-editor
Rémi Verschelde
[next]