1. 16 Nov, 2017 1 commit
    • Ian Hickson's avatar
      ExpansionPanel animation fixes (#13032) · c97fc206
      Ian Hickson authored
      Previously, ExpansionPanel would do weird things if interacted with
      when it was already animating. This is fixed and there's now a test.
      
      Also:
      
       * Minor fixes to make the gallery work in RTL, not that there's
         any way to see that without hard-coding the framework to RTL.
         But at least I'll be less annoyed when doing that.
      
       * Some trivial code and documentation cleanup.
      c97fc206
  2. 26 Sep, 2017 1 commit
  3. 11 Sep, 2017 1 commit
  4. 05 Sep, 2017 1 commit
  5. 03 Jun, 2017 1 commit
  6. 23 Apr, 2017 1 commit
  7. 08 Apr, 2017 1 commit
  8. 17 Mar, 2017 1 commit
  9. 04 Mar, 2017 1 commit
  10. 01 Dec, 2016 1 commit
  11. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  12. 19 Nov, 2016 1 commit
  13. 16 Sep, 2016 1 commit
  14. 15 Sep, 2016 1 commit
  15. 30 Aug, 2016 1 commit
  16. 26 Aug, 2016 1 commit
    • Dragoș Tiselice's avatar
      Added expansion panels. (#5523) · b8980aeb
      Dragoș Tiselice authored
      Added ExpansionPanel and ExpansionPanelList. The implementation
      is based on the Material design spec, without enforcing every
      facet of it, leaving the developer using this the liberty to
      enforced it lower down the widget tree. This decision was made
      based on the argument that implementing more of the spec would
      reduce flexibility to a point where some design would not be
      implementable with this widget anymore.
      b8980aeb