| Commit message (Expand) | Author | Age | Files | Lines |
* | prevent nested packedArray from being casted to generic Arrays | ajreckof | 2023-04-16 | 1 | -2/+1 |
* | Fix typed array export | kobewi | 2023-04-12 | 1 | -26/+42 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+2 |
* | Merge pull request #71740 from Jummit/dict-array-missing-types | Rémi Verschelde | 2023-02-11 | 1 | -0/+8 |
|\ |
|
| * | Support signals and callables in exposed dictionaries | Jummit | 2023-01-20 | 1 | -0/+8 |
* | | Fix @export_multiline for PackedStringArray | kobewi | 2023-02-04 | 1 | -1/+1 |
* | | GDScript: Fix issues with typed arrays | Dmitrii Maganov | 2023-01-31 | 1 | -107/+51 |
|/ |
|
* | Remove set_drag_forwarding_compat() | kobewi | 2023-01-14 | 1 | -3/+1 |
* | Merge pull request #70540 from vaartis/multiline-arrays-dictionaries | Rémi Verschelde | 2023-01-13 | 1 | -1/+11 |
|\ |
|
| * | Implement export_multiline support for Array[String] and Dictionary | Ekaterina Vaartis | 2022-12-25 | 1 | -1/+11 |
* | | Change set_drag_forwarding() to use callables. | Juan Linietsky | 2023-01-10 | 1 | -1/+1 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | Add inspector plugin for key time edit & Change find key argument | Silc Renew | 2022-12-22 | 1 | -5/+5 |
* | Fix crash in EditorPropertyArray | kobewi | 2022-11-29 | 1 | -0/+2 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -1/+1 |
* | Merge pull request #67445 from Zylann/rename_queue_delete | Rémi Verschelde | 2022-10-31 | 1 | -3/+3 |
|\ |
|
| * | Rename queue_delete => queue_free | Marc Gilleron | 2022-10-24 | 1 | -3/+3 |
* | | Remove unnecessary casts | Markus Sauermann | 2022-10-24 | 1 | -3/+3 |
|/ |
|
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -22/+22 |
* | Add read-only mode to inspector array and dictionary viewer. | SaracenOne | 2022-09-06 | 1 | -1/+25 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -2/+2 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -3/+6 |
* | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde | 2022-08-28 | 1 | -2/+2 |
|\ |
|
| * | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -2/+2 |
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -6/+3 |
|/ |
|
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -5/+5 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+18 |
* | Show Resource type name in Array editor | FireForge | 2022-07-13 | 1 | -1/+8 |
* | Allow folding in sub-inspectors in Array and Dictionary editors | FireForge | 2022-06-14 | 1 | -0/+2 |
* | Add margins to Array and Dictionary editors | FireForge | 2022-06-11 | 1 | -33/+45 |
* | i18n: Misc fixes translation strings | Rémi Verschelde | 2022-06-08 | 1 | -1/+1 |
* | Improve style of inspector buttons | kobewi | 2022-05-25 | 1 | -6/+3 |
* | EditorPropertyArray Fix crash when drag-reordering elements in the inspector | kleonc | 2022-05-22 | 1 | -2/+7 |
* | Disallow Callable, Signal and RID in export arrays | kobewi | 2022-05-05 | 1 | -0/+10 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -1/+1 |
* | Show typed Array type in Array editor | FireForge | 2022-04-20 | 1 | -38/+5 |
* | Properly clean `button_add_item` ref in Array/Dict property editors | Rémi Verschelde | 2022-03-15 | 1 | -0/+4 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -4/+0 |
* | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde | 2022-03-11 | 1 | -4/+228 |
|\ |
|
| * | Improve app name and system permission message localization. | bruvzg | 2022-03-04 | 1 | -4/+228 |
* | | Remove set_as_minsize() | kobewi | 2022-03-06 | 1 | -2/+2 |
|/ |
|
* | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -35/+41 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -1/+1 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+1 |
* | Unify array, dictionary, and inspector array editors | FireForge | 2022-02-09 | 1 | -54/+61 |
* | Improvements and fixes to occluders | jfons | 2022-02-07 | 1 | -1/+1 |
* | Add type icons to Project Settings, Array, and Dictionary editors | fire540 | 2022-02-03 | 1 | -18/+29 |
* | Store panels and docks singletons in their own classes | trollodel | 2022-01-20 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |