branchFacepunch.Flexbox/text-flowcancel
16 Commits over 184 Days - 0.00cph!
Support auto sizing x/y axis the root flex element
Fix elements not respecting max width when they have children that prefer to be larger than it
Properly distribute grow/shrink when some children hit their min/max size
Fix children overflowing on cross axis when not using align items stretch
Only determine flex children once per layout
Set driven properties in editor on layout
Fix NRE when deleting flex elements
Clean up measurement code so main and cross axis are separated
Text constraining seems to be working, just need to clean up
Get flex text kind of working
Fix some measurement bugs
Progress on getting things working
WIP refactor to support text better