summaryrefslogtreecommitdiff
path: root/editor/editor_properties_array_dict.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-06Fix various uninitialized member pointersRémi Verschelde
2022-07-26Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg
2022-06-11Add margins to Array and Dictionary editorsFireForge
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-04Improve app name and system permission message localization.bruvzg
2022-02-09Unify array, dictionary, and inspector array editorsFireForge
2022-02-03Add type icons to Project Settings, Array, and Dictionary editorsfire540
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-07-11Add the ability to reorder arrays from the inspectorLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-02-12Increase the page size for array/dictionary editors to 20Hugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-18Added properties and methods to allow for dragging and dropping multiple file...Eric M
2020-03-05Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
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-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
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-08-29Add missing copyright headersRémi Verschelde
2018-08-19Fix args count mismatch in property_changed signalPoommetee Ketson
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