Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-13 | Merge pull request #56268 from KoBeWi/🚗complete_setters | Rémi Verschelde | |
2022-01-13 | Merge pull request #55665 from KoBeWi/you_touched_my_TouchScreeenButton | Rémi Verschelde | |
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 | [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 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit b9b23d2226261e09d4eaa581c865920c00a826c7) | |||
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 #56692 from JFonS/fix_gizmo_secondary_handles | Rémi Verschelde | |
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 | Improve description of mouse_exited signal | kobewi | |
2022-01-12 | Merge pull request #56710 from zacryol/spriteframes-list-3d | Rémi Verschelde | |
2022-01-12 | Merge pull request #56684 from zacryol/file-dialog-filters-description | Rémi Verschelde | |
2022-01-12 | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | |
2022-01-11 | List AnimatedSprite3D in SpriteFrames description | zacryol | |
Both AnimatedSprite2D and AnimatedSprite3D use a SpriteFrames resource, but the SpriteFrames class description currently only lists being used with the 2D variant. | |||
2022-01-11 | Update description of FileDialog `filters` property | zacryol | |
specify that multiple filetypes/extensions can be included in one filter within the PackedStringArray, and provide an example | |||
2022-01-11 | Merge pull request #56697 from mhilbrunner/meshdatatool-docs | Max Hilbrunner | |
Fixed typos in MeshDataTool documentation | |||
2022-01-11 | Fixed typos in MeshDataTool documentation | Sam | |
- Fixed missing "be" typo in MeshDataTool's get_face_edge function - Corrected documentation to say negative values aren't valid | |||
2022-01-11 | Merge pull request #56681 from skyace65/InstancePlaceholder | Max Hilbrunner | |
Instance placeholder clarification | |||
2022-01-11 | Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_types | Rémi Verschelde | |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi | |
2022-01-11 | Merge pull request #56525 from timothyqiu/2d-cross-product | Rémi Verschelde | |
2022-01-11 | Fixed incorrect property types | Arnav Vijaywargiya | |
2022-01-11 | Merge pull request #56322 from madmiraal/fix-42450 | Rémi Verschelde | |
2022-01-11 | Merge pull request #56323 from ↵ | Rémi Verschelde | |
Gallilus/Update-default-port_grab_distance_vertical | |||
2022-01-11 | Explain what 2D cross product means | Haoyu Qiu | |
2022-01-10 | Instance placeholder clarification | skyace65 | |
2022-01-10 | Merge pull request #56631 from zacryol/expand-is-on-X-description | Rémi Verschelde | |
2022-01-10 | Merge pull request #56666 from bruvzg/joy_button_fix | Rémi Verschelde | |
2022-01-10 | Add joystick button index boundary check. Increase max. button number to 128 ↵ | bruvzg | |
(max. buttons supported by DirectInput). | |||
2022-01-10 | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | |
2022-01-10 | Merge pull request #55456 from KoBeWi/break_all_the_things | Rémi Verschelde | |
2022-01-10 | Merge pull request #56648 from KoBeWi/tween_pause() | Rémi Verschelde | |
2022-01-10 | Merge pull request #56656 from skyace65/NormalMap | Max Hilbrunner | |
Fix normal map description | |||
2022-01-10 | Merge pull request #56638 from skyace65/ScriptProperty | Max Hilbrunner | |
Add a note that the script property is part of the object class | |||
2022-01-09 | Fix normal map description | skyace65 | |
2022-01-09 | Fix Tween pause behavior | kobewi | |
2022-01-09 | Restore Tween easing descriptions | kobewi | |
2022-01-09 | Expand description of is_on_X methods for CharacterBody2D/3D | zacryol | |
Clarifies in the description for each method that the `up_direction` and `floor_max_angle` properties are used to determine the status of a collided surface. | |||
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg | |
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | |||
2022-01-09 | Add a note that the script property is part of the object class | skyace65 | |
2022-01-09 | Merge pull request #56626 from KoBeWi/FilterDialog | Rémi Verschelde | |
Improve FileDialog filters | |||
2022-01-08 | Improve FileDialog filters | kobewi | |
2022-01-08 | Misc documentation improvements | Haoyu Qiu | |
2022-01-07 | Update doc_status script to support constructors and operators docs | Hugo Locurcio | |
- Reorder columns from highest number of items contained within to lowest number. - Remove some obsolete code and fix a typo. | |||
2022-01-07 | Add a theme constant to change LineEdit and TextEdit's caret width | Hugo Locurcio | |
This can be useful to improve caret visibility, especially at larger font sizes. This can also be used for accessibility purposes. | |||
2022-01-07 | Merge pull request #56575 from HaSa1002/drag-signal-began | Rémi Verschelde | |
Rename GraphEdit `connection_drag_begun` to `connection_drag_started` | |||
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi | |
2022-01-07 | Rename GraphEdit connection_drag_begun to connection_drag_started | Johannes Witt | |