summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Implement typed dictionariesThaddeus Crews2024-09-041-2/+10
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* Fix Object encoded as id in dictionnaries to be represented as int in the ins...ajreckof2024-07-221-0/+1
* Editor: Focus value editor on type change in Dictionary and Array editorsValentin Cocaud2024-06-041-3/+8
* Add colored margin in Inspector for arrays and dictionaries.ajreckof2024-05-031-2/+4
* Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-0/+1
* Allow batch drag and drop in typed array of Node and NodePath.AeioMuch2024-04-061-0/+2
* Fix update property for dictionnaries so that it updates only what is necessaryajreckof2024-03-211-2/+41
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Rework update_property for array.ajreckof2023-12-211-5/+21
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+3
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-0/+2
* Merge pull request #70540 from vaartis/multiline-arrays-dictionariesRémi Verschelde2023-01-131-0/+2
|\
| * Implement export_multiline support for Array[String] and DictionaryEkaterina Vaartis2022-12-251-0/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix various uninitialized member pointersRémi Verschelde2022-09-061-1/+1
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-17/+20
* Add margins to Array and Dictionary editorsFireForge2022-06-111-4/+4
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-21/+21
* Initialize bools in the headers in editorAaron Franke2022-03-121-3/+3
* Improve app name and system permission message localization.bruvzg2022-03-041-0/+36
* Unify array, dictionary, and inspector array editorsFireForge2022-02-091-6/+8
* Add type icons to Project Settings, Array, and Dictionary editorsfire5402022-02-031-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add the ability to reorder arrays from the inspectorLightning_A2021-07-111-12/+22
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-4/+4
* Increase the page size for array/dictionary editors to 20Hugo Locurcio2021-02-121-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Added properties and methods to allow for dragging and dropping multiple file...Eric M2020-04-181-0/+7
* Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde2020-03-051-2/+2
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #29656 from nhold/add-remove-option-array-inspectorRémi Verschelde2019-07-021-0/+1
|\
| * Add option to remove array item and button to remove typed array itemNathan Hold2019-07-021-0/+1
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
|/
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Arrays now parse the hint_string in the new inspector.MrCdK2018-12-031-1/+4
* Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky2018-11-211-0/+3
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Fix args count mismatch in property_changed signalPoommetee Ketson2018-08-191-2/+2
* Add proper type information to array propertyBojidar Marinov2018-06-181-0/+2
* Dictionary editing support in inspectorJuan Linietsky2018-05-191-0/+58
* Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky2018-05-191-0/+57