Age | Commit message (Expand) | Author |
2023-01-27 | Fix filtering editor nodes in Create Dialog | kobewi |
2023-01-14 | Remove set_drag_forwarding_compat() | kobewi |
2023-01-12 | GDScript: Fix extending abstract classes, forbid their construction | Dmitrii Maganov |
2023-01-10 | Change set_drag_forwarding() to use callables. | Juan Linietsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-11 | Check if class exists before checking if it's virtual in Create Dialog | Aaron Franke |
2022-12-05 | Merge pull request #67553 from Sauermann/fix-new-node-dialog-description | Rémi Verschelde |
2022-11-16 | Merge pull request #68709 from MewPurPur/instance-begone-part3 | Rémi Verschelde |
2022-11-16 | Remove more instances of 'instance' being used as a verb | VolTer |
2022-11-15 | Merge pull request #67798 from KoBeWi/code_resurrection | Rémi Verschelde |
2022-11-05 | Don't allow instancing virtual node types in the Create New Node dialog | Aaron Franke |
2022-10-23 | Uncomment drag forwarding in CreateDialog | kobewi |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-18 | Fix Updating New Node Dialog Description of Custom Nodes | Markus Sauermann |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-30 | Fix creating Nodes from Recent list | Markus Sauermann |
2022-09-11 | Add ability to flag classes as experimental or deprecated. | SaracenOne |
2022-09-07 | simplify title of create/change node dialog | Nathan Franke |
2022-09-05 | Improve handling of custom types | kobewi |
2022-08-30 | Merge pull request #65039 from Mickeon/rename-treeitem-tooltip | Rémi Verschelde |
2022-08-30 | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
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-08-20 | Changed the title of change node type dialog | Umang Kalra |
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-06-21 | Rework scene creation dialog | kobewi |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Merge pull request #59498 from adamscott/add-custom-type-check-before-hiding-... | Rémi Verschelde |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-24 | [Fix #58248] Add custom type check before hiding type | Adam Scott |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-02-19 | Fix crash in Create New Node dialog with certain user-created scripts | Haoyu Qiu |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-08 | Merge pull request #40140 from hinlopen/tree-scroll-center | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-08 | Merge pull request #43015 from Xrayez/refactor-auto-instaprop | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-05 | Center when scrolling to tree item. | Stijn Hinlopen |
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-17 | Merge pull request #55509 from V-Sekai/create_node_and_doc_fix | Rémi Verschelde |
2022-01-16 | Fix theming update in several editor classes | Yuri Roubinsky |