1. 10 Aug, 2018 1 commit
  2. 08 Aug, 2018 1 commit
  3. 02 Aug, 2018 1 commit
  4. 27 Jul, 2018 1 commit
  5. 23 Jul, 2018 1 commit
  6. 16 Jul, 2018 2 commits
  7. 20 Jun, 2018 1 commit
  8. 22 Mar, 2018 1 commit
    • Ian Hickson's avatar
      Clean up the existing Navigator API. (#15718) · aba0379d
      Ian Hickson authored
      This is not a grand refactor yet, it's just cleaning up what we have
      already, so that people who keep using this API (e.g. dialogs) have
      something coherent to deal with.
      
      The major changes are that Navigator and NavigatorState have the same
      API now, that most of the examples use `<void>` instead of `<Null>`,
      that the navigator observer can see replaces, and that the `settings`
      is moved from ModalRoute to Route. I also cleaned up some of the API
      documentation.
      aba0379d
  9. 20 Mar, 2018 1 commit
  10. 15 Mar, 2018 1 commit
  11. 12 Mar, 2018 1 commit
  12. 02 Feb, 2018 1 commit
  13. 05 Jan, 2018 1 commit
  14. 21 Dec, 2017 1 commit
  15. 14 Dec, 2017 1 commit
  16. 03 Oct, 2017 1 commit
  17. 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
  18. 28 Sep, 2017 1 commit
  19. 07 Aug, 2017 1 commit
  20. 03 Aug, 2017 1 commit
  21. 28 Jul, 2017 1 commit
  22. 25 Jul, 2017 1 commit
  23. 21 Jul, 2017 1 commit
  24. 20 Jul, 2017 1 commit
  25. 15 Jul, 2017 1 commit
  26. 09 Jun, 2017 1 commit
  27. 12 May, 2017 1 commit
  28. 06 May, 2017 1 commit
  29. 05 May, 2017 1 commit
  30. 23 Apr, 2017 1 commit
  31. 21 Apr, 2017 1 commit
  32. 17 Apr, 2017 1 commit
  33. 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
  34. 05 Apr, 2017 1 commit
  35. 04 Apr, 2017 1 commit
  36. 31 Mar, 2017 1 commit
    • Adam Barth's avatar
      Improve focus management (#9074) · 89aaaa9c
      Adam Barth authored
      We now have an explicit focus tree that we manage. Instead of using
      GlobalKeys to manage focus, we use FocusNode and FocusScopeNode objects.
      The FocusNode is Listenable and notifies when its focus state changes.
      
      Focus notifications trigger by tree mutations are now delayed by one
      frame, which is necessary to handle certain complex tree mutations. In
      the common case of focus changes being triggered by user input, the
      focus notificiation still arives in the same frame.
      89aaaa9c
  37. 20 Mar, 2017 1 commit
  38. 14 Mar, 2017 1 commit
  39. 10 Mar, 2017 1 commit