1. 11 Mar, 2016 1 commit
    • Hixie's avatar
      Remove the _EquationMember.hashCode override · 1d035228
      Hixie authored
      Since we removed our operator== overload, we can now allow people to put
      these in collections again.
      
      Also, turn on two more analyzer lints: avoid_empty_else and hash_and_equals.
      1d035228
  2. 01 Mar, 2016 1 commit
    • pq's avatar
      @override annotation cleanup. · 8574e442
      pq authored
      Added missing @override annotations (as per the `annotate_overrides` lint rule).
      8574e442
  3. 15 Feb, 2016 1 commit
    • Adam Barth's avatar
      Simplify the AutoLayout API · c7d71d8a
      Adam Barth authored
      This patch makes it easier to use the auto layout API:
      
      * We no longer use operator== because that requires an ugly cast by the
        API user.
      * Also, "leftEdge" is now just "left" for less verbosity.
      * AutoLayoutChild not implies its key from the AutoLayoutParam object.
      * We now correctly layout every child of a RenderAutoLayout object even
        if the solver doesn't flush any updates to that child.
      c7d71d8a
  4. 08 Jul, 2015 1 commit
  5. 01 Jul, 2015 1 commit
  6. 25 Jun, 2015 1 commit
  7. 24 Jun, 2015 2 commits
  8. 22 Jun, 2015 3 commits