1. 17 Nov, 2017 1 commit
    • Ian Hickson's avatar
      DropdownButton RTL (#13040) · 8b15b537
      Ian Hickson authored
      This fixes DropdownButtons to align their popups correctly in RTL as well.
      
      Also while I was there I fixed the issue with text scale factor in the gallery.
      8b15b537
  2. 03 Nov, 2017 1 commit
    • xster's avatar
      Add an iOS style demo to the gallery (#12651) · 89405002
      xster authored
      * Built first tab
      
      * Small additions
      
      * started tab 3
      
      * Need color arithmetics
      
      * tab 2 built
      
      * finalize
      
      * lint and tests
      
      * review
      
      * Reapply docs after rebase
      
      * use color.computeLuminance
      
      * linter
      
      * nit
      89405002
  3. 14 Oct, 2017 1 commit
  4. 15 May, 2017 1 commit
  5. 12 May, 2017 1 commit
  6. 21 Apr, 2017 1 commit
  7. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  8. 08 Apr, 2017 1 commit
  9. 21 Mar, 2017 1 commit
  10. 23 Feb, 2017 1 commit
  11. 18 Feb, 2017 1 commit
  12. 02 Feb, 2017 1 commit
  13. 30 Nov, 2016 1 commit
  14. 19 Nov, 2016 1 commit
  15. 09 Nov, 2016 1 commit
  16. 19 Oct, 2016 1 commit
  17. 29 Aug, 2016 1 commit
  18. 25 Aug, 2016 1 commit
  19. 24 Aug, 2016 2 commits
  20. 23 Aug, 2016 1 commit
  21. 04 Aug, 2016 1 commit
  22. 17 Jun, 2016 1 commit
  23. 13 Jun, 2016 3 commits
  24. 07 Jun, 2016 1 commit
  25. 04 Jun, 2016 1 commit
  26. 03 Jun, 2016 2 commits
  27. 02 Jun, 2016 3 commits
  28. 23 May, 2016 1 commit
  29. 21 May, 2016 1 commit
  30. 09 May, 2016 1 commit
  31. 04 May, 2016 1 commit
  32. 27 Apr, 2016 1 commit
  33. 21 Apr, 2016 1 commit
  34. 20 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Hide routes from the API when they're not needed. (#3431) · 1b9476c4
      Ian Hickson authored
      The 'routes' table is a point of confusion with new developers. By
      providing a 'home' argument that sets the '/' route, we can delay the
      point at which we teach developers about 'routes' until the point where
      they want to have a second route.
      1b9476c4