1. 05 Jun, 2018 1 commit
  2. 20 Mar, 2018 1 commit
  3. 02 Feb, 2018 1 commit
  4. 18 Jan, 2018 1 commit
  5. 16 Jan, 2018 1 commit
    • Dwayne Slater's avatar
      Set _imageInfo to null BEFORE adding listener to new ImageStream (#13825) · 4488f58a
      Dwayne Slater authored
      * Set _imageInfo to null before adding listener to new ImageStream
      
      Fixes an edge case where switching the ImageStream to an already completed ImageStream caused the Image widget to show nothing. ImageStreamCompleter calls the listener during addListener if their image is already loaded.
      
      * Fix whitespace
      
      * Add test to verify correct behavior
      
      * Added test from mravn-google's PR
      4488f58a
  6. 11 Jan, 2018 1 commit
    • Ian Hickson's avatar
      The Ink widget (#13900) · 09270dcb
      Ian Hickson authored
      This provides a way to draw colors, images, and general decorations on Material widgets, without interfering with InkWells that are further descendants of the widget.
      
      This thus provides a cleaner way to solve the issue of FlatButtons and InkWells not working when placed over Image widgets than the old hack of introducing a transparency Material.
      
      Fixes #3782.
      
      Also, some fixes to documentation, and remove a redundant property on the Image widget.
      09270dcb
  7. 14 Dec, 2017 1 commit
  8. 07 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Move image logic from services/ to painting/. (#13409) · 44e228eb
      Ian Hickson authored
      This allows the scheduler library to depend on the services library
      and the painting library to depend on the scheduler library without
      the services library having to depend on the scheduler library.
      
      While I was at it I also cleaned up some of the binding logic: the
      licenses logic can now be overridden (and the test library does so),
      and the image cache can now be overridden as well.
      44e228eb
  9. 22 Nov, 2017 3 commits
  10. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  11. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  12. 24 Sep, 2017 1 commit
  13. 19 Sep, 2017 1 commit
  14. 05 Sep, 2017 1 commit
  15. 03 Aug, 2017 1 commit
  16. 02 Aug, 2017 2 commits
  17. 25 Jul, 2017 1 commit
  18. 27 Jun, 2017 1 commit
  19. 26 Jun, 2017 1 commit
  20. 23 Jun, 2017 1 commit
  21. 06 Jun, 2017 1 commit
  22. 19 May, 2017 1 commit
  23. 27 Apr, 2017 1 commit
  24. 23 Apr, 2017 1 commit
  25. 20 Apr, 2017 1 commit
  26. 17 Apr, 2017 1 commit
  27. 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
  28. 20 Mar, 2017 1 commit
  29. 17 Mar, 2017 1 commit
  30. 14 Mar, 2017 1 commit
  31. 19 Nov, 2016 1 commit
  32. 15 Nov, 2016 1 commit
  33. 08 Nov, 2016 1 commit
  34. 28 Sep, 2016 1 commit
  35. 24 Sep, 2016 1 commit
  36. 12 Sep, 2016 1 commit
  37. 09 Sep, 2016 1 commit