1. 12 Sep, 2018 1 commit
  2. 02 Aug, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 23 Jul, 2018 1 commit
  5. 16 Jul, 2018 2 commits
  6. 01 Feb, 2018 1 commit
  7. 22 Sep, 2017 2 commits
  8. 21 Sep, 2017 1 commit
  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
  10. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  11. 30 Jun, 2017 1 commit
  12. 27 Apr, 2017 1 commit
    • xster's avatar
      lerp LinearGradient (#9628) · 3a0ce961
      xster authored
      * Implement
      
      * Don’t scale the fractional offsets since it’s easier to use
      
      * review notes
      
      * fix nit
      3a0ce961
  13. 04 Mar, 2017 1 commit
  14. 09 Dec, 2016 1 commit
  15. 18 Aug, 2016 1 commit