summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_picker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-131-1/+1
| | | | | This also fixes a C# documentation example that had one of its strings incorrectly converted.
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
|
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-2/+2
|
* Fix some virtual methodskobewi2021-06-131-6/+6
|
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
|
* Make EditorFileDialog only created on demand in EditorResourcePickerYuri Sizov2021-05-251-12/+14
|
* Use EditorResourcePicker in the InspectorYuri Sizov2021-05-191-48/+146
|
* Add EditorResourcePicker control based on the Inspector editor for Resourcespycbouh2021-05-171-0/+764
Fix formatting for the docs