1. 11 Jan, 2016 1 commit
  2. 16 Dec, 2015 1 commit
  3. 23 Nov, 2015 1 commit
  4. 16 Nov, 2015 1 commit
    • Hixie's avatar
      More resilient Widget tests · d041f3ea
      Hixie authored
      - force the time dilation to 1.0 for the Widget tests, so that a local
        change doesn't break all the tests during development.
      - add missing license block to all the files.
      - set ui.window.onBeginFrame to null when you use WidgetTester, so that
        the engine doesn't trigger any confusing frames after our fake frames.
      d041f3ea
  5. 05 Nov, 2015 1 commit
    • Adam Barth's avatar
      Improve hit testing · 9bc64540
      Adam Barth authored
      Now a RenderBox is considered hit if one of its children are hit or it itself
      decides that it's hit. In particular, empty space inside a flex won't be hit
      because none of the children are located there and a RenderFlex doesn't
      consider itself hittable.
      
      Fixes #53
      Fixes #1221
      9bc64540
  6. 15 Oct, 2015 1 commit
  7. 14 Oct, 2015 1 commit
    • Hixie's avatar
      Transform alignment · 3c95ce62
      Hixie authored
      For those times where you want to spin something around a point relative
      to the size of your box, but you don't know the size of your box.
      3c95ce62
  8. 10 Oct, 2015 1 commit
  9. 01 Oct, 2015 3 commits
  10. 25 Sep, 2015 1 commit
  11. 31 Aug, 2015 1 commit