summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
Commit message (Expand)AuthorAgeFilesLines
* 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