Age | Commit message (Expand) | Author |
2023-02-02 | Fix toplevel nomenclature | Markus Sauermann |
2023-01-31 | Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node | Rémi Verschelde |
2023-01-19 | Merge pull request #71598 from bruvzg/gdscript_bidi_override | Rémi Verschelde |
2023-01-19 | Cleanup unused engine code v2 | kobewi |
2023-01-18 | Implement BiDi override mode for GDScript source. | bruvzg |
2023-01-14 | Remove set_drag_forwarding_compat() | kobewi |
2023-01-11 | Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parents | Rémi Verschelde |
2023-01-10 | Ensure that the cached layout mode is in sync | Yuri Sizov |
2023-01-10 | Change set_drag_forwarding() to use callables. | Juan Linietsky |
2023-01-09 | Fix inconsistent state of Controls when editing and running scenes | Yuri Sizov |
2023-01-08 | Use BitField<> hint for ArrayFormat | Juan Linietsky |
2023-01-07 | Merge pull request #36301 from KoBeWi/daddy_node | Rémi Verschelde |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-19 | Restore 'rotation_degrees' properties. | Juan Linietsky |
2022-12-07 | Copy local theme overrides from Control to Window | Yuri Sizov |
2022-11-17 | Add `Control::localize_numeral_system` property to toggle automatic numeral s... | bruvzg |
2022-10-23 | Merge pull request #67566 from Sauermann/fix-code-simplifications | Clay John |
2022-10-19 | Merge pull request #66279 from aaronfranke/control-min-size | Max Hilbrunner |
2022-10-18 | Code simplifications | Markus Sauermann |
2022-10-16 | Fix set_as_toplevel event propagation to child | Markus Sauermann |
2022-10-13 | Merge pull request #67348 from Mickeon/salvage-a-dear-comment | Rémi Verschelde |
2022-10-13 | Comment not to remove `data` structs in some Nodes | Micky |
2022-10-13 | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ... | Eric M |
2022-09-22 | Revert custom_minimum_size type back to Vector2 instead of Vector2i | Aaron Franke |
2022-09-19 | Change return type of `get_configuration_warnings` to `PackedStringArray` | Marc Gilleron |
2022-09-08 | Make `Vector2i` values paired with `EDSCALE` be just `Vector2` | Michael Alexsander |
2022-09-02 | Un-defer the initial theme changed notification | Yuri Sizov |
2022-09-02 | Add ThemeOwner type for managing theme propagation and lookup | Yuri Sizov |
2022-09-01 | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov |
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-25 | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED` | Aaron Record |
2022-08-24 | Disconnect Control from theme resources to avoid issues on destruction | Yuri Sizov |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-22 | Merge pull request #64339 from YuriSizov/core-multilevel-validate-property | Rémi Verschelde |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov |
2022-08-19 | Replace meta properties with regular properties in `Control` | Yuri Sizov |
2022-08-16 | Add methods for node reparenting | Tomasz Chabora |
2022-08-12 | Add dumb theme item cache to Control | Yuri Sizov |
2022-07-27 | Merge pull request #63318 from YuriSizov/control-code-reorg | Rémi Verschelde |
2022-07-26 | Reorganize code of control.cpp for better maintainability | Yuri Sizov |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge |
2022-05-18 | Define some Theme data structures with using for readability | Yuri Sizov |
2022-05-17 | Keep input event as unhandled if they go through a control set to MOUSE_FILTE... | Gilles Roudière |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-03-28 | Merge pull request #59548 from akien-mga/obj-remove-unused-categories | Rémi Verschelde |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |