summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-6/+0
* Button object used after pressed is calledCameron Reikes2019-08-081-1/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-5/+0
* Merge pull request #29656 from nhold/add-remove-option-array-inspectorRémi Verschelde2019-07-021-18/+45
|\
| * Add option to remove array item and button to remove typed array itemNathan Hold2019-07-021-18/+45
* | Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
|/
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+4
* Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov2019-02-261-2/+12
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-10/+10
* Merge pull request #24909 from xDGameStudios/array_static_typesRémi Verschelde2019-01-151-4/+8
|\