summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #88572 from ajreckof/fix-crash-on-dictionarry-new-key/valu...Rémi Verschelde2024-02-281-0/+2
|\
| * Fix crash on changing resource type of dictionary new key/value while editing...ajreckof2024-02-281-0/+2
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/
* Merge pull request #88435 from AThousandShips/quick_load_fixRémi Verschelde2024-02-181-5/+6
|\
| * [Editor] Improve clarity and style of `ResourcePicker` menuA Thousand Ships2024-02-171-5/+6
* | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix missing icons for custom resources in EditorResourcePickerAlessandro Famà2024-01-121-25/+9
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Merge pull request #85071 from Rubonnek/remove-unnecessary-assignmentsYuri Sizov2023-12-141-4/+2
|\
| * Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-4/+2
* | Merge pull request #84882 from Invertex/select-instance-assetYuri Sizov2023-12-141-11/+2
|\ \ | |/ |/|
| * Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-11/+2
* | Add Save As... option to EditorResourcePickerkobewi2023-11-201-0/+8
|/
* C#: Abstract script class support398utubzyt2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-20/+21
* Allow to pick which Resources will be made uniquekobewi2023-07-141-7/+115
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
* Fix Image -> Texture2D inspector auto-conversionkobewi2023-06-041-1/+1
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-8/+7
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+2
* Turn off auto translate for some editor controlsHaoyu Qiu2023-03-281-0/+1
* Fix crash when revealing file in floating FileSystem DockHayden Leete2023-03-081-2/+6
* Merge pull request #71686 from YuriSizov/stylebox-min-size-but-betterRémi Verschelde2023-01-221-1/+1
|\
| * Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-1/+1
* | Implement a quick script inheritance checkJuan Linietsky2023-01-191-71/+44
|/
* Remove set_drag_forwarding_compat()kobewi2023-01-141-4/+1
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-1/+1
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* | Merge pull request #67651 from KoBeWi/❗_of_damnationRémi Verschelde2022-11-151-1/+1
|\ \ | |/ |/|
| * Fix double hint paste in EditorResourcePickerkobewi2022-10-201-1/+1
* | Don't allow instancing virtual resources in the resource picker dialogAaron Franke2022-11-051-4/+12
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
| |/
* | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-6/+3
|\ \
| * | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-6/+3
| |/
* / Make texture preview and picker use mipmap filterMrBlockers2022-10-201-0/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* fix error dialog from appearing after loading material resManuel Dun2022-10-021-1/+1
* Script-class-aware Inspector & related controls.willnationsdev2022-09-171-55/+91
* Merge pull request #65494 from V-Sekai/fix_inspect_command_contextRémi Verschelde2022-09-141-1/+1
|\
| * In inspector, show 'edit' button instead of 'inspect' when resource is part o...SaracenOne2022-09-071-1/+1
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-311-2/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-6/+6
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+3