1. 29 Jan, 2019 1 commit
  2. 08 Nov, 2018 1 commit
  3. 26 Oct, 2018 1 commit
    • Ian Hickson's avatar
      [O] Cleanup (#23530) · 48a5804d
      Ian Hickson authored
      * Improve documentation
      
      * Potential performance win in hit testing
      
      Rather than copying the list every time we access `path`, this just
      exposes it as an `Iterable`. People who want to copy it can use
      `toList()`.
      
      (This isn't a breaking change since code that expects a `List` is
      still going to get one.)
      
      * Enforce the Oxford Comma.
      48a5804d
  4. 12 Sep, 2018 1 commit
  5. 07 Sep, 2018 1 commit
  6. 27 Jul, 2018 1 commit
  7. 05 Jun, 2018 1 commit
  8. 01 Jun, 2018 1 commit
  9. 16 May, 2018 1 commit
    • Greg Spencer's avatar
      Add Spacer Widget (#16642) · f3874359
      Greg Spencer authored
      This adds a simple spacer widget first suggested by Scott Stoll (@ScottS2017) in the abandoned PR #15802
      
      This PR replaces that one, cleans it up, and adds a test.
      f3874359