1. 05 Oct, 2018 1 commit
  2. 26 Sep, 2018 1 commit
  3. 12 Sep, 2018 1 commit
  4. 05 Jun, 2018 1 commit
  5. 28 Feb, 2018 1 commit
  6. 21 Dec, 2017 1 commit
  7. 12 Dec, 2017 1 commit
  8. 23 Sep, 2017 2 commits
    • Adam Barth's avatar
      Clean up TableBorder#paint API (#12226) · ebffe159
      Adam Barth authored
      Previously, the rows and columns arguments had different semantics. Now
      they have the same semantics. The new API also uses Iterable rather than
      List to give clients more flexiblity in how they construct these
      arguments. For example, RenderTable no longer needs to reify the
      reversed list of column positions.
      ebffe159
    • Adam Barth's avatar
      Add RTL support to Table (#12225) · 1a0bdb96
      Adam Barth authored
      Also, fix asserts in TableBorder#paint to match documentation.
      
      Fixes #12009
      1a0bdb96
  9. 15 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Split TableBorder from Border (#12104) · 9d59fb0c
      Ian Hickson authored
      This will enable both to be RTL'ed.
      
      Also, factor out common border painting code into paintBorder.
      Also, make Border paint uniform non-rounded borders using drawRect.
      Also, add some documentation about an issue that wasted an hour of my life.
      Also, factor out all the border painting code into TableBorder.paint.
      9d59fb0c