Age | Commit message (Collapse) | Author |
|
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix theme propagation for children of top level controls and windows
|
|
Control::custom_minimum_size
|
|
|
|
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
MOUSE_FILTER_PASS
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
have default values
|
|
|
|
|
|
This ensures we don't use TTR in runtime code, as it's specifically meant
to source translations for the editor.
|
|
|
|
|
|
This reverts commit 0fce98b4b5f568298477b175c70510924793f6b0.
|
|
This fixes some cases where the mouse cursor shape did not change automatically, but instead required a MouseMove to update.
|
|
|
|
|
|
|
|
|
|
|
|
get_viewport()->gui_get_focus_owner()
|
|
|
|
This reverts commit dfb7d46a2aaf9bef2c7dd067e699e70291062fb6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Happy new year to the wonderful Godot community!
|
|
|
|
|
|
|