1. 16 11月, 2012 3 次提交
  2. 14 11月, 2012 4 次提交
    • B
      Minor · 92f9bfed
      Behdad Esfahbod 提交于
      92f9bfed
    • B
      API change: Remove "mask" from hb_buffer_add() · 66ac2ff3
      Behdad Esfahbod 提交于
      I don't expect anybody using hb_buffer_add(), so this shouldn't break
      anyone's code.
      66ac2ff3
    • B
      Add buffer flags · 0c7df222
      Behdad Esfahbod 提交于
      New API:
      
      	hb_buffer_flags_t
      
      	HB_BUFFER_FLAGS_DEFAULT
      	HB_BUFFER_FLAG_BOT
      	HB_BUFFER_FLAG_EOT
      	HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
      
      	hb_buffer_set_flags()
      	hb_buffer_get_flags()
      
      We use the BOT flag to decide whether to insert dottedcircle if the
      first char in the buffer is a combining mark.
      
      The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters like
      ZWNJ/ZWJ/...
      0c7df222
    • B
      Add hb_buffer_clear() · 82ecaff7
      Behdad Esfahbod 提交于
      Which is like _reset(), but does NOT clear unicode-funcs.
      82ecaff7
  3. 26 9月, 2012 1 次提交
    • B
      [buffer] Save pre/post textual context · 05207a79
      Behdad Esfahbod 提交于
      To be used for a variety of purposes.  We save up to five characters
      in each direction.  No public API changes, everything is taken care
      of already.  All clients need to do is to call hb_buffer_add_utf* with
      the full text + segment info (or at least some context) instead of
      just passing in the segment.
      
      Various operations (hb_buffer_reset, hb_buffer_set_length,
      hb_buffer_add*) automatically reset the relevant contexts.
      05207a79
  4. 07 9月, 2012 1 次提交
  5. 09 8月, 2012 1 次提交
    • B
      Use a export-file for Windows builds · 560d68af
      Behdad Esfahbod 提交于
      Apparently even that doesn't make check-internal-symbols.sh happy with
      mingw32.  Going to disable that for DLLs again, but hopefully the
      export-file is doing *something*.
      560d68af
  6. 18 7月, 2012 1 次提交
  7. 17 6月, 2012 1 次提交
  8. 06 6月, 2012 1 次提交
  9. 13 4月, 2012 1 次提交
  10. 20 8月, 2011 1 次提交
  11. 09 8月, 2011 2 次提交
  12. 05 8月, 2011 1 次提交
    • 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
  13. 12 5月, 2011 1 次提交
  14. 28 4月, 2011 1 次提交
  15. 22 4月, 2011 1 次提交
  16. 21 4月, 2011 1 次提交
  17. 19 4月, 2011 4 次提交
  18. 16 4月, 2011 3 次提交
  19. 14 4月, 2011 1 次提交
  20. 12 4月, 2011 1 次提交
  21. 03 11月, 2010 2 次提交
  22. 24 7月, 2010 1 次提交
  23. 15 5月, 2010 1 次提交
  24. 22 4月, 2010 1 次提交
  25. 07 11月, 2009 3 次提交
  26. 06 11月, 2009 1 次提交