1. 30 Oct, 2018 2 commits
  2. 29 Oct, 2018 1 commit
  3. 27 Oct, 2018 1 commit
  4. 26 Oct, 2018 2 commits
  5. 25 Oct, 2018 1 commit
  6. 23 Oct, 2018 3 commits
  7. 17 Oct, 2018 3 commits
  8. 16 Oct, 2018 5 commits
  9. 15 Oct, 2018 1 commit
  10. 11 Oct, 2018 1 commit
  11. 09 Oct, 2018 1 commit
  12. 08 Oct, 2018 1 commit
    • Ian Hickson's avatar
      Fix bug in AnimatedSwitcher (#22183) · 874df1ec
      Ian Hickson authored
      * Refactor AnimatedSwitcher
      
      This is mostly just a little bit of cleanup with hopefully no semantic
      changes, done to teach me how the code works so that I could fix a bug.
      
      * Add debugging information to AnimatedSwitcher
      
      * Fix AnimatedSwitcher to handle the case of back-to-back changes
      
      Previously, if a child was replaced the very next frame after it was
      added, we'd get confused because we tried to reverse the controller,
      which causes us to remove the child from the going-away list, before
      we had added the child to the list in the first place.
      
      The fix is just to move the reverse to after the add.
      874df1ec
  13. 06 Oct, 2018 1 commit
  14. 05 Oct, 2018 2 commits
  15. 04 Oct, 2018 1 commit
  16. 03 Oct, 2018 2 commits
  17. 01 Oct, 2018 1 commit
  18. 25 Sep, 2018 3 commits
  19. 19 Sep, 2018 2 commits
  20. 18 Sep, 2018 1 commit
  21. 14 Sep, 2018 1 commit
  22. 13 Sep, 2018 1 commit
  23. 12 Sep, 2018 2 commits
  24. 11 Sep, 2018 1 commit