1. 04 Aug, 2015 4 commits
    • Viktor Lidholt's avatar
      Disables anti alias for sprite drawing · 4ff5339a
      Viktor Lidholt authored
      4ff5339a
    • James Robinson's avatar
      Merge pull request #436 from jamesr/event_disposition · 267404d4
      James Robinson authored
      Teach event system about disposition and make 'consumed' disposition …
      267404d4
    • James Robinson's avatar
      Teach event system about disposition and make 'consumed' disposition terminal · 53163f8b
      James Robinson authored
      This introduces the notion of event disposition and allows event
      targets (widgets and render objects) to consume events that should not
      be processed further. This is needed by the Switch component in the
      Drawer in the stocks example. The Switch is embedded in a DrawerItem.
      The Switch handles the gesture tap event to toggle its state and should
      handle pointer events to allow swiping and draw its own radial
      reaction. The DrawerItem also handles gesture taps to allow toggling
      the switch value when tapping anywhere on the drawer and to draw its
      own ink splash. When tapping on the switch, both the switch's render
      object and the DrawerItem's listener are in the event dispatch path.
      The Switch needs to signal in some fashion that it consumed the event
      so the DrawerItem does not also try to toggle the switch's state.
      53163f8b
    • Viktor Lidholt's avatar
      Refactors the sprite matrix handling to do most calculations in Dart,... · 198b6242
      Viktor Lidholt authored
      Refactors the sprite matrix handling to do most calculations in Dart, minimizes the number of calls down to Skia
      198b6242
  2. 03 Aug, 2015 17 commits
  3. 02 Aug, 2015 2 commits
  4. 01 Aug, 2015 2 commits
  5. 31 Jul, 2015 13 commits
  6. 30 Jul, 2015 2 commits