Age | Commit message (Collapse) | Author |
|
|
|
|
|
Most of the custom logic to handle special keying cases is now inside
the AnimationPlayerEditorPlugin.
The EditorInspector now emits a signal when inspecting a new object.
|
|
|
|
|
|
|
|
Make assets in progress open the next step instead of erring
|
|
|
|
|
|
|
|
Removes the `fullsize` option which is superseded by `stretch_mode`.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
space
|
|
|
|
|
|
|
|
|
|
Improve node pasting
|
|
Add FlowContainer
|
|
|
|
|
|
|
|
|
|
|
|
akien-mga/dictionary-improve-VariantWriter-and-docs
|
|
|
|
|
|
|
|
|
|
|
|
Use separate language, script and country lists.
Add locale selection dialog and property hint.
|
|
|
|
|
|
|
|
Fixes #56894.
|
|
|
|
|
|
|
|
|
|
Also make sure to always convert multiline dictionaries to a single line for
its EditorHelp representation, as multiline values break formatting.
|
|
|
|
|
|
|
|
[macOS] Fix transient windows not working in the full-screen mode.
[macOS] Fix moving transient windows to the other screen than parent window.
[macOS] Fix popup menu switch on hover.
[macOS] Use content origin rect for windows position (to ensure `DS.mouse_get_position` is equal to `DS.window_get_position` + mouse position from the input events).
[macOS] Fix incorrect input coordinates, when external display with different scaling in connected/disconnected.
[macOS/Windows] Fix moving fullscreen windows between the screens.
Add auto refocusing of the parent window, when the focused transient window is closed.
Remove redundant `DS.mouse_get_absolute_position` function (returns mouse position in the screen coordinates, same as `DS.mouse_get_position`).
|
|
|
|
|
|
privacy settings, entitlements warnings and error checking.
|
|
|
|
|
|
Fix volumetric fog memory leak on resize
|