summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #96542 from Maran23/inspector-scrolls-awayRémi Verschelde2024-10-011-1/+4
|\
| * Fix Inspector may scrolls away when editing a property that adds or removes s...Marius Hanl2024-09-041-1/+4
* | [Editor] Merge duplicate entries in enum property inspectorA Thousand Ships2024-09-121-4/+9
* | Merge pull request #87674 from WhalesState/line-editRémi Verschelde2024-09-111-1/+0
|\ \
| * | Prevent `LineEdit` from losing focus when text is submitted or rejected.Mounir Tohami2024-09-101-1/+0
* | | Merge pull request #96620 from ajreckof/fix-clear-button-on-Array-Node]Rémi Verschelde2024-09-091-1/+5
|\ \ \ | |/ / |/| |
| * | fix clear button on Array[Node]ajreckof2024-09-061-1/+5
| |/
* / Implement typed dictionariesThaddeus Crews2024-09-041-1/+1
|/
* Remove empty bind_methods()kobewi2024-08-151-75/+0
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-16/+16
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-20/+20
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-4/+4
* Remove unused base_hint from EditorPropertyNodePathkobewi2024-05-291-8/+3
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
* Fix unchecking theme overrides not creating an undo actionMichael Alexsander2024-05-221-1/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-15/+15
* Use Core/Scene stringnames consistentlykobewi2024-05-131-8/+7
* fix infinite call loop on theme change.ajreckof2024-05-131-8/+1
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Fix temporary Euler when editing quaternionkobewi2024-05-071-0/+1
* Merge pull request #85474 from fire/packedvector4arrayRémi Verschelde2024-05-031-0/+5
|\
| * Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+5
* | Add colored margin in Inspector for arrays and dictionaries.ajreckof2024-05-031-46/+23
|/
* Merge pull request #84446 from KoBeWi/EditorYOLOPickerRémi Verschelde2024-04-261-1/+1
|\
| * Don't check resource type assigned in propertykobewi2023-11-041-1/+1
* | Fix `_node_assign` will crash when base_node is nullptrjsjtxietian2024-04-091-1/+2
* | Merge pull request #89811 from timothyqiu/missing-i18nRémi Verschelde2024-04-041-1/+1
|\ \
| * | Fix missing i18n for some editor stringsHaoyu Qiu2024-04-031-1/+1
* | | Improve SceneTreeEditor usabilityRedMser2024-03-311-2/+9
|/ /
* | Fixed undo/redo behaviour of color picker and added ability to cancel/confirm...Zi Ye2024-03-241-3/+13
* | Add browse folder and browse file iconsAdam Scott2024-03-121-1/+5
* | Support Array and PackedArray in @export_*Abel Toy2024-03-061-8/+8
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-3/+3
* | Fix paste Value can empty a dictionary depending on right-click locationajreckof2024-02-261-0/+1
* | Make auto translation inheritableMichael Alexsander2024-02-151-3/+3
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-4/+4
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
* | Use `set_value_no_signal` in editor property codeAaron Franke2023-12-181-153/+74
* | Merge pull request #85723 from ilyabelow/84609-visual-shader-viewport-texture...Yuri Sizov2023-12-081-0/+8
|\ \
| * | Add a specific error when creating a ViewportTexture in a Texture2D node in a...ilyabelow2023-12-041-0/+8
* | | Merge pull request #82528 from SaracenOne/path_typesYuri Sizov2023-12-081-0/+8
|\ \ \ | |/ / |/| |
| * | Script path type support in editor:Saracen2023-11-081-0/+8
| |/
* | Fill remaining global scope constant descriptionskobewi2023-11-131-3/+0
* | Fix missing arrows in integer vector propertieskobewi2023-11-091-3/+3
|/
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-2/+2
* Merge pull request #75274 from KoBeWi/NodeTrailRémi Verschelde2023-10-041-34/+102
|\
| * Enhance NodePath property editingkobewi2023-10-021-34/+102