1. 26 Jan, 2016 1 commit
    • Adam Barth's avatar
      Hide EditableString implementation details · f0ea0eaf
      Adam Barth authored
      Previously, EditableString had many public members because it needed to
      implement the KeyboardClient interface. However, that's confusing
      because these methods cannot be called directly.
      
      Now EditableString holds a private implementation of the KeyboardClient,
      which hides the implementation details.
      
      Fixes #208
      Fixes #209
      f0ea0eaf
  2. 25 Jan, 2016 11 commits
  3. 24 Jan, 2016 8 commits
  4. 23 Jan, 2016 5 commits
  5. 22 Jan, 2016 15 commits