summaryrefslogtreecommitdiff
path: root/editor/editor_properties_array_dict.cpp
AgeCommit message (Expand)Author
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-13Merge pull request #70540 from vaartis/multiline-arrays-dictionariesRémi Verschelde
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-25Implement export_multiline support for Array[String] and DictionaryEkaterina Vaartis
2022-12-22Add inspector plugin for key time edit & Change find key argumentSilc Renew
2022-11-29Fix crash in EditorPropertyArraykobewi
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-31Merge pull request #67445 from Zylann/rename_queue_deleteRémi Verschelde
2022-10-24Rename queue_delete => queue_freeMarc Gilleron
2022-10-24Remove unnecessary castsMarkus Sauermann
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