1. 06 Nov, 2018 5 commits
  2. 05 Nov, 2018 11 commits
  3. 04 Nov, 2018 1 commit
    • sjindel-google's avatar
      Fix text field clipping when erasing rapidly. (#23894) · db9fe3f8
      sjindel-google authored
      `RenderEditable.paint` assumes that if the length of the text fits within the
      visible region, then the text will be rendered at the start of the region and be
      completely visible. This is not always true, since the text may still be
      rendered at an offset if an animation is ongoing when the text begins to fit.
      
      This fixes #22288 and #14121
      db9fe3f8
  4. 03 Nov, 2018 3 commits
  5. 02 Nov, 2018 14 commits
  6. 01 Nov, 2018 6 commits