1. 07 Apr, 2016 14 commits
  2. 06 Apr, 2016 13 commits
  3. 05 Apr, 2016 11 commits
  4. 04 Apr, 2016 2 commits
    • Ian Hickson's avatar
      Add a row decoration to RenderTable · 6ea7ab89
      Ian Hickson authored
      This will let us draw in-row bottom borders and row-wide backgrounds,
      
      both of which are necessary for Material data tables.
      6ea7ab89
    • Ian Hickson's avatar
      Use callbacks for sending messages up the app · d748186c
      Ian Hickson authored
      Using .of() to call mutating setters is not great practice since it ties
      
      parts of the app together in ways that prevent reuse and composition.
      
      
      
      Since people are now using the gallery app to copy from, let's use the
      
      better practice of using callbacks.
      d748186c