Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-14 | Add vector value linking | kobewi | |
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com> | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
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 ↵ | Gilles Roudière | |
MOUSE_FILTER_PASS | |||
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 | |
Add "generate_mipmap" font import option. Add some missing features to the Sprite3D. Move BiDi override code from Control to TextServer. Add functions to access TextServer font cache textures. Add MSDF related flags and shader to the standard material. Change standard material cache to use HashMap instead of Vector. | |||
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 ↵ | NeilKleistGao | |
have default values | |||
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 | |
This ensures we don't use TTR in runtime code, as it's specifically meant to source translations for the editor. | |||
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 | |
This reverts commit 0fce98b4b5f568298477b175c70510924793f6b0. | |||
2022-03-09 | Update mouse cursor shape after changes | Markus Sauermann | |
This fixes some cases where the mouse cursor shape did not change automatically, but instead required a MouseMove to update. | |||
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 ↵ | Gilles Roudière | |
get_viewport()->gui_get_focus_owner() | |||
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 | |
This reverts commit dfb7d46a2aaf9bef2c7dd067e699e70291062fb6. | |||
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 | |
Happy new year to the wonderful Godot community! | |||
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 | |
Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings | |||
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 ↵ | Rémi Verschelde | |
KoBeWi/update_minimum_size_changed_to_update_minimum_size | |||
2021-12-06 | Fix bad popups offset in editor with single window off | jmb462 | |
Co-authored-by: Gil Arasa Verge <gilarasaverge@gmail.com> Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | |||
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 | |
Sets `AlignOperands` to `DontAlign`. `clang-format` developers seem to mostly care about space-based indentation and every other version of clang-format breaks the bad mismatch of tabs and spaces that it seems to use for operand alignment. So it's better without, so that it respects our two-tabs `ContinuationIndentWidth`. |