1. 11 Feb, 2016 1 commit
  2. 03 Feb, 2016 1 commit
  3. 02 Feb, 2016 1 commit
  4. 01 Feb, 2016 1 commit
  5. 23 Jan, 2016 2 commits
  6. 22 Jan, 2016 1 commit
    • Adam Barth's avatar
      Input widget shrinks when typing a space · bdef1038
      Adam Barth authored
      This patch restructures how we size the editing region of the Input widget. Now
      RenderEditableLine understands that it's a single-line editing widget and sizes
      itself correctly.
      bdef1038
  7. 16 Jan, 2016 1 commit
  8. 16 Dec, 2015 1 commit
  9. 08 Dec, 2015 1 commit
  10. 01 Dec, 2015 1 commit
    • Adam Barth's avatar
      Add input#hideText · 179d191e
      Adam Barth authored
      This feature can be used to implement password fields, where the user doesn't
      want the text displayed on screen. Currently all the characters are hidden.
      Eventualy we'll want to show the most recent character for some timeout.
      
      Fixes #636
      179d191e
  11. 23 Nov, 2015 1 commit
  12. 16 Nov, 2015 1 commit
    • Hixie's avatar
      More resilient Widget tests · d041f3ea
      Hixie authored
      - force the time dilation to 1.0 for the Widget tests, so that a local
        change doesn't break all the tests during development.
      - add missing license block to all the files.
      - set ui.window.onBeginFrame to null when you use WidgetTester, so that
        the engine doesn't trigger any confusing frames after our fake frames.
      d041f3ea
  13. 26 Oct, 2015 2 commits
  14. 23 Oct, 2015 1 commit
  15. 15 Oct, 2015 1 commit
  16. 14 Oct, 2015 1 commit
  17. 12 Oct, 2015 1 commit
    • Hixie's avatar
      Lots of trivial warning fixes · f2cc43a4
      Hixie authored
      Add type annotations in many places.
      Fix some identifiers to have more lint-satisfying names.
      Make all operator==s consistent in style.
      Reorder some functions for consistency.
      Make ParentData no longer dynamic, and fix all the code around that.
      f2cc43a4
  18. 10 Oct, 2015 1 commit
  19. 09 Oct, 2015 1 commit
  20. 01 Oct, 2015 3 commits
  21. 30 Sep, 2015 1 commit
  22. 24 Sep, 2015 1 commit
    • James Robinson's avatar
      Update to Mojo 4e4d51ce28a8edcb32b9c7f555e38e2ae84a825e, update deps · e854d745
      James Robinson authored
      This updates to mojo 4e4d51ce28a and mojo sdk 711a0bcfb141b4 and updates the sky
      package's pubspec.yaml dependency to '>=0.1.0 <0.2.0' to be compatible with
      the current mojo package. This includes an update to the Mojo Dart generator to
      produce real classes for enums and the corresponding updates for users of the
      KeyboardType enum in Sky as well as one scoped_ptr->std::unique_ptr in shell
      corresponding to a change in the Mojo EDK.
      
      When a new version of the sky and sky_services package are pushed this will fix
      domokit/mojo#440.
      e854d745
  23. 21 Sep, 2015 1 commit
    • Jason Simmons's avatar
      Ensure that EditableText always shows a cursor · 58b421aa
      Jason Simmons authored
      Previously EditableText would render a text widget with no cursor if the text
      value was empty.
      
      Also adjust the height of the cursor widget to reflect the style's line
      height, and update the cursor painting to match.
      58b421aa
  24. 20 Sep, 2015 1 commit
  25. 18 Sep, 2015 1 commit