1. 16 Dec, 2015 1 commit
  2. 08 Dec, 2015 1 commit
  3. 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
  4. 23 Nov, 2015 1 commit
  5. 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
  6. 26 Oct, 2015 2 commits
  7. 23 Oct, 2015 1 commit
  8. 15 Oct, 2015 1 commit
  9. 14 Oct, 2015 1 commit
  10. 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
  11. 10 Oct, 2015 1 commit
  12. 09 Oct, 2015 1 commit
  13. 01 Oct, 2015 3 commits
  14. 30 Sep, 2015 1 commit
  15. 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
  16. 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
  17. 20 Sep, 2015 1 commit
  18. 18 Sep, 2015 1 commit