Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-25 | Merge pull request #64536 from Mickeon/editor-tree-icon-size | Rémi Verschelde | |
Account for TreeItem's Cell icon and center the text Popup vertically | |||
2022-08-25 | Merge pull request #64806 from Zylann/graph_node_protected_validate_property | Rémi Verschelde | |
Make GraphNode::_validate_property protected so GraphNode can be inherited | |||
2022-08-25 | Merge pull request #64837 from ↵ | Rémi Verschelde | |
YuriSizov/control-disconnect-from-everything-and-free-yourself Disconnect Control from theme resources to avoid issues on destruction | |||
2022-08-24 | Make GraphNode::_validate_property protected so GraphNode can be inherited. | Marc Gilleron | |
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. | |||
2022-08-24 | Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix | Rémi Verschelde | |
Make `Menu/OptionButton` item auto-highlight behave better | |||
2022-08-24 | Disconnect Control from theme resources to avoid issues on destruction | Yuri Sizov | |
2022-08-24 | Merge pull request #64082 from KoBeWi/array3k | Rémi Verschelde | |
2022-08-24 | Merge pull request #59226 from Rindbee/better-setters-in-gui-controls | Yuri Sizov | |
Improve the setters in gui, return directly if the value does not change. | |||
2022-08-24 | Merge pull request #64369 from derammo/derammo_tree_right_click_title | Yuri Sizov | |
Replace Tree control left click on title signal with new signal for either left or right click | |||
2022-08-24 | implemented right click on Tree control header | derammo | |
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi | |
2022-08-24 | Merge pull request #64800 from KoBeWi/split_hax | Rémi Verschelde | |
Handle child control size changes in SplitContainer | |||
2022-08-24 | Merge pull request #64783 from bruvzg/fix_rtl_min_size | Rémi Verschelde | |
Fix RTL min. size not triggering text cache update. | |||
2022-08-24 | Merge pull request #64009 from KoBeWi/arrayy_lmao | Rémi Verschelde | |
Replace Array return types with TypedArray (part 2) | |||
2022-08-23 | Replace Array return types with TypedArray 2 | kobewi | |
2022-08-23 | Handle child control size changes in SplitContainer | kobewi | |
2022-08-23 | Merge pull request #64767 from bruvzg/meta_click | Rémi Verschelde | |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 | |
Avoid executing the following value-changed logics if the value does not really change. | |||
2022-08-23 | Fix RTL min. size not triggering text cache update. | bruvzg | |
2022-08-23 | Merge pull request #64676 from KoBeWi/split_and_conquer | Rémi Verschelde | |
2022-08-23 | [RTL] Improve meta click position. | bruvzg | |
2022-08-23 | Merge pull request #63959 from KoBeWi/typo_arrray | Rémi Verschelde | |
Replace Array return types with TypedArray (part 1) | |||
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-22 | Merge pull request #63891 from derammo/derammo_tree_cache | Rémi Verschelde | |
2022-08-22 | Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculation | Rémi Verschelde | |
2022-08-22 | Merge pull request #64339 from YuriSizov/core-multilevel-validate-property | Rémi Verschelde | |
2022-08-22 | Merge pull request #64626 from YuriSizov/control-farewell-meta | Rémi Verschelde | |
Replace meta properties with regular properties in `Control` | |||
2022-08-22 | Merge pull request #64711 from YeldhamDev/itemlist_scroll_fix | Rémi Verschelde | |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov | |
2022-08-22 | Merge pull request #64618 from bruvzg/fix_menu_min_size | Rémi Verschelde | |
2022-08-22 | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky | |
Also applies to RichTextLabel | |||
2022-08-21 | Fix `ItemList` selection visual when the scrollbar visibility changes | Michael Alexsander | |
2022-08-21 | Improve SplitContainer minimum size splitting | kobewi | |
2022-08-19 | Fix MenuBar minimum size adding unnecessary extra spacing after the last item. | bruvzg | |
2022-08-19 | Make `Menu/OptionButton` item auto-highlight behave better | Michael Alexsander | |
2022-08-19 | Replace meta properties with regular properties in `Control` | Yuri Sizov | |
2022-08-19 | Fix MenuBar not processing shortcuts. | bruvzg | |
2022-08-19 | Account for TreeItem's Cell icon and center the text Popup vertically | Micky | |
2022-08-19 | Merge pull request #63950 from bruvzg/menu_bar3 | Max Hilbrunner | |
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor. | |||
2022-08-18 | Merge pull request #64315 from ↵ | Clay John | |
Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-12 | fixed GraphEdit signal argument type | daylilyzeleen | |
2022-08-12 | Fix case where `h_separation` might not work in `Button` | Rindbee | |
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`. | |||
2022-08-12 | Add dumb theme item cache to Control | Yuri Sizov | |
2022-08-11 | Merge pull request #64267 from bruvzg/le_secret | Yuri Sizov | |
Change `LineEdit` default secret character from "*" to "•". | |||
2022-08-11 | Add missing properties to default theme | kobewi | |
2022-08-11 | Change LineEdit secret character from "*" to "•". | bruvzg | |
2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov | |
2022-08-06 | Merge pull request #63859 from Rindbee/fix-hue-slider-incorrectly-rotated | Rémi Verschelde | |
Fix Hue slider incorrectly rotated 90 degrees in ColorPicker | |||
2022-08-06 | Merge pull request #63958 from hakro/fix-control-animation-keys | Rémi Verschelde | |
Remove rect_ prefix from control properties when keyframing |