1. 24 Aug, 2015 13 commits
  2. 22 Aug, 2015 9 commits
  3. 21 Aug, 2015 15 commits
  4. 20 Aug, 2015 3 commits
    • Hixie's avatar
    • Hixie's avatar
      Fix compile error on trunk. · cf03afcd
      Hixie authored
      cf03afcd
    • Hixie's avatar
      Rewrite the MultiChildRenderObjectWrapper syncing algorithm. · 79a9e670
      Hixie authored
      This also changes the way we insert nodes into a
      MultiChildRenderObjectWrapper's renderObject, which fixes issue #626.
      Now, instead of the slot being a renderObject, it's the Widget that
      currently uses that renderObject. That way when the Widget changes
      which renderObject to use, the siblings of that Widget in the same
      child list don't have to be notified of the change.
      
      I tested performance of the new algorithm vs the old algorithm using
      the stocks demo at idle and the stocks demo scrolling steadily. The
      data suggests the algorithms are roughly equivalent in performance.
      79a9e670