1. 22 Sep, 2015 1 commit
  2. 18 Sep, 2015 1 commit
  3. 11 Sep, 2015 2 commits
    • Adam Barth's avatar
      Disentangle FontSize from Settings · b89d790a
      Adam Barth authored
      Instead, just store the default font sizes in statics. These statics are
      constants for now, but we'll probably make them configurable at some point.
      b89d790a
    • Adam Barth's avatar
      ParagraphBuilder should be able to build a paragraph · 403441d2
      Adam Barth authored
      This patch start down the road of implementing text layout and painting without
      the DOM. We can construct a basic paragraph consisting of a single run of text
      and we can get through layout without crashing.
      403441d2
  4. 02 Sep, 2015 1 commit
  5. 30 Aug, 2015 1 commit
    • Adam Barth's avatar
      Scrolls should start immediately when possible · bef55951
      Adam Barth authored
      If there are no other gestures in the arena, we should kick off the scroll
      gesture right away. This change pulled a refactoring of how we dispatch events
      to Widgets. Now we dispatch events to Widgets interleaved with their associated
      RenderObjects. (Previously we dispatched to all of the RenderObjects first.)
      bef55951
  6. 28 Aug, 2015 1 commit
  7. 22 Aug, 2015 1 commit
  8. 21 Aug, 2015 1 commit