1. 27 Aug, 2018 7 commits
  2. 26 Aug, 2018 2 commits
  3. 25 Aug, 2018 1 commit
  4. 24 Aug, 2018 10 commits
  5. 23 Aug, 2018 15 commits
  6. 22 Aug, 2018 5 commits
    • Jonah Williams's avatar
    • Will Larche's avatar
      [Gallery] Material elevations (shadows) demo (#20842) · 47cffd16
      Will Larche authored
      * [Gallery] Elevations demo. TODO: Correct icon.
      
      * [Gallery] More elevations for the elevation demo.
      
      * [Gallery] Elevation toggle for elevation demo.
      
      * [Demos] Update temp icon on elevations demo.
      
      * [Demos] Changing action icon.
      
      * [Demos] Same.
      
      * [Demos] Adding new and const.
      
      * [Demos] Reverting formatting.
      
      * [Gallery] PR Feedback.
      47cffd16
    • sir-boformer's avatar
      Fix small TabBar inconsistencies (#20887) · 09e7902f
      sir-boformer authored
      Tabs are now padded by 16.0 on the left and right  (used to be 12.0).
      09e7902f
    • amirh's avatar
      Add support for GestureArenaTeam captains. (#20883) · e24ac508
      amirh authored
      The team captain wins the arena on behalf of the team.
      When any of the team members claims victory for the arena the captain
      accepts the gesture.
      
      This is used when embeddeding platform views - we allow configuring a
      set of gestures that should be forwarded to the platform view.
      We add the set of gesture recognizers to a GestureArenaTeam with a
      captain, and if the captain accepts the gesture we forward it to the
      platform view.
      e24ac508
    • liyuqian's avatar
      Add customBorder to InkWell so it can clip ShapeBorder (#20751) · ee8754df
      liyuqian authored
      This fixes #20483 by letting InkWell do its own clipping.
      
      PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle())
      
      The goldens are updated due to small AA changes of the additional clipPath.
      ee8754df