1. 27 Jul, 2018 5 commits
  2. 26 Jul, 2018 7 commits
  3. 25 Jul, 2018 13 commits
  4. 24 Jul, 2018 12 commits
  5. 23 Jul, 2018 3 commits
    • sandrasandeep's avatar
      Add cursorWidth and cursorRadius to TextField (Material) cursor (#19317) · 834fb7b9
      sandrasandeep authored
      * fixed segmented control golden test
      
      * fixed segmented control golden test
      
      * made the comments more explanatory
      
      * changed comment, wrapped tests with if statements so they only run on MacOS
      
      * changed formatting
      
      * added width and radius fields to TextField; to do: tests and Material defaults
      
      * weak warnings
      
      * added tests
      
      * added default cursor width; changed default EditableText width
      
      * only run golden file tests on linux
      
      * changed goldens version
      
      * actually changed goldens.version
      
      * style changes
      
      * small fixes
      
      * added default material cursor color
      
      * changed goldens.version
      
      * changed goldens version again
      
      * changed goldens.version again (3)
      
      * added todo
      
      * deleted whitespace
      834fb7b9
    • Greg Spencer's avatar
      Fix whitespace detector to handle deleted files. (#19690) · f44f625c
      Greg Spencer authored
      The trailing whitespace detector wasn't handling file deletes very well (at all, really).
      
      This filters the set of files grepped to only include files that exist.
      
      Also, clarified the failure message to make it more obvious what the failure is when the grep finds results.
      f44f625c
    • Jonah Williams's avatar