summaryrefslogtreecommitdiff
path: root/editor/editor_properties_array_dict.cpp
AgeCommit message (Expand)Author
2021-07-18Optimize StringName usagereduz
2021-07-11Add the ability to reorder arrays from the inspectorLightning_A
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-25Fix RichTextLabel custom_effects export to be properly filtered in the EditorEric M
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename EditorPropertyTransform to EditorPropertyTransform3DAaron Franke
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-05-19Use EditorResourcePicker in the InspectorYuri Sizov
2021-04-27Improve the editor themeHugo Locurcio
2021-02-12Increase the page size for array/dictionary editors to 20Hugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde
2020-11-09Refactored variant constructor logicreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
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-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
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-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18EditorProperty: Fix handling of PackedRealArrayRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-31Fix "seperate" typosAaron Franke
2019-09-21Fix crash when reverting an exported array / dict to NULLPaulb23
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
2019-08-08Button object used after pressed is calledCameron Reikes
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