Age | Commit message (Expand) | Author |
2021-12-10 | Merge pull request #55739 from Paulb23/text-edit-base-performance | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-08 | Optimise TextEdit base operations | Paulb23 |
2021-12-07 | Fix bad mouse offset with Control::wrap_mouse() | jmb462 |
2021-12-06 | Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m... | Rémi Verschelde |
2021-12-06 | Fix bad popups offset in editor with single window off | jmb462 |
2021-12-06 | Rename minimum_size_changed() method | kobewi |
2021-11-22 | Merge pull request #55151 from Chaosus/control_reset_size | Rémi Verschelde |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky |
2021-11-15 | Fix drag and drop on LineEdit | ConteZero |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-25 | Ignore empty Font resources as theme override. | bruvzg |
2021-10-23 | Fix unexpected crashes in `notification` | Zae |
2021-10-19 | Implement TileMap patterns palette | Gilles Roudière |
2021-10-04 | GDScript completion: Handle quote style ad-hoc to remove editor dependency | Rémi Verschelde |
2021-10-04 | Add the base scale factor to the Theme resource | Yuri Sizov |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-10-01 | Allow non-control Nodes to handle drag forwarding (e.g. Windows) | Eric M |
2021-09-05 | Prevent editing properties managed by parent container | Awkor |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-13 | Merge pull request #51642 from akien-mga/cleanup-use_single_quotes | Rémi Verschelde |
2021-08-13 | Style: Cleanup code using `text_editor/completion/use_single_quotes` | Rémi Verschelde |
2021-08-13 | Add bulk theme overrides to Control | Paulb23 |
2021-07-31 | Make theme item overrides more obvious in the Inspector | Yuri Sizov |
2021-07-30 | Fix "Custom *" theme sections being inside "Auto Translate" | Michael Alexsander |
2021-07-29 | Add `auto_translate` toggle for automatic translation | Michael Alexsander |
2021-07-25 | Merge pull request #50835 from bruvzg/optimize_is_rtl | Rémi Verschelde |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-25 | Optimise `is_layout_rtl` by caching its return value. | bruvzg |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-20 | Editor StringName and Viewport optimizations | Joan Fons |
2021-07-13 | Add type variations to Theme | Yuri Sizov |
2021-07-03 | Merge pull request #49468 from menip/FixGetScreenPosition | Rémi Verschelde |
2021-06-30 | Fix editor suffixes and degrees conversion | reduz |
2021-06-29 | Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of | Rémi Verschelde |
2021-06-25 | Implement native extension system | reduz |
2021-06-25 | Remove clips_input() method and use clip_content | kobewi |
2021-06-21 | Rename `is_a_parent_of()` to `is_ancestor_of()` | Lightning_A |
2021-06-17 | Add PROPERTY_USAGE_NONE and use it | Aaron Franke |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi |
2021-06-09 | Fix Control::get_screen_position() not considering viewport scale | menip |
2021-06-03 | Merge pull request #46482 from KoBeWi/size_warning_the_sequel | Rémi Verschelde |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio |
2021-05-17 | Add theme_custom_type property to Control and Window | Yuri Sizov |
2021-05-13 | Fix variable names for "usage" flags in `Control::_get_property_list()` | Andrii Doroshenko (Xrayez) |
2021-04-30 | Fix autocompletion for Control's Theme properties | Yuri Sizov |
2021-04-11 | Use Array for node configuration warnings | Nathan Franke |