summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix update property for dictionnaries so that it updates only what is necessaryajreckof2024-03-211-364/+146
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Fix paste Value can empty a dictionary depending on right-click locationajreckof2024-02-261-0/+1
* Removing element in array will not change page when emptying page.ajreckof2024-02-231-3/+5
* Dictionary Editor : keep the type of the last added item.ajreckof2024-02-211-3/+13
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix icon corrupted when nested array editors are opened before opening main a...ajreckof2024-01-131-2/+2
* Update deferred calls to use Callableskobewi2024-01-091-2/+2
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-2/+2
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | Rework update_property for array.ajreckof2023-12-211-112/+124
|/
* Inspector: Fix clearing array/dictionary element with `<Object#null>`Danil Alexeev2023-12-051-0/+8
* Merge pull request #80977 from ajreckof/Paste-Value-emptying-an-array-on-some...Rémi Verschelde2023-10-041-1/+2
|\
| * Fix paste value emptying an array on some right click locationajreckof2023-08-251-1/+2
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* | Add EditorStringNames singletonkobewi2023-09-031-17/+18
|/
* Revert "Fix paste value not updated in dictionaries/arrays"Rémi Verschelde2023-06-241-6/+0
* Merge pull request #76711 from ajreckof/fix-paste-value-not-updating-element-...Rémi Verschelde2023-06-181-0/+6
|\
| * fix paste value not updated in dictionaries/arraysajreckof2023-05-121-0/+6
* | Fix being able to delete new key/value from dictionary editor.ajreckof2023-06-051-0/+1
* | Merge pull request #76389 from ajreckof/editor-property-nodepath-for-nodeRémi Verschelde2023-06-011-15/+4
|\ \
| * | Fix typed array exportajreckof2023-05-211-15/+4
* | | Refactor vector editor propertieskobewi2023-05-311-0/+1
* | | Add get_edited_property_value() shorthand methodkobewi2023-05-261-6/+6
* | | Replace magic num in editor_properties_array_dictJackson Thomas Browne2023-05-191-1/+1
|/ /
* / Fixes Node arrays appear as Object arrays in the inspectorNong Van Tinh2023-04-281-1/+1
|/
* Fix typed array export... againkobewi2023-04-231-1/+12
* prevent nested packedArray from being casted to generic Arraysajreckof2023-04-161-2/+1
* Fix typed array exportkobewi2023-04-121-26/+42
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+2
* Merge pull request #71740 from Jummit/dict-array-missing-typesRémi Verschelde2023-02-111-0/+8
|\
| * Support signals and callables in exposed dictionariesJummit2023-01-201-0/+8
* | Fix @export_multiline for PackedStringArraykobewi2023-02-041-1/+1
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-107/+51
|/
* Remove set_drag_forwarding_compat()kobewi2023-01-141-3/+1
* Merge pull request #70540 from vaartis/multiline-arrays-dictionariesRémi Verschelde2023-01-131-1/+11
|\
| * Implement export_multiline support for Array[String] and DictionaryEkaterina Vaartis2022-12-251-1/+11
* | 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
|/
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-5/+5
* Fix crash in EditorPropertyArraykobewi2022-11-291-0/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Merge pull request #67445 from Zylann/rename_queue_deleteRémi Verschelde2022-10-311-3/+3
|\
| * Rename queue_delete => queue_freeMarc Gilleron2022-10-241-3/+3
* | Remove unnecessary castsMarkus Sauermann2022-10-241-3/+3
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-22/+22
* Add read-only mode to inspector array and dictionary viewer.SaracenOne2022-09-061-1/+25
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-3/+6