Age | Commit message (Expand) | Author |
2022-03-10 | Revert "Update mouse cursor shape after changes" | Markus Sauermann |
2022-03-09 | Update mouse cursor shape after changes | Markus Sauermann |
2022-03-08 | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal |
2022-03-05 | Remove custom_* prefixes compatibility | kobewi |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-13 | Limit inspector updates when dragging anchored controls | Yuri Sizov |
2022-02-10 | Reorganize inspector layout workflow for Control nodes | Yuri Sizov |
2022-02-03 | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo... | Gilles Roudière |
2022-02-01 | Exposes gui_release_focus and gui_get_focus_owner to Viewport | Gilles Roudière |
2022-01-31 | Revert "Fix control node transform animation jitter with pivot offset" | bruvzg |
2022-01-21 | Merge pull request #56124 from KoBeWi/font_slayer | Rémi Verschelde |
2022-01-19 | Ignore layout and translation changes in Controls outside of tree | Yuri Sizov |
2022-01-18 | Merge pull request #47522 from madmiraal/rename-test_width-test_height | Rémi Verschelde |
2022-01-06 | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties | Rémi Verschelde |
2022-01-05 | Merge pull request #56255 from PucklaMotzer09/control_unfocus | Rémi Verschelde |
2022-01-04 | Rename Project Window width and height settings to match their function | Marcel Admiraal |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-31 | Correctly use fallback Theme values as last resort | Yuri Sizov |
2021-12-26 | Unfocus Control on NOTIFICATION_EXIT_TREE | PucklaMotzer09 |
2021-12-21 | Fix being unable to clear some theme overrides | kobewi |
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 |