Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-13 | Merge pull request #56714 from bruvzg/fix_alignment_break_overrun | Rémi Verschelde | |
2022-01-13 | Merge pull request #56311 from Calinou/default-allow-hidpi | Rémi Verschelde | |
2022-01-13 | Merge pull request #54956 from ↵ | Rémi Verschelde | |
Calinou/lineedit-textedit-add-caret-width-theme-item Add a theme constant to change LineEdit and TextEdit's caret width | |||
2022-01-13 | Merge pull request #56742 from clayjohn/VULKAN-blur | Rémi Verschelde | |
2022-01-13 | Merge pull request #56741 from clayjohn/author | Rémi Verschelde | |
Remove mistakenly added author info | |||
2022-01-13 | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and ↵ | bruvzg | |
interaction between these modes. Fix "Fill" alignment processing wrong side of the text if overrun trim was applied. Improve "Fill" alignment to avoid adding excessive subsequent spaces or elongations. Add font detection to the overrun, to correctly add ellipsis (was using last glyph font, which doesn't necessary have dot character). Improve line breaking to avoid adding excessive subsequent soft break points for languages without word separator. Port missing overrun/justification code to the Fallback text server. Fix inferred text direction detection by controls. Add tests for "Fill" alignment and line breaking glyph flags. | |||
2022-01-12 | Fix cannot use gaussian blur error | clayjohn | |
2022-01-12 | Remove mistakenly added author info | clayjohn | |
2022-01-13 | Merge pull request #56734 from hinlopen/showhide | Rémi Verschelde | |
Minor code improvement in CanvasItem (show/hide/set_visible) | |||
2022-01-12 | Merge pull request #56169 from dkaste/fix-clip-rects | Rémi Verschelde | |
Fix canvas items being drawn outside clip rects | |||
2022-01-12 | Refactor CanvasItem show/hide/set_visible | Stijn Hinlopen | |
2022-01-12 | Merge pull request #52710 from Jummit/fix-debug-tooltips | Yuri Roubinsky | |
2022-01-12 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit b9b23d2226261e09d4eaa581c865920c00a826c7) | |||
2022-01-12 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit da5a11fe45d9e358773a8df2da8df2f87293b088) | |||
2022-01-12 | Merge pull request #56302 from madmiraal/fix-54698 | Rémi Verschelde | |
2022-01-12 | Merge pull request #56708 from KoBeWi/to_hover_or_not_to_hover | Rémi Verschelde | |
2022-01-12 | Merge pull request #55446 from Calinou/spritebase3d-remove-opacity | Rémi Verschelde | |
2022-01-12 | Merge pull request #56673 from winterpixelgames/bugfix-android-keystore-paths | Rémi Verschelde | |
2022-01-12 | Check if action name exists before adding it or renaming an action to it | Marcel Admiraal | |
2022-01-12 | Merge pull request #56698 from touilleMan/issue-56652 | Rémi Verschelde | |
2022-01-12 | Merge pull request #56722 from akien-mga/glslang-support-system-library | Rémi Verschelde | |
2022-01-12 | Merge pull request #56692 from JFonS/fix_gizmo_secondary_handles | Rémi Verschelde | |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde | |
2022-01-12 | Explicitly declare python helper modules in SConstruct to avoid unexpected ↵ | Emmanuel Leblond | |
shadowing | |||
2022-01-12 | Merge pull request #56289 from zacryol/clarify-user-data | Rémi Verschelde | |
2022-01-12 | glslang: Fix support for building against public/system library | Rémi Verschelde | |
Fix include paths to support both vendored and system-installed glslang. Remove usage of the private `StandAlone` bits. Requires us to vendor a copy of `DefaultTBuiltInResource` (or provide our own customized one) as glslang doesn't provide it in its public API. Also removes unused C interface as it's not well encapsulated and depends on `StandAlone`. Fixes #56307. | |||
2022-01-12 | Fix secondary handles in editor gizmos | jfons | |
Primary and secondary handles are no longer differentiated by their ids, so a bool was added to tell them apart in all the handle-related methods. Includes a minor fix in CollisionPolygon3DEditor, unrelated to editor gizmos. | |||
2022-01-12 | Merge pull request #56713 from Chaosus/vs_sampler_connection | Yuri Roubinsky | |
Auto-set a port source for texture nodes created by dragged connection | |||
2022-01-12 | Merge pull request #56672 from Chaosus/optimize_shader_lang | Yuri Roubinsky | |
Optimize include files to improve `shader_language.h` compilation speed | |||
2022-01-12 | Auto-set a port source for texture nodes created by dragged connection | Yuri Roubinsky | |
2022-01-12 | Improve description of mouse_exited signal | kobewi | |
2022-01-12 | Merge pull request #56308 from Calinou/scons-tweak-target-release-error-message | Rémi Verschelde | |
2022-01-12 | Merge pull request #56710 from zacryol/spriteframes-list-3d | Rémi Verschelde | |
2022-01-12 | Optimize include files to improve `shader_language.h` compilation speed | Yuri Roubinsky | |
2022-01-12 | Merge pull request #56684 from zacryol/file-dialog-filters-description | Rémi Verschelde | |
2022-01-12 | Merge pull request #56646 from Chaosus/vst_context_menu | Rémi Verschelde | |
2022-01-12 | Merge pull request #56700 from bruvzg/macos_terminal_activation | Rémi Verschelde | |
2022-01-12 | Merge pull request #56709 from ↵ | Rémi Verschelde | |
YeldhamDev/die_monster_you_dont_belong_in_this_world | |||
2022-01-12 | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | |
2022-01-12 | Merge pull request #56717 from bruvzg/macos_opengl_hdr | Rémi Verschelde | |
2022-01-12 | Merge pull request #56716 from bruvzg/hb_320 | Rémi Verschelde | |
2022-01-12 | Merge pull request #55656 from clayjohn/GLSL3-compiler | Rémi Verschelde | |
2022-01-12 | Merge pull request #56696 from AnilBK/use-init-lists | Rémi Verschelde | |
2022-01-12 | [macOS] Fix OpenGL color space on HDR displays. | bruvzg | |
2022-01-12 | HarfBuzz: Update to version 3.2.0 | bruvzg | |
2022-01-12 | Merge pull request #56693 from timothyqiu/vs-i18n | Rémi Verschelde | |
i18n: Make VisualScript node caption & text translatable | |||
2022-01-11 | New OpenGL batching canvas renderer | clayjohn | |
2022-01-11 | WIP New GLES3 Shader Compiler | reduz | |
Uses versions and specializations (more similar to RenderingDevice version) | |||
2022-01-12 | Use List Initializations for Vectors. | Anilforextra | |
2022-01-12 | Fix several issues in ´TabBar´ | Michael Alexsander | |