summaryrefslogtreecommitdiff
path: root/editor/editor_properties_array_dict.cpp
AgeCommit message (Expand)Author
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-06Add read-only mode to inspector array and dictionary viewer.SaracenOne
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-13Show Resource type name in Array editorFireForge
2022-06-14Allow folding in sub-inspectors in Array and Dictionary editorsFireForge
2022-06-11Add margins to Array and Dictionary editorsFireForge
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-25Improve style of inspector buttonskobewi
2022-05-22EditorPropertyArray Fix crash when drag-reordering elements in the inspectorkleonc
2022-05-05Disallow Callable, Signal and RID in export arrayskobewi
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-20Show typed Array type in Array editorFireForge
2022-03-15Properly clean `button_add_item` ref in Array/Dict property editorsRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-11Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde
2022-03-06Remove set_as_minsize()kobewi
2022-03-04Improve app name and system permission message localization.bruvzg
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-09Unify array, dictionary, and inspector array editorsFireForge
2022-02-07Improvements and fixes to occludersjfons
2022-02-03Add type icons to Project Settings, Array, and Dictionary editorsfire540
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-10-29Made float, Vector2, Vector3 and similar property editors to use the default_...Anutrix
2021-10-01Fixed drag and drop not respecting type on exported arrays.EricEzaM
2021-09-22Use Rect2's get_end().Anilforextra
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