1. 12 Feb, 2019 1 commit
  2. 11 Feb, 2019 3 commits
    • Hans Muller's avatar
    • Kate Lovett's avatar
      Cupertino TextField Cursor Fix (#27697) · c58e31a7
      Kate Lovett authored
      * Fix for #26261. Changes CupertinoTextField's cursorColor to read from CupertinoTheme instead of prior default of activeBlue. CursorColor will still default to activeBlue for light theme and activeOrange for dark theme if a primary color has not been specified for the CupertinoTheme.
      
      * Reverted unnecessary changes in XCode file.
      
      * Updated text_field.dart per suggestions from @gspencergoog
      
      * Updated comments for cursorColor to reflect appropriate hyperlinks per @Hixie
      
      * Simplified cursorColor assignment per @xster
      
      * Added test in cupertino/text_field_test.dart to check for correct cursorColor based on CupertinoTheme per @Hixie & @xster.
      c58e31a7
    • Anthony's avatar
      [Material] Simple API for skipping over certain Slider shapes (#27613) · 39bb6712
      Anthony authored
      * Provide a simmplified API for skipping over slider thumb, overlay, and tick mark painting
      
      * doc fixes
      
      * comments
      
      * comments
      
      * comments
      
      * comments
      
      * comments
      
      * analyzer
      
      * comments
      39bb6712
  3. 08 Feb, 2019 4 commits
  4. 07 Feb, 2019 3 commits
  5. 06 Feb, 2019 6 commits
  6. 05 Feb, 2019 5 commits
  7. 04 Feb, 2019 2 commits
    • Ian Hickson's avatar
      [H] Tabs (#27477) · 7b618005
      Ian Hickson authored
      * Crash when a TabBar is put in a BottomAppBar.
      
      * Tabs bugs (e.g. crash on transparent material)
      
      - Tabs would crash when placed on transparent Materials
      - Tabs would fail to render the child if an icon was specified
      7b618005
    • Gary Qian's avatar
      Integrate Strut: Add StrutStyle, expose Strut API, wire up strut with dart:ui,... · c6cc3cde
      Gary Qian authored
      Integrate Strut: Add StrutStyle, expose Strut API, wire up strut with dart:ui, Roll engine 31a7f4d..e7eb1c8 (7 commits) (#26332)
      
      Includes a breaking change to dart:ui ParagraphStyle where lineHeight is renamed to height for consistency with TextStyle.
      c6cc3cde
  8. 03 Feb, 2019 1 commit
  9. 01 Feb, 2019 6 commits
  10. 31 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [H] Add ImageStreamCompleter.hasListeners (and cleanup) (#25865) · d5d47f63
      Ian Hickson authored
      * Remove stray extra space
      
      * Add ImageStreamCompleter.hasListeners (and cleanup)
      
      This is mostly just some cleanup of stuff I ran into, but it makes
      `hasListeners` protected on `ImageStreamCompleter`, because otherwise
      there's no way to track if listeners are registered or not.
      
      * Address review comments
      d5d47f63
  11. 30 Jan, 2019 4 commits
  12. 29 Jan, 2019 4 commits