Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
This patch mainly solves two things:
1. The typo of `h_separation`;
2. Negative values of `h_separation` will be treated as `0` when used, to prevent the button's minimum `width` from being reduced by `h_separation`.
|
|
|
|
Change `LineEdit` default secret character from "*" to "•".
|
|
|
|
|
|
|
|
Fix Hue slider incorrectly rotated 90 degrees in ColorPicker
|
|
Remove rect_ prefix from control properties when keyframing
|
|
|
|
|
|
|
|
`shader_uniform` is now consistenly used across both per-shader
and per-instance shader uniform methods. This makes methods easier
to find in the class reference when looking for them.
|
|
|
|
Fix GraphEdit::arange_nodes causing a freeze when cycle in Graph
|