Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Replace meta properties with regular properties in `Control` | Yuri Sizov | |
2022-08-19 | Fix MenuBar not processing shortcuts. | bruvzg | |
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 | |||
2022-08-05 | Remove rect_ prefix from control properties when keyframing | Hakim | |
2022-08-05 | Round icon position and size in buttons to make them look sharper | Yuri Sizov | |
2022-08-05 | Merge pull request #59844 from Calinou/rename-shader-param-methods | Rémi Verschelde | |
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | |
`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. | |||
2022-08-04 | Merge pull request #61856 from iwek7/label_overflowing_text | Rémi Verschelde | |
2022-08-04 | Merge pull request #63838 from tefusion/fix-arrange-nodes-freeze | Rémi Verschelde | |
Fix GraphEdit::arange_nodes causing a freeze when cycle in Graph | |||
2022-08-04 | Fix issue with overlaping text label text | iwek | |
2022-08-04 | Merge pull request #58536 from winterpixelgames/feature/virtual-keyboard-types | Rémi Verschelde | |
Add support for multiple virtual keyboard types | |||
2022-08-04 | Merge pull request #54792 from EIRTeam/independent_arrows | Rémi Verschelde | |
2022-08-04 | Fix GraphEdit::arange_nodes causing a freeze | tefusion | |
When a Graph contains cycles, e.g. 1->2->3->1 _layering would end up in an infinite loop since IS_SUBSET would never be true. By keeping check of the size of z, which contains the already layered nodes, one can detect a freeze (since it should change after current_layer increases. If it doesn't "u" didn't change and q and u will never be equal resulting in a freeze/infinite while loop). If a freeze happens warn the user and put all the nodes part of the cycle (leftover in p) to the first layer which will end up in them being listed top to bottom. | |||
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau | |
2022-08-04 | Independent spinbox arrow step precision | Jóhannes Gunnar Þorsteinsson | |
Rebased by EIREXE This work has been kindly sponsored by IMVU & EIRTeam. |