Patrik Svensson 8261b25e5c Fix tree rendering
Fixes some tree rendering problems where lines were not properly drawn
at some levels during some circumstances.

* Change the API back to only allow one root.
* Now uses a stack based approach to rendering instead of recursion.
* Removes the need for measuring the whole tree in advance.
  Leave this up to each child to render.
2021-01-10 15:55:11 +01:00
..
2020-10-01 14:43:08 +02:00
2020-12-23 10:05:08 +01:00
2020-12-04 07:29:48 +01:00
2020-12-04 07:29:48 +01:00
2020-10-27 17:30:50 +01:00
2020-12-09 00:07:02 +01:00
2020-10-26 12:20:17 +01:00
2020-09-08 18:21:52 +02:00
2021-01-10 15:55:11 +01:00