1. 30 Sep, 2019 1 commit
  2. 24 Sep, 2019 2 commits
  3. 07 Aug, 2019 1 commit
  4. 27 Jul, 2019 1 commit
  5. 12 Jul, 2019 1 commit
  6. 13 May, 2019 1 commit
    • Greg Spencer's avatar
      Fix transforms for things with RenderPointerListeners (#32535) · a5053bfb
      Greg Spencer authored
      This fixes #32525, because it now marks the compositing bits as needing to be recalculated if the mouse tracker changes its idea of whether or not a mouse is attached.
      
      This bug occurred because the test framework was leaking state from one test to the next (the state about whether a mouse pointer was active), and so even though there was a "passing" test when run in order with the other tests in the file, when the test was run individually (or first), it would have failed and caught the bug.
      
      This adds an assert to make sure that after each test there are no simulated mouse pointers connected, and now calls removePointer in all of the tests where this was a problem.
      a5053bfb
  7. 07 Mar, 2019 1 commit
  8. 01 Mar, 2019 2 commits
  9. 27 Feb, 2019 1 commit
  10. 25 Feb, 2019 1 commit
  11. 21 Feb, 2019 1 commit
  12. 20 Feb, 2019 1 commit
  13. 12 Feb, 2019 1 commit
  14. 14 Jan, 2019 1 commit
  15. 21 Dec, 2018 1 commit