summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde2020-03-051-4/+4
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-12/+12
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-30/+15
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-9/+27
* Added StringName as a variant type.Juan Linietsky2020-02-211-0/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-22/+22
* EditorProperty: Fix handling of PackedRealArrayRémi Verschelde2020-02-181-8/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-27/+27
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix "seperate" typosAaron Franke2019-10-311-4/+4
* Fix crash when reverting an exported array / dict to NULLPaulb232019-09-211-0/+4