Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
releasing mouse for spinbox
|
|
Account for TreeItem's Cell icon and center the text Popup vertically
|
|
Make GraphNode::_validate_property protected so GraphNode can be inherited
|
|
YuriSizov/control-disconnect-from-everything-and-free-yourself
Disconnect Control from theme resources to avoid issues on destruction
|
|
It's not about overriding or accessing `_validate_property`,
but since `_validate_property` became a multilevel method,
the GDCLASS macro now tries to access the one from the parent class,
which causes a compiling error if the parent class declares
`_validate_property` as private.
|
|
Make `Menu/OptionButton` item auto-highlight behave better
|
|
|
|
|
|
Improve the setters in gui, return directly if the value does not change.
|
|
Replace Tree control left click on title signal with new signal for either left or right click
|
|
|
|
|
|
Handle child control size changes in SplitContainer
|
|
Fix RTL min. size not triggering text cache update.
|
|
Replace Array return types with TypedArray (part 2)
|
|
|
|
|
|
|
|
Avoid executing the following value-changed logics if the value does not really change.
|
|
|
|
|
|
|
|
|
|
Replace Array return types with TypedArray (part 1)
|
|
|
|
|
|
|
|
|
|
Replace meta properties with regular properties in `Control`
|
|
|
|
|
|
|
|
Also applies to RichTextLabel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor.
|
|
Daylily-Zeleen/fixed-GraphEdit-signal-argument-type
Fixed GraphEdit signal argument type
|
|
menu for editor.
|
|
|
|
|