summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-3/+5
|\
| * Fix global paths in EditorPropertyPathkobewi2024-11-181-3/+5
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\|
| * Simplify some UID conversionskobewi2024-11-141-1/+1
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-5/+20
|\|
| * Merge pull request #97912 from reduz/property-path-store-uidThaddeus Crews2024-11-111-5/+20
| |\
| | * Exposed path properties save UID if referencing a resourceJuan2024-10-071-5/+20
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-19/+19
|\| |
| * | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-18/+18
| |\ \
| | * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-18/+18
| * | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \ \
| * | | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-4/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #90047 from ajreckof/fix-editing-exported-nodes-in-array-a...Thaddeus Crews2024-10-251-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Fix editing exported nodes in array as text.ajreckof2024-03-301-4/+4
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+1
|\| | |
| * | | Enforce that custom nodes keep their original typebjornmp2024-10-221-0/+1
| | |/ | |/|
* / | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Merge pull request #97543 from KoBeWi/to_edit_or_not_to_editRémi Verschelde2024-10-041-0/+8
|\ \
| * | Fix closing Theme Editor not actually closing itkobewi2024-09-271-0/+8
* | | Merge pull request #95149 from KoBeWi/inspector_mainsRémi Verschelde2024-10-041-1/+2
|\ \ \
| * | | Don't fold resources when child of main inspector exitskobewi2024-08-041-1/+2
* | | | 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
|\ \