Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | Merge pull request #56323 from ↵ | Rémi Verschelde | |
Gallilus/Update-default-port_grab_distance_vertical | |||
2022-01-11 | Fix BBCode underline prevents strikethrough from rendering | Haoyu Qiu | |
2022-01-10 | Merge pull request #56637 from KoBeWi/maxxxxxxcroll | Rémi Verschelde | |
Set max value of inactive TextEdit scrolls to 0 | |||
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 | Fix glyph index for bitmap fonts. | bruvzg | |
Fix TextEdit glyph position rounding. | |||
2022-01-09 | Merge pull request #56654 from bruvzg/fix_button_text_align | Rémi Verschelde | |
Fix button multiline text alignment. | |||
2022-01-09 | Fix button multiline text alignment. | bruvzg | |
2022-01-09 | Fix Tween pause behavior | kobewi | |
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 | Path2D: Check points count before rendering. | Anilforextra | |
2022-01-09 | Set max value of inactive TextEdit scrolls to 0 | kobewi | |
2022-01-09 | Merge pull request #56626 from KoBeWi/FilterDialog | Rémi Verschelde | |
Improve FileDialog filters | |||
2022-01-08 | Merge pull request #56330 from nikitalita/convert-old-octahedral | Rémi Verschelde | |
Convert octahedral compressed normals/tangents on 3.x meshes | |||
2022-01-08 | Merge pull request #56617 from AnilBK/use_fill | Rémi Verschelde | |
Use fill() to fill an entire image instead of setting pixels individually. | |||
2022-01-08 | Improve FileDialog filters | kobewi | |
2022-01-08 | convert old octahedral compressed normals/tangents | nikitalita | |
2022-01-08 | Use fill() to fill an entire image instead of setting pixels individually. | Anilforextra | |
2022-01-08 | Merge pull request #56608 from jmb462/itemlist_item_selectable | Rémi Verschelde | |
Expose selectable property of ItemList's Item and set default to true | |||
2022-01-08 | Merge pull request #54647 from rafallus/fix/popupmenu_ids | Rémi Verschelde | |
Fix `PopupMenu` items id range in inspector | |||
2022-01-07 | Fix `PopupMenu` items id range in inspector | rafallus | |
2022-01-08 | Expose selectable property of ItemList's Item | jmb462 | |
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 | |
2022-01-07 | Merge pull request #53419 from TechnoPorg/rework-subwindows | Rémi Verschelde | |
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde | |
2022-01-07 | Merge pull request #54351 from LeaoLuciano/leak-remove-line-richtextlabel | Rémi Verschelde | |
2022-01-07 | Fix missing arg name in bindings for GDExtension API | Rémi Verschelde | |
2022-01-07 | i18n: Sync template with current 3.x codebase | Rémi Verschelde | |
Weblate will now track the state of `3.x` to prepare for the 3.5 release. (cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57) | |||
2022-01-07 | Merge pull request #55775 from timothyqiu/slider-drag | Rémi Verschelde | |
2022-01-07 | Merge pull request #56472 from KoBeWi/now_focus | Rémi Verschelde | |
2022-01-07 | Merge pull request #54560 from rafallus/tab_items | Rémi Verschelde | |
2022-01-07 | Merge pull request #56195 from Zylann/anim_key_error_message | Rémi Verschelde | |
2022-01-06 | Fix too broad assumption of null property defaults | Pedro J. Estébanez | |
2022-01-06 | Merge pull request #56176 from RandomShaper/accept_null_as_default | Rémi Verschelde | |
Assume that non registered properties default to null | |||
2022-01-06 | Merge pull request #50896 from HaSa1002/add-graphedit-drag-signals-4 | Rémi Verschelde | |
Add `GraphEdit` drag notifications | |||
2022-01-06 | Assume that non registered properties default to null | Pedro J. Estébanez | |
2022-01-06 | Merge pull request #56435 from V-Sekai/inspector_default_fix | Rémi Verschelde | |
Fix incorrect default transform values on foreign 3D nodes | |||
2022-01-06 | Add `GraphEdit` drag notifications | Johannes Witt | |
This commit adds two signals: * connection_drag_begun, which is emitted when a connection is started to be created by the user and * `connection_drag_ended`, which is emitted when no longer a connection is created. Additionally `force_connection_drag_end()` adds the possibility to end the connection dragging. If called from user code, no other connection request signals are invoked. This is useful to add `GraphNode`s via shortcuts while the user is dragging a connection to directly connect the newly added node. | |||
2022-01-06 | Move metallic and roughness automated assignment to an inspector UndoRedo | SaracenOne | |
callback. | |||
2022-01-06 | Fix incorrect default transform values on foreign 3D nodes | SaracenOne | |
2022-01-06 | Update the minimum size of ViewportContainer | Tomasz Chabora | |
2022-01-06 | Merge pull request #56480 from Chaosus/vs_plugin_gdscript_template | Yuri Roubinsky | |
2022-01-06 | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties | Rémi Verschelde | |
2022-01-06 | Add a GDScript template for `VisualShaderNodeCustom` | Yuri Roubinsky | |
2022-01-06 | Merge pull request #55851 from Chaosus/better-completion-options-list_rebased | Rémi Verschelde | |
2022-01-05 | Added key name to error message about key not being valid | Marc Gilleron | |
2022-01-05 | Inspector property array for `TabBar` | rafallus | |