summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #64555 from nongvantinh/inspector_resource_preview_incorre...Rémi Verschelde2022-08-281-1/+1
|\
| * Fixed inspector resource preview shows up with incorrect sizeNong Van Tinh2022-08-181-1/+1
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-3/+3
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-3/+3
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+2
|/ /
* / Disable editing properties in foreign resourcesSaracenOne2022-08-231-44/+64
|/
* Add "Make Unique (Recursive)" to resource picker, simplify "Make Unique"Hendrik Brucker2022-08-061-17/+26
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Implement BPM supportreduz2022-07-231-47/+230
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-12/+0
* Add rounded corners to EditorProperty and EditorSpinSliderFireForge2022-05-251-0/+2
* Add a new HashSet templatereduz2022-05-201-12/+13
* Use range iterators for RBSet in most casesAaron Record2022-05-191-8/+8
* Replace most uses of Map by HashMapreduz2022-05-161-15/+15
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-8/+8
* Merge pull request #60395 from Geometror/editor-gradient-preview-pluginRémi Verschelde2022-04-261-1/+2
|\
| * Add gradient resource preview generatorHendrik Brucker2022-04-211-1/+2
* | Rename theme properties to include underscoresFireForge2022-04-231-1/+1
|/