1. 27 Jan, 2016 1 commit
  2. 26 Jan, 2016 17 commits
  3. 25 Jan, 2016 12 commits
  4. 24 Jan, 2016 8 commits
  5. 23 Jan, 2016 2 commits
    • Adam Barth's avatar
      Add implicit animations to Input · 7faee3e1
      Adam Barth authored
      Now the label animates from its inline position to above the text and
      the focus highlight grows into place.
      7faee3e1
    • Adam Barth's avatar
      Improve the factoring between Input and RawEditableLine · 61f82ee1
      Adam Barth authored
      RawEditableLine is now responsible for the scrolling behavior, which
      removes the need for callbacks between RawEditableLine and Input. It
      also fixes a bug whereby the whole Input widget (including its icon)
      would scroll when the text got long.
      61f82ee1