summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-19Merge pull request #54729 from Paulb23/text-edit-callableRémi Verschelde
2022-01-19Merge pull request #51159 from Calinou/improve-default-project-themeRémi Verschelde
2022-01-19Merge pull request #56964 from Calinou/scons-web-editor-force-threadsRémi Verschelde
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-19Force threads when compiling web editor instead of erroring outHugo Locurcio
This makes the build process more seamless. A similar option is already forced for initial memorywhen needed.
2022-01-19Improve the default project themeHugo Locurcio
The new default project theme uses StyleBoxFlat extensively for a more modern design and better scalability to multiple resolutions. SVG icons are now used in place of PNG icons. While this does not allow for true vector-based icon drawing (icons are still rasterized at load-time), this makes the design work easier for contributors and opens the door to vector drawing in the future (e.g. with polygons or SDFs). Like for editor icons, the SVG header file is now built automatically when a SVG file is changed. This removing the need for running `make_header.py` manually (TODO). The "Use Hidpi" project setting has been removed in favor of a "Default Theme Scale" project setting, which allows creating the default theme at a higher/lower scale than the default. This can be used when designing GUIs with a high base resolution to ensure crisp visuals. Co-authored-by: Yuri Sizov <yuris@humnom.net>
2022-01-19Merge pull request #56951 from bruvzg/fix_localeRémi Verschelde
2022-01-19Merge pull request #56954 from pycbouh/control-dont-resize-outside-treeRémi Verschelde
2022-01-19Revert "Add new scaling modes for splash screen"Rémi Verschelde
This reverts commit fcc9f5ce396ff921ed8253f657a8c9c38e7a878d. The feature is good but the implementation still needs more work. A new PR will be made with a rework of this commit.
2022-01-19Ignore layout and translation changes in Controls outside of treeYuri Sizov
2022-01-19Fix locale always selecting translation instead of "en", when no match found.bruvzg
2022-01-19Merge pull request #53923 from KoBeWi/RichBugLabelRémi Verschelde
2022-01-19Merge pull request #56930 from skyace65/StringifyMax Hilbrunner
Better explain JSON stringify indent parameter (4.0)
2022-01-19Better explain JSON stringify indent parameter (4.0)skyace65
2022-01-19Merge pull request #56914 from Chaosus/shader_error_translationYuri Roubinsky
2022-01-19Fix bottom line in editor logkobewi
2022-01-19Merge pull request #56924 from KoBeWi/_or_nullRémi Verschelde
2022-01-19Merge pull request #56926 from V-Sekai/show_in_file_managerRémi Verschelde
2022-01-19Merge pull request #56907 from rburing/convert_to_meshlibrary_apply_transformsRémi Verschelde
2022-01-19Merge pull request #56935 from V-Sekai/window_theme_changed_signalRémi Verschelde
2022-01-19Add translation links to shader errorsYuri Roubinsky
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-19Allow selection of option 'Open in File Manager' even when a file/folder is ↵SaracenOne
not explicitly selected.
2022-01-19Fix error on scene tiles cleanupkobewi
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-18Fix "Convert to MeshLibrary" not respecting collision transformsRicardo Buring
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