1. 21 7月, 2015 1 次提交
  2. 20 7月, 2015 8 次提交
  3. 15 7月, 2015 2 次提交
  4. 06 7月, 2015 1 次提交
    • B
      Fix pragma usage · 9ae156b7
      Behdad Esfahbod 提交于
      https://bugs.freedesktop.org/show_bug.cgi?id=91228
      
      Commit cdcdfe61 changed two `#pragma
      message` to `#pragma error` in hb-unicode.cc, however MSVC uses #error,
      just like the #else branch. `#pragma error` is an unknown pragma so
      MSVC does not fail the build because of it, which I believe was the
      intention of that commit.
      
      If it's meant to be an #error, then the #ifdef for _MSC_VER can be
      removed entirely.
      9ae156b7
  5. 20 6月, 2015 2 次提交
  6. 13 6月, 2015 1 次提交
  7. 11 6月, 2015 1 次提交
  8. 04 6月, 2015 1 次提交
  9. 01 6月, 2015 1 次提交
  10. 22 5月, 2015 1 次提交
  11. 20 5月, 2015 2 次提交
  12. 19 5月, 2015 1 次提交
  13. 06 5月, 2015 2 次提交
  14. 01 5月, 2015 3 次提交
  15. 30 4月, 2015 1 次提交
  16. 25 4月, 2015 1 次提交
  17. 24 4月, 2015 1 次提交
  18. 22 4月, 2015 2 次提交
  19. 18 4月, 2015 1 次提交
  20. 15 4月, 2015 1 次提交
  21. 14 4月, 2015 1 次提交
  22. 11 4月, 2015 2 次提交
  23. 10 4月, 2015 3 次提交
    • K
      Fix build on WEC2013 · 855a5d7c
      Konstantin Ritt 提交于
      Based on patch from Björn Breitmeyer
      855a5d7c
    • B
      Relax inert checks · eb0bf3ae
      Behdad Esfahbod 提交于
      Previously, when creating an object from inert inputs (eg:
      "hb_font_create(hb_face_get_empty())") we returned the inert
      empty object.  This is not helpful as there are legitimate
      usecases to do that.
      
      We now never return the inert object unless allocation failed.
      
      Tests are revised to reflect.
      eb0bf3ae
    • B
      Minor rename · 9c974360
      Behdad Esfahbod 提交于
      9c974360