1. 27 Jul, 2018 1 commit
  2. 23 Jul, 2018 1 commit
  3. 16 Jul, 2018 2 commits
  4. 05 Jun, 2018 1 commit
  5. 28 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 12 Jan, 2018 1 commit
  8. 21 Dec, 2017 1 commit
  9. 08 Nov, 2017 1 commit
  10. 05 Oct, 2017 1 commit
  11. 03 Oct, 2017 1 commit
    • Ian Hickson's avatar
      Move Border into its own file (#12364) · ce930db3
      Ian Hickson authored
      I'm about to add the BoxBorder and BorderDirectional classes to
      this new file, but figured it would make review easier if the move
      of the existing class happened first.
      ce930db3
  12. 02 Oct, 2017 1 commit
  13. 29 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Border.add, improve BorderSide.merge (#12327) · 944fef45
      Ian Hickson authored
      ...and other minor Border improvements.
      And tests.
      
      This changes the merge logic I added yesterday to not support nulls
      but instead support BorderSide.none and equivalents. This makes more
      sense when dealing with actual Borders.
      944fef45
  14. 28 Sep, 2017 1 commit
  15. 23 Sep, 2017 1 commit
  16. 20 Sep, 2017 2 commits
  17. 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
  18. 12 Sep, 2017 1 commit