summaryrefslogtreecommitdiff
path: root/editor/editor_properties_array_dict.cpp
AgeCommit message (Expand)Author
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-02Merge pull request #29656 from nhold/add-remove-option-array-inspectorRémi Verschelde
2019-07-02Add option to remove array item and button to remove typed array itemNathan Hold
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-02-26Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
2019-01-15Merge pull request #24909 from xDGameStudios/array_static_typesRémi Verschelde
2019-01-14Add EditorPropertyRID as read-only label showing RIDRémi Verschelde
2019-01-11Add static types to arrays (inspector fix)xDGameStudios
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-03Arrays now parse the hint_string in the new inspector.MrCdK
2018-11-21Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky
2018-10-01Fix warnings about uninitialized vars [-Wsometimes-uninitialized]Rémi Verschelde
2018-09-28Merge pull request #22407 from DualMatrix/step_intRémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-24Added step support when exporting integers.DualMatrix
2018-09-19Properly setup EditorProperties in arrays and dictionariesMichael Alexsander Silva Dias
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-19Fix args count mismatch in property_changed signalPoommetee Ketson
2018-07-28Fixed a number of issues related to the Dictionary export property for the ed...oliperraul
2018-06-18Add proper type information to array propertyBojidar Marinov
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky