1. 15 Apr, 2016 1 commit
  2. 14 Apr, 2016 1 commit
  3. 06 Apr, 2016 1 commit
    • Adam Barth's avatar
      PopupMenuButton should lazily build menu items · 7ab122e5
      Adam Barth authored
      Previously, the client of PopupMenuButton needed to build all the menu times
      
      when building the PopupMenuButton. This can get expensive if, for example, each
      item in a scrollable list has a popup menu associated with it.
      
      Now the client passes a builder function to the PopupMenuButton that gets
      invoked only when its time to show the menu items.
      7ab122e5
  4. 05 Apr, 2016 1 commit
  5. 02 Apr, 2016 1 commit
  6. 01 Apr, 2016 1 commit
  7. 25 Mar, 2016 1 commit
  8. 24 Mar, 2016 2 commits
    • Adam Barth's avatar
      Replace EdgeInsets.TRBL with EdgeInsets.fromLTRB · c8c325d0
      Adam Barth authored
      This matches the pattern from Rect. I've left EdgeInsets.TRBL marked as
      deprecated to give clients a chance to update.
      
      Fixes #2860
      c8c325d0
    • Hixie's avatar
      Support hairline borders · 9fc29dbb
      Hixie authored
      Previously, border with '0' was ambiguous. Sometimes we treated it as
      hairline borders, sometimes as "don't show the border", though even in
      the latter case we did some graphics work sometimes. Now we have an
      explicit BorderStyle.none flag to not draw the border efficiently.
      9fc29dbb
  9. 14 Mar, 2016 2 commits
  10. 13 Mar, 2016 3 commits
  11. 12 Mar, 2016 6 commits
  12. 11 Mar, 2016 3 commits
  13. 10 Mar, 2016 2 commits
  14. 09 Mar, 2016 1 commit
  15. 03 Mar, 2016 2 commits
  16. 02 Mar, 2016 2 commits
    • Adam Barth's avatar
      Switch Material Design icons to using the iconfont · 870894fc
      Adam Barth authored
      Rather than managing all the Material Design icons manually, we now
      manage them using an icon font. The icon font contains glyphs for each
      icon in an efficient vector format.
      
      This patch updates the FLX tooling to include the MaterialIcons font and
      updates the Icon widget to use the font instead of asset images.
      
      Fixes #2313
      Fixes #2218
      Fixes #2009
      Fixes #994
      870894fc
    • Hans Muller's avatar
      Added menu dividers · d8eaac42
      Hans Muller authored
      d8eaac42
  17. 26 Feb, 2016 3 commits
  18. 25 Feb, 2016 1 commit
  19. 21 Feb, 2016 2 commits
  20. 16 Feb, 2016 1 commit
  21. 14 Feb, 2016 2 commits
  22. 13 Feb, 2016 1 commit