summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-19Merge pull request #56935 from V-Sekai/window_theme_changed_signalRémi Verschelde
2022-01-19Merge pull request #56940 from Faless/editor/4.x_keying_refactorRémi Verschelde
2022-01-19[Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli
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.
2022-01-19Merge pull request #54489 from briansemrau/texture-delete-updateRémi Verschelde
2022-01-19Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindowRémi Verschelde
2022-01-19Add missing 'theme_changed' signal to Window classSaracenOne
2022-01-19Merge pull request #56929 from pycbouh/editor-dont-err-just-installRémi Verschelde
Make assets in progress open the next step instead of erring
2022-01-19Make assets in progress open the next step instead of erringYuri Sizov
2022-01-19Merge pull request #22488 from samuelpedrajas/splash_new_scaling_modesRémi Verschelde
2022-01-19Merge pull request #56921 from pycbouh/control-rtl-tables-got-squaredRémi Verschelde
2022-01-18Add new scaling modes for splash screenSamuel Pedrajas
Removes the `fullsize` option which is superseded by `stretch_mode`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-01-18Merge pull request #56920 from pycbouh/docs-sort-class-propertiesRémi Verschelde
2022-01-19Fix RichTextLabel tables shrinking expanded columns when there is not enough ↵Yuri Sizov
space
2022-01-18Merge pull request #56910 from pycbouh/control-rtl-gives-me-no-spaceRémi Verschelde
2022-01-19Sort class properties in the built-in docsYuri Sizov
2022-01-18Improve spacing in built-in class referenceYuri Sizov
2022-01-18Fix RichTextLabel not respecting line separation in several casesYuri Sizov
2022-01-18Merge pull request #56906 from KoBeWi/the_paste_side_questRémi Verschelde
Improve node pasting
2022-01-18Merge pull request #56104 from Geometror/add-flow-layout-containerRémi Verschelde
Add FlowContainer
2022-01-18Improve node pastingkobewi
2022-01-18Merge pull request #56619 from timothyqiu/left-right-paletteRémi Verschelde
2022-01-18Merge pull request #56622 from Pineapple/scenestate-optimizationsRémi Verschelde
2022-01-18Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascadesRémi Verschelde
2022-01-18Merge pull request #52969 from bruvzg/locale_detectionRémi Verschelde
2022-01-18Merge pull request #56896 from ↵Rémi Verschelde
akien-mga/dictionary-improve-VariantWriter-and-docs
2022-01-18Merge pull request #56899 from touilleMan/fix-editor_node-set_exit_codeRémi Verschelde
2022-01-18Merge pull request #43044 from rburing/fix_import_hints_breaking_animationsRémi Verschelde
2022-01-18Merge pull request #56897 from Chaosus/fix_toast_icon_themingYuri Roubinsky
2022-01-18Merge pull request #56898 from akien-mga/thorvg-mingw-cstringRémi Verschelde
2022-01-18Merge pull request #47522 from madmiraal/rename-test_width-test_heightRémi Verschelde
2022-01-18Improve locale detection.bruvzg
Use separate language, script and country lists. Add locale selection dialog and property hint.
2022-01-18Merge pull request #52597 from Jummit/scene_casing_settingRémi Verschelde
2022-01-18Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde
2022-01-18Replace use of `OS::set_exit_code()` by `SceneTree::quit()` in `EditorNode`Emmanuel Leblond
2022-01-18thorvg: Fix missing `<cstring>` includes for MinGWRémi Verschelde
Fixes #56894.
2022-01-18Fix toast notification button color on light themeYuri Roubinsky
2022-01-18Fix import hints breaking node paths in animationsRicardo Buring
2022-01-18Merge pull request #56893 from Chaosus/shader_unify_vardeclYuri Roubinsky
2022-01-18Merge pull request #51310 from bruvzg/🍎🍏🍐🍎🍎Rémi Verschelde
2022-01-18Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde
Also make sure to always convert multiline dictionaries to a single line for its EditorHelp representation, as multiline values break formatting.
2022-01-18Merge pull request #55809 from cdemirer/fix-reparenting-inherited-nodesRémi Verschelde
2022-01-18Merge pull request #56874 from MarioLiebisch/fix-56869Rémi Verschelde
2022-01-18Merge pull request #56826 from noidexe/patch-3Rémi Verschelde
2022-01-18Window management improvements.bruvzg
[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`).
2022-01-18Unify variable and array declarations in shadersYuri Roubinsky
2022-01-18Merge pull request #56883 from rafallus/doc/collision_shape_ray_pickableRémi Verschelde
2022-01-18[macOS export] Implements ad-hoc signing on Linux/Windows, adds extra ↵bruvzg
privacy settings, entitlements warnings and error checking.
2022-01-18Merge pull request #56880 from mhilbrunner/main-exitRémi Verschelde
2022-01-18Fix `input_ray_pickable` documentation for `CollisionObject3D`rafallus
2022-01-18Merge pull request #56889 from clayjohn/VULKAN-fog-memRémi Verschelde
Fix volumetric fog memory leak on resize