Age | Commit message (Expand) | Author |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-06 | Add read-only mode to inspector array and dictionary viewer. | SaracenOne |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-28 | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-13 | Show Resource type name in Array editor | FireForge |
2022-06-14 | Allow folding in sub-inspectors in Array and Dictionary editors | FireForge |
2022-06-11 | Add margins to Array and Dictionary editors | FireForge |
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde |
2022-05-25 | Improve style of inspector buttons | kobewi |
2022-05-22 | EditorPropertyArray Fix crash when drag-reordering elements in the inspector | kleonc |
2022-05-05 | Disallow Callable, Signal and RID in export arrays | kobewi |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-20 | Show typed Array type in Array editor | FireForge |
2022-03-15 | Properly clean `button_add_item` ref in Array/Dict property editors | Rémi Verschelde |
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke |
2022-03-11 | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde |
2022-03-06 | Remove set_as_minsize() | kobewi |
2022-03-04 | Improve app name and system permission message localization. | bruvzg |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-09 | Unify array, dictionary, and inspector array editors | FireForge |
2022-02-07 | Improvements and fixes to occluders | jfons |
2022-02-03 | Add type icons to Project Settings, Array, and Dictionary editors | fire540 |
2022-01-20 | Store panels and docks singletons in their own classes | trollodel |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-10-29 | Made float, Vector2, Vector3 and similar property editors to use the default_... | Anutrix |
2021-10-01 | Fixed drag and drop not respecting type on exported arrays. | EricEzaM |
2021-09-22 | Use Rect2's get_end(). | Anilforextra |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-11 | Add the ability to reorder arrays from the inspector | Lightning_A |
2021-07-01 | Use PROPERTY_USAGE_NONE instead of 0 for no property usage | Aaron Franke |
2021-06-25 | Fix RichTextLabel custom_effects export to be properly filtered in the Editor | Eric M |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-03 | Rename EditorPropertyTransform to EditorPropertyTransform3D | Aaron Franke |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke |
2021-05-19 | Use EditorResourcePicker in the Inspector | Yuri Sizov |
2021-04-27 | Improve the editor theme | Hugo Locurcio |
2021-02-12 | Increase the page size for array/dictionary editors to 20 | Hugo Locurcio |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |