virtualx-engine/scene
Rindbee a7eecc61ad Fix toggling after scrolling resulted in blank space
Previously, the data used by `update_scrollbars()` and `_update_dimensions()` in their calculations depended on each other, which caused some problems.

Now, the calculation of `child_max_size` is put into `get_minimum_size()`, as the containers call `update_minimum_size()` before calling `queue_sort()`.

Make the semantics of variable/function names more clear.

Co-authored-by:  Aaron Record <aaronjrecord@gmail.com>
2022-07-31 09:32:20 +08:00
..
2d Merge pull request #63595 from reduz/remove-signal-connect-binds 2022-07-29 18:10:39 +02:00
3d Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
animation Remove Signal connect binds 2022-07-29 16:26:13 +02:00
audio Implement BPM support 2022-07-23 07:31:17 +02:00
debugger Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
gui Fix toggling after scrolling resulted in blank space 2022-07-31 09:32:20 +08:00
main Remove Signal connect binds 2022-07-29 16:26:13 +02:00
resources Merge pull request #61647 from KoBeWi/SaverResource 2022-07-29 22:30:51 +02:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp Merge pull request #63161 from PrecisionRender/master 2022-07-29 08:07:13 +02:00
register_scene_types.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00