summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.cpp
Commit message (Expand)AuthorAgeFilesLines
* Show Resource type name in Array editorFireForge2022-07-131-1/+8
* Allow folding in sub-inspectors in Array and Dictionary editorsFireForge2022-06-141-0/+2
* Add margins to Array and Dictionary editorsFireForge2022-06-111-33/+45
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
* Improve style of inspector buttonskobewi2022-05-251-6/+3
* EditorPropertyArray Fix crash when drag-reordering elements in the inspectorkleonc2022-05-221-2/+7
* Disallow Callable, Signal and RID in export arrayskobewi2022-05-051-0/+10
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Show typed Array type in Array editorFireForge2022-04-201-38/+5
* Properly clean `button_add_item` ref in Array/Dict property editorsRémi Verschelde2022-03-151-0/+4
* Initialize bools in the headers in editorAaron Franke2022-03-121-4/+0
* Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-111-4/+228
|\
| * Improve app name and system permission message localization.bruvzg2022-03-041-4/+228
* | Remove set_as_minsize()kobewi2022-03-061-2/+2
|/
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-35/+41
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Unify array, dictionary, and inspector array editorsFireForge2022-02-091-54/+61
* Improvements and fixes to occludersjfons2022-02-071-1/+1
* Add type icons to Project Settings, Array, and Dictionary editorsfire5402022-02-031-18/+29
* Store panels and docks singletons in their own classestrollodel2022-01-201-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Made float, Vector2, Vector3 and similar property editors to use the default_...Anutrix2021-10-291-10/+11
* Fixed drag and drop not respecting type on exported arrays.EricEzaM2021-10-011-0/+6
* Use Rect2's get_end().Anilforextra2021-09-221-2/+2
* Optimize StringName usagereduz2021-07-181-8/+8
* Add the ability to reorder arrays from the inspectorLightning_A2021-07-111-129/+222
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-1/+1
* Fix RichTextLabel custom_effects export to be properly filtered in the EditorEric M2021-06-251-0/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Consistently prefix bound virtual methods with _kobewi2021-06-121-2/+2
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-2/+2
* Rename EditorPropertyTransform to EditorPropertyTransform3DAaron Franke2021-06-031-1/+1
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Use EditorResourcePicker in the InspectorYuri Sizov2021-05-191-1/+1
* Improve the editor themeHugo Locurcio2021-04-271-2/+0
* Increase the page size for array/dictionary editors to 20Hugo Locurcio2021-02-121-4/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* Refactored variant constructor logicreduz2020-11-091-8/+12
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-63/+0
* Added properties and methods to allow for dragging and dropping multiple file...Eric M2020-04-181-0/+102
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+21
* Replace NULL with nullptrlupoDharkael2020-04-021-24/+24
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-9/+9