1. 22 Aug, 2019 1 commit
  2. 10 Aug, 2019 1 commit
  3. 09 Aug, 2019 1 commit
  4. 06 Aug, 2019 1 commit
  5. 05 Aug, 2019 3 commits
  6. 24 Jul, 2019 1 commit
  7. 19 Jul, 2019 1 commit
  8. 12 Jul, 2019 1 commit
  9. 10 Jul, 2019 2 commits
    • Greg Spencer's avatar
      Add anchors to samples (#35906) · 67ee3e19
      Greg Spencer authored
      This adds an "anchor button" to each of the samples so that the user can link to individual samples instead of having to link to just the page. Clicking on the anchor button jumps to the anchor, as well as copying the anchor URL to the clipboard.
      
      There is some oddness in the implementation: because dartdoc uses a <base> tag, the href for the link can't just be "#id", it has to calculate the URL from the current window href. I do that in the onmouseenter and onclick because onload doesn't get triggered for <a> tags (and onmouseenter doesn't get triggered for mobile platforms), but I still want the href to be updated before someone right-clicks it to copy the URL.
      67ee3e19
    • Ian Hickson's avatar
      flutter/tests support (#33140) · 176ebfd5
      Ian Hickson authored
      This introduces a script that implements the conventions described in https://github.com/flutter/tests/pull/1.
      176ebfd5
  10. 09 Jul, 2019 1 commit
  11. 04 Jul, 2019 1 commit
  12. 02 Jul, 2019 1 commit
  13. 27 Jun, 2019 2 commits
  14. 19 Jun, 2019 1 commit
  15. 14 Jun, 2019 1 commit
  16. 10 Jun, 2019 1 commit
  17. 04 Jun, 2019 1 commit
  18. 03 Jun, 2019 1 commit
  19. 01 Jun, 2019 2 commits
  20. 30 May, 2019 2 commits
  21. 29 May, 2019 3 commits
  22. 25 May, 2019 2 commits
  23. 24 May, 2019 1 commit
  24. 22 May, 2019 2 commits
  25. 14 May, 2019 1 commit
  26. 06 May, 2019 1 commit
  27. 03 May, 2019 1 commit
  28. 29 Apr, 2019 2 commits
  29. 25 Apr, 2019 1 commit
    • Greg Spencer's avatar
      [Re-Land] Implement focus traversal for desktop platforms. (#31614) · 7775c237
      Greg Spencer authored
      This re-lands the Focus changes in #30040. Correctness changes in routes.dart, and removes the automatic requesting of focus on reparent when there is no current focus, which caused undesirable selections.
      
      Addresses #11344, #1608, #13264, and #1678
      Fixes #30084
      Fixes #26704
      7775c237