1. 26 7月, 2014 4 次提交
  2. 25 7月, 2014 2 次提交
  3. 07 9月, 2013 1 次提交
  4. 27 8月, 2013 1 次提交
  5. 11 6月, 2013 1 次提交
  6. 28 2月, 2013 3 次提交
  7. 15 2月, 2013 1 次提交
    • B
      Disable automatic segment properties guessing · c462b32d
      Behdad Esfahbod 提交于
      Before, if one called hb_shape() without setting script, language, and
      direction on the buffer, hb_shape() was calling
      hb_buffer_guess_segment_properties() on the user's behalf to guess
      these.
      
      This is very dangerous, since any serious user of HarfBuzz must set
      these properly (specially important is direction).  So now, we don't
      guess properties by default.  People not setting direction will get
      an abort() now.  If the old behavior is desired (fragile, good for
      simple testing only), users can call
      hb_buffer_guess_segment_properties() on the buffer just before calling
      hb_shape().
      c462b32d
  8. 30 1月, 2013 1 次提交
  9. 16 11月, 2012 1 次提交
  10. 14 11月, 2012 1 次提交
  11. 07 9月, 2012 2 次提交
  12. 02 8月, 2012 1 次提交
  13. 01 8月, 2012 1 次提交
  14. 27 7月, 2012 6 次提交
  15. 25 7月, 2012 3 次提交
  16. 08 6月, 2012 1 次提交
  17. 06 6月, 2012 2 次提交
  18. 18 4月, 2012 1 次提交
  19. 13 4月, 2012 1 次提交
    • B
      Hide backend-specific shape functions · 6bd9b479
      Behdad Esfahbod 提交于
      Also remove shaper_options argument to hb_shape_full().  That was
      unused and for "future".  Let it go.
      
      More shaper API coming in preparation for plan/planned API.
      6bd9b479
  20. 24 8月, 2011 2 次提交
  21. 10 8月, 2011 1 次提交
  22. 09 8月, 2011 2 次提交
  23. 08 8月, 2011 1 次提交