1. 20 Nov, 2019 13 commits
  2. 19 Nov, 2019 24 commits
  3. 18 Nov, 2019 3 commits
    • Jonah Williams's avatar
      Provide specific field to accept depfiles in target class (#44481) · 58438fca
      Jonah Williams authored
      * add depfile slot to Target class
      
      * Update source.dart
      
      * Update source.dart
      58438fca
    • Greg Spencer's avatar
      Properly interpret modifiers on GLFW key events (#44844) · d026f2d9
      Greg Spencer authored
      GLFW key events set modifier flags based on what the modifier state was before the event, unlike every other platform. This modifies the GLFW key support to take that into account.
      
      As a small cleanup, I fixed a documentation macro reference for the modifier flags that was duplicate
      d026f2d9
    • Greg Spencer's avatar
      Add command key bindings to macOS text editing and fix selection. (#44130) · 21158d83
      Greg Spencer authored
      This adds support for the command key for text selection/editing on macOS. I had ported the text editing code (in #42879), but forgot to add support for the command key itself. This also adds a test that tests the text editing on multiple platforms instead of just testing Android.
      
      There appears to still be a bug (filed #44135) where we're losing key events sometimes on macOS, leaving some keys "stuck" on, but this PR at least allows the right key combinations to be used.
      21158d83