Thaddeus Crews
d569fcf207
Merge pull request #119497 from NoNormalDev/asinspectorui
...
Editor UI: Hide AudioStream filename in the inspector if it's width is negative or zero
2026-06-01 11:15:17 -05:00
NoNormalDev
781744ddbd
Fix AudioStream filename text clipping in the inspector
2026-05-30 18:45:00 +00:00
kobewi
5f03b56867
Fix EditorPropertyArray using theme cache too early
2026-05-25 17:39:24 +02:00
Michael Alexsander
582a8ef44a
Fix buttons in EditorProperty overlapping with values
2026-05-21 14:48:30 -03:00
Thaddeus Crews
321b8c944f
Merge pull request #119396 from bruvzg/ac_dup_ins_names
...
[Accessibility] Do not set duplicate values for editor inspector elements.
2026-05-15 15:42:10 -05:00
Thaddeus Crews
af75f81738
Merge pull request #118000 from KoBeWi/force_menu
...
Fix custom categories not having context menu
2026-05-12 12:25:45 -05:00
Thaddeus Crews
fe34aa9aed
Merge pull request #118853 from KoBeWi/final_final_v2
...
Assign final path when creating built-in Resources
2026-05-12 12:25:45 -05:00
kobewi
96dedf508d
Fix custom categories not having context menu
2026-05-12 00:36:45 +02:00
Thaddeus Crews
cc8edf78ad
Merge pull request #119338 from mihe/popup-menu-search-toggle
...
Split `PopupMenu.search_bar_enabled_on_item_count` into two properties
2026-05-11 17:11:32 -05:00
bruvzg
4ac0ac7d89
[Accessibility] Do not set duplicate values for editor inspector elements.
2026-05-11 09:31:31 +03:00
Mikael Hermansson
4540e1d179
Split PopupMenu.search_bar_enabled_on_item_count into two properties
2026-05-09 03:43:21 +02:00
Mikael Hermansson
5849471126
Add copy/paste icons to EditorResourcePicker
2026-05-07 17:36:29 +02:00
Thaddeus Crews
b6a10ee02b
Merge pull request #119200 from Akosmo/fix-resource-picker-tooltip
...
Fix Resource picker tooltip text
2026-05-06 14:56:28 -05:00
Thaddeus Crews
1f012286cf
Merge pull request #119154 from kitbdev/fix-shader-editor-focus
...
Only focus the shader editor when directly opened
2026-05-05 10:30:07 -05:00
Akosmo
169c9b075b
Fix Resource picker tooltip text
2026-05-03 14:45:01 -03:00
Enzo Novoselic
7b82c0fe01
Remove unnecessary class_db.h includes
2026-05-02 13:08:34 -04:00
kit
301deec8b2
Only focus the shader editor when directly opened
2026-05-02 11:46:57 -04:00
Thaddeus Crews
01ff9da237
Merge pull request #118926 from KoBeWi/gatherless
...
Avoid repeats in resource gather
2026-04-29 12:28:54 -05:00
Thaddeus Crews
bc6610d735
Merge pull request #118868 from dsnopek/correct-capitalization-of-androidxr
...
In editor properties, capitalize "androidxr" as "AndroidXR" (with uppercase "XR")
2026-04-27 12:05:35 -05:00
kobewi
dc1a6dc07f
Avoid repeats in resource gather
2026-04-24 20:25:18 +02:00
Mrfanta-stick
a3499cf72a
Fix Dictionary editor losing selection when changing types in Remote inspector
2026-04-23 13:08:31 +05:30
David Snopek
b8b55d095b
In editor properties, capitalize "androidxr" as "AndroidXR" (with uppercase "XR")
2026-04-22 17:45:35 -05:00
kobewi
88bce0d480
Assign final path when creating built-in Resources
2026-04-22 17:49:57 +02:00
Thaddeus Crews
2aa39f0d74
Merge pull request #118413 from YeldhamDev/resource_popup_search
...
Add search bar for the resource and variant popups in the inspector
2026-04-21 16:46:05 -05:00
Thaddeus Crews
63a5e781e5
Merge pull request #118269 from unit-tick/update_drag_n_drop_behaviour
...
Editor: Fix default behavior of `@export_dir` rejects folders in drag and drop
2026-04-21 16:46:04 -05:00
Thaddeus Crews
c63e6000b1
Merge pull request #117838 from YeldhamDev/inspector_buttons_rtl_fix
...
Fix animation and key buttons of inspector sections being off-center in the RTL layout
2026-04-21 08:48:07 -05:00
unit-tick
c351893419
Editor: Update drag and drop behaviour of path export annotations
...
Uses the folder boolean to determine if property expects directory or file.
If directory is expected files are rejected and if files are expected folders
are rejected.
2026-04-19 23:48:11 -04:00
Thaddeus Crews
e0815c0bc9
Merge pull request #118633 from jaydensipe/small-icon-fix
...
Fix max icon width in remote scene view/debugger
2026-04-16 09:41:18 -05:00
Jayden Sipe
333fda8fd0
Fix max icon width in remote scene view
2026-04-16 01:03:42 -04:00
Pāvels Nadtočajevs
f0b1b61a94
Restore inspector context menu for dictionary elements.
2026-04-15 21:07:11 +03:00
Thaddeus Crews
8fd7cdac7e
Merge pull request #115151 from YeldhamDev/multi_node_theme_fix
...
Fix theme properties not being handled correctly by `MultiNodeEdit`
2026-04-13 15:52:18 -05:00
Michael Alexsander
0592261cb8
Add search bar for the resource and variant popups in the inspector
2026-04-11 11:21:14 -03:00
Thaddeus Crews
8462ad479d
Merge pull request #118301 from mihe/default-editor-inspector
...
Expose new `create_default_inspector` method for `EditorInspector`
2026-04-10 10:32:36 -05:00
Thaddeus Crews
7c5ca4442b
Merge pull request #118187 from SirLich/feature/context-slot-inspector-property
...
Add `ContextMenuSlot::CONTEXT_SLOT_INSPECTOR_PROPERTY` to EditorContextMenuPlugin
2026-04-10 10:32:29 -05:00
Aaron Franke
cfded120ae
Move visual shaders to a module
2026-04-08 12:05:22 -07:00
SirLich
571573dabb
Add CONTEXT_SLOT_INSPECTOR_PROPERTY
2026-04-08 20:20:05 +02:00
Mikael Hermansson
cbeb95fd08
Expose new create_default_inspector method for EditorInspector
...
Co-authored-by: Kasper Arnklit Frandsen <kasper.arnklit@gmail.com >
2026-04-08 13:01:21 +02:00
kobewi
7cba8b830a
Increase available space for array properties
2026-04-03 23:07:40 +02:00
Thaddeus Crews
40a377e434
Merge pull request #118117 from Raftatul/remove-dead-code
...
Removed dead code
2026-04-02 12:33:24 -05:00
Thaddeus Crews
a53c795c78
Merge pull request #117463 from Goldenlion5648/inspector-property-expand
...
Expand inspector sections while searching
2026-04-02 12:33:18 -05:00
Michael Alexsander
0f640e1e3f
Fix theme properties not being handled correctly by MultiNodeEdit
2026-04-02 12:28:04 -03:00
Raphaël Daubelcour
60bcd0dd4c
removed dead code
2026-04-02 09:54:34 -04:00
Goldenlion5648
b508fa698b
expand inspector sections while searching
2026-04-01 22:01:17 -04:00
Thaddeus Crews
bbf8e2653c
Merge pull request #117998 from KoBeWi/rework_to_make_work
...
Rework copy-pasting section/category values
2026-04-01 18:10:25 -05:00
Thaddeus Crews
c3049ea727
Merge pull request #117893 from jaydensipe/id-be-gone
...
Remove "ID" from Object ID display
2026-03-31 10:46:52 -05:00
Thaddeus Crews
c66455f5e7
Merge pull request #115245 from bruvzg/win_theme
...
Fix theme item inspector tooltips for Window subclasses.
2026-03-30 13:35:44 -05:00
Thaddeus Crews
879a3012c8
Merge pull request #117358 from bruvzg/prop_ac_disc
...
[Accessibility] Add property/category/section descriptions to the inspector.
2026-03-30 13:35:31 -05:00
Thaddeus Crews
d46ba38387
Merge pull request #117808 from jack-klein-5/multi-node-check-property-revert
...
Default multi-node property revert to node revert
2026-03-30 13:35:22 -05:00
kobewi
ff1153a39c
Rework copy-pasting section/category values
2026-03-30 14:13:11 +02:00
StarryWorm
4ae336740d
Add missing resource_*.h includes
...
Add missing `resource_importer.h` includes
Add missing `resource_loader.h` includes
Add missing `resource_saver.h` includes
2026-03-27 07:03:39 -04:00