1. 22 4月, 2017 3 次提交
  2. 21 4月, 2017 1 次提交
  3. 20 4月, 2017 5 次提交
  4. 19 4月, 2017 4 次提交
  5. 18 4月, 2017 7 次提交
  6. 17 4月, 2017 1 次提交
  7. 15 4月, 2017 2 次提交
  8. 14 4月, 2017 3 次提交
  9. 13 4月, 2017 5 次提交
    • P
      5ecaec5f
    • F
      Add buffer recycling to vulkan_rasterizer (#3588) · 5d4f274f
      freiling 提交于
      5d4f274f
    • I
      Remove the Point class. (#3567) · bcc8779c
      Ian Hickson 提交于
      * Remove the Point class.
      
      * Add Size.contains and Rect.translate for consistency
      
      * Make Offset and Size compare == with subclasses.
      
      Without this we would break the _DebugSize hack.
      
      * Fix copy/pasta
      
      * Fix the examples in the engine repo
      bcc8779c
    • C
      Eliminate UITextInput.textContentType (#3587) · 059ab3a4
      Chris Bracken 提交于
      textContentType was added in iOS 10, and we target iOS 8. Either way the
      framework doesn't (yet) include support for this; keyboard type covers
      most bases.
      059ab3a4
    • C
      Initial implementation of UITextInput protocol (#3586) · a94c7d6b
      Chris Bracken 提交于
      Supports:
      * autocorrect, suggestions view/selection.
      * Support for Chinese, Japanese, Korean and other languages using
        multi-stage input with candidate selection.
      * styling the composing (mark) region for multi-stage input
      * key-repeat when backspace held down
      * physical and soft keyboard support for arrow key cursor movement and
        selection.
      * improved third-party keyboard support
      
      Does not yet support:
      * force-touch drag cursor positioning
      * auto-positioning the candidates view for multi-stage input methods
        when used with a physical keyboard (e.g., iPad Pro) currently
        positioned at 0,0.
      * voice dictation
      a94c7d6b
  10. 12 4月, 2017 3 次提交
  11. 11 4月, 2017 4 次提交
  12. 09 4月, 2017 2 次提交