Age | Commit message (Collapse) | Author |
|
Set max value of inactive TextEdit scrolls to 0
|
|
|
|
|
|
|
|
Fix TextEdit glyph position rounding.
|
|
Fix button multiline text alignment.
|
|
|
|
|
|
Fix mid-grapheme hit test.
Fix OpenType features property handling, add default features override option.
Enable mid-grapheme cursor by default.
|
|
|
|
|
|
Improve FileDialog filters
|
|
Convert octahedral compressed normals/tangents on 3.x meshes
|
|
Use fill() to fill an entire image instead of setting pixels individually.
|
|
|
|
|
|
|
|
Expose selectable property of ItemList's Item and set default to true
|
|
Fix `PopupMenu` items id range in inspector
|
|
|
|
|
|
Rename GraphEdit `connection_drag_begun` to `connection_drag_started`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Weblate will now track the state of `3.x` to prepare for the 3.5 release.
(cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57)
|
|
|
|
|
|
|
|
|
|
|
|
Assume that non registered properties default to null
|
|
Add `GraphEdit` drag notifications
|
|
|
|
Fix incorrect default transform values on foreign 3D nodes
|
|
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.
|
|
callback.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|