Age | Commit message (Expand) | Author |
2022-08-12 | Add dumb theme item cache to Control | Yuri Sizov |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-26 | Reorganize code of control.cpp for better maintainability | Yuri Sizov |
2022-07-20 | simplify alignment preset, fixing icon for full rect | Nathan Franke |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-07-01 | Fix find_next_valid_focus() freeze | kobewi |
2022-06-30 | Fix find_next_valid_focus() freeze | kobewi |
2022-06-27 | Merge pull request #61587 from YuriSizov/control-fix-theme-owner-toplevel | Rémi Verschelde |
2022-06-23 | enhancement: rename exposed property Control::minimum_size to Control::custom... | Pierre-Thomas Meisels |
2022-06-20 | Improve TileSet editor and add more suffixes | FireForge |
2022-06-14 | Add vector value linking | kobewi |
2022-06-11 | Add suffixes to all nodes and resources | FireForge |
2022-06-09 | Fix infinite loop when calling `Control.popup_centered_minsize()` | Hugo Locurcio |
2022-06-01 | Fix theme propagation for children of top level controls and windows | Yuri Sizov |
2022-05-22 | Update last min size when Control becomes visible | Haoyu Qiu |
2022-05-19 | Use suffixes for units in nodes and resources | Aaron Franke |
2022-05-17 | Merge pull request #61088 from groud/keep_unhandled_events_on_pass | Rémi Verschelde |
2022-05-17 | Keep input event as unhandled if they go through a control set to MOUSE_FILTE... | Gilles Roudière |
2022-05-16 | Merge pull request #59231 from Sauermann/fix-top-level-identification | Rémi Verschelde |
2022-05-09 | Simplify anchor metadata | kobewi |
2022-05-06 | Cleanup metadata usage | kobewi |
2022-05-05 | Merge pull request #59185 from NeilKleistGao/master | Hugo Locurcio |
2022-04-28 | Inlcude CanvasLayer transform into calculation of Control screen position | Markus Sauermann |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-01 | Fix how Root Control Node is determined | Markus Sauermann |
2022-04-01 | Remove metadata `_edit_layout_mode` and `_edit_use_custom_anchors` if they ha... | NeilKleistGao |
2022-04-01 | Extract theme property names for localization | Haoyu Qiu |
2022-03-30 | Fix Control::warp_mouse to respect canvas transform | Markus Sauermann |
2022-03-28 | String: Remove TTR and DTR defines in non-tools build | Rémi Verschelde |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-13 | Expose methods for screen-space transforms | kobewi |
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 |