summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added editor dialog for easily creating shaders.Yuri Roubinsky2021-08-071-0/+41
* Cache EditorResourcePicker's allowed typesYuri Sizov2021-08-031-8/+32
* Fix crash on doc dragging in script list panelYuri Roubinsky2021-08-011-2/+6
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-11/+9
* Optimize StringName usagereduz2021-07-181-24/+24
* Create many types of popups on demandreduz2021-07-171-4/+11
* Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-131-1/+1
* 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