1. 17 11月, 2012 2 次提交
  2. 13 11月, 2012 1 次提交
    • B
      Work around older compilers · 365f27ab
      Behdad Esfahbod 提交于
      As reported on the list:
      
      I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
      4.0.1 on OS X 10.5 Leopard:
      
      hb-ot-layout-common-private.hh:406: error: 'struct
      OT::CoverageFormat1::Iter' is private
      hb-ot-layout-common-private.hh:646: error: within this context
      hb-ot-layout-common-private.hh:500: error: 'struct
      OT::CoverageFormat2::Iter' is private
      hb-ot-layout-common-private.hh:647: error: within this context
      make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
      
      Also reported as happening with MSVC 2005.
      365f27ab
  3. 06 9月, 2012 1 次提交
  4. 05 9月, 2012 3 次提交
  5. 02 9月, 2012 2 次提交
  6. 30 8月, 2012 1 次提交
  7. 29 8月, 2012 1 次提交
  8. 10 8月, 2012 1 次提交
  9. 02 8月, 2012 1 次提交
  10. 29 7月, 2012 2 次提交
  11. 25 7月, 2012 1 次提交
  12. 09 6月, 2012 2 次提交
  13. 13 5月, 2012 2 次提交
  14. 11 5月, 2012 1 次提交
  15. 24 4月, 2012 7 次提交
  16. 13 4月, 2012 1 次提交
  17. 06 4月, 2012 1 次提交
  18. 05 8月, 2011 1 次提交
  19. 15 6月, 2011 1 次提交
  20. 11 5月, 2011 1 次提交
  21. 22 4月, 2011 2 次提交
    • B
      Update Copyright headers · 2409d5f8
      Behdad Esfahbod 提交于
      2409d5f8
    • B
      [API] Allow negative font x_scale/y_scale · da975419
      Behdad Esfahbod 提交于
      I was reconsidering whether y should grow down, since all three/four
      times I've used this API I was tricked and got that wrong in my use.
      So I was very inclined to make y grow down instead of up.  However,
      considering that the font space has y up and it would be very confusing
      for callbacks to work against that, I decided that what I really want
      is for the user to be able to set y_scale to a negative number to imply
      that user-space y grows down.
      
      Changing x_scale/y_scale from unsigned int to int allows that, and I've
      made pango to use that instead of negating glyph y_offset later.  hb-ft
      however still has y group up.  I *guess* that's how FreeType works?
      I'm not sure, FreeType docs don't make this clear...
      
      I'm happy with the resolution :-).
      da975419
  22. 04 11月, 2010 1 次提交
  23. 03 11月, 2010 2 次提交
  24. 28 10月, 2010 1 次提交
  25. 02 10月, 2010 1 次提交