1. 18 Aug, 2017 1 commit
  2. 03 Aug, 2017 1 commit
  3. 25 Jul, 2017 1 commit
  4. 09 Jun, 2017 1 commit
  5. 09 May, 2017 1 commit
  6. 08 May, 2017 1 commit
  7. 03 May, 2017 1 commit
  8. 23 Apr, 2017 1 commit
  9. 21 Apr, 2017 1 commit
  10. 17 Apr, 2017 1 commit
  11. 13 Apr, 2017 1 commit
  12. 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
  13. 17 Mar, 2017 1 commit
  14. 04 Mar, 2017 1 commit
  15. 01 Mar, 2017 1 commit
  16. 14 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Positioned.fromRelativeRect (#8123) · 8ecaff29
      Ian Hickson authored
      Since RelativeRect's whole purpose in life is to make work with Stack
      easier, it's silly that you can't directly use it with Positioned.
      
      Also, tests for RelativeRect.
      And fixes for the bugs that found...
      8ecaff29
  17. 31 Jan, 2017 1 commit
  18. 19 Nov, 2016 1 commit
  19. 15 Nov, 2016 1 commit
  20. 03 Nov, 2016 1 commit
  21. 19 Sep, 2016 1 commit
  22. 16 Sep, 2016 1 commit
  23. 09 Sep, 2016 1 commit
  24. 21 Jul, 2016 1 commit
  25. 07 Jul, 2016 1 commit
  26. 07 Jun, 2016 1 commit
  27. 06 Jun, 2016 1 commit
  28. 04 May, 2016 1 commit
  29. 03 May, 2016 2 commits
  30. 25 Apr, 2016 1 commit
  31. 16 Apr, 2016 1 commit
  32. 29 Mar, 2016 1 commit
  33. 18 Mar, 2016 1 commit
  34. 15 Mar, 2016 1 commit
  35. 14 Mar, 2016 1 commit
  36. 12 Mar, 2016 1 commit
  37. 09 Mar, 2016 1 commit
  38. 25 Feb, 2016 1 commit
  39. 11 Feb, 2016 1 commit
    • Ian Hickson's avatar
      Clean up imports and exports. · a94999ba
      Ian Hickson authored
      Each layer is supposed to reexport the parts of the previous layer
      that are part of its API.
      
      - In painting.dart, export from dart:ui all the Canvas-related APIs
        that make sense to be used at higher levels, e.g. PaintingStyle.
      
      - Delete painting/shadows.dart. It was dead code.
      
      - In rendering/object.dart, export all of painting.dart.
      
      - In widgets/basic.dart, export all of painting.dart and
        animation.dart. Some classes in animation/ are renamed to make this
        less disruptive and confusing to the namespace.
      
      - Split out Stocks back into an import model rather than a part model,
        so that it's easier to manage its dependencies on a per-file basis.
      
      - Move Ticker to scheduler library.
      
      - Remove as many redundant imports as possible now.
      
      - Some minor nit picking cleanup in various files.
      a94999ba