1. 06 6月, 2012 4 次提交
  2. 24 4月, 2012 1 次提交
  3. 10 4月, 2012 1 次提交
  4. 08 4月, 2012 1 次提交
  5. 19 1月, 2012 1 次提交
  6. 26 8月, 2011 1 次提交
  7. 20 8月, 2011 1 次提交
  8. 15 8月, 2011 1 次提交
  9. 09 8月, 2011 2 次提交
  10. 07 8月, 2011 1 次提交
  11. 05 8月, 2011 2 次提交
    • B
      [API] Changes to main shape API · 02aeca98
      Behdad Esfahbod 提交于
      hb_shape() now accepts a shaper_options and a shaper_list argument.
      Both can be set to NULL to emulate previous API.  And in most situations
      they are expected to be set to NULL.
      
      hb_shape() also returns a boolean for now.  If shaper_list is NULL, the
      return value can be ignored.
      
      shaper_options is ignored for now, but otherwise it should be a
      NULL-terminated list of strings.
      
      shaper_list is a NULL-terminated list of strings.  Currently recognized
      strings are "ot" for native OpenType Layout implementation, "uniscribe"
      for the Uniscribe backend, and "fallback" for the non-complex backend
      (that will be implemented shortly).  The fallback backend never fails.
      
      The env var HB_SHAPER_LIST is also parsed and honored.  It's a
      colon-separated list of shaper names.  The fallback shaper is invoked if
      none of the env-listed shapers succeed.
      
      New API hb_buffer_guess_properties() added.
      02aeca98
    • B
      Remove C++ guards from source files · c605bbbb
      Behdad Esfahbod 提交于
      Where causing issues for people with MSVC.
      c605bbbb
  12. 04 8月, 2011 1 次提交
  13. 29 7月, 2011 2 次提交
  14. 26 7月, 2011 2 次提交
  15. 23 7月, 2011 1 次提交
  16. 21 7月, 2011 2 次提交
  17. 07 7月, 2011 1 次提交
  18. 12 5月, 2011 1 次提交
  19. 06 5月, 2011 1 次提交
    • B
      [buffer] Remove wrong optimization · 3935af1c
      Behdad Esfahbod 提交于
      While the cluster fields of the glyph string are usually sorted, they
      wouldn't be in special cases (for example for non-native direction).
      Blindly using bsearch is plain wrong.  If we want to reintroduce this
      optimization we have to make sure we know the buffer clusters are
      monotonic and in which direction.  Not sure it's worth it though.
      3935af1c
  20. 03 5月, 2011 1 次提交
  21. 29 4月, 2011 4 次提交
  22. 28 4月, 2011 2 次提交
  23. 27 4月, 2011 2 次提交
  24. 22 4月, 2011 2 次提交
  25. 21 4月, 2011 1 次提交
  26. 19 4月, 2011 1 次提交