1. 05 7月, 2019 1 次提交
  2. 01 7月, 2019 3 次提交
  3. 30 6月, 2019 1 次提交
  4. 19 6月, 2019 1 次提交
  5. 18 6月, 2019 1 次提交
    • B
      [config] Don't compile disabled features · aa3450ca
      Behdad Esfahbod 提交于
      This makes it possible to include all .cc files into build, even if not
      building CoreText, Uniscribe, etc.
      
      This was mostly to help custom builders.  But also means that we can
      include all files in our own build system.  Not sure if we should.
      Definitely simplifies things, but slightly only.
      aa3450ca
  6. 01 6月, 2019 1 次提交
  7. 14 5月, 2019 1 次提交
  8. 08 5月, 2019 1 次提交
  9. 01 5月, 2019 1 次提交
  10. 30 3月, 2019 2 次提交
  11. 27 2月, 2019 1 次提交
  12. 19 1月, 2019 4 次提交
    • E
      0c2bd1b1
    • B
      [directwrite] More fix · c2ea7a9d
      Behdad Esfahbod 提交于
      c2ea7a9d
    • E
      [dwrite] Try to fix delete-non-virtual-dtor warnings · 9714d3ec
      Ebrahim Byagowi 提交于
      Fixes #1548 hopefully
      9714d3ec
    • B
      [directwrite] Fix error · e6527228
      Behdad Esfahbod 提交于
      hb-directwrite.cc: In constructor 'TextAnalysis::TextAnalysis(const wchar_t*, uint32_t, const wchar_t*, DWRITE_READING_DIRECTION)':
      hb-directwrite.cc:489:18: error: 'TextAnalysis::mText' will be initialized after [-Werror=reorder]
         const wchar_t* mText;
                        ^~~~~
      hb-directwrite.cc:488:12: error:   'uint32_t TextAnalysis::mTextLength' [-Werror=reorder]
         uint32_t mTextLength;
                  ^~~~~~~~~~~
      hb-directwrite.cc:282:3: error:   when initialized here [-Werror=reorder]
         TextAnalysis (const wchar_t* text, uint32_t textLength,
         ^~~~~~~~~~~~
      hb-directwrite.cc: In function 'hb_bool_t _hb_directwrite_shape_full(hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, float)':
      e6527228
  13. 18 1月, 2019 1 次提交
  14. 18 12月, 2018 1 次提交
  15. 17 12月, 2018 1 次提交
  16. 12 12月, 2018 1 次提交
  17. 16 11月, 2018 2 次提交
  18. 12 11月, 2018 2 次提交
  19. 26 8月, 2018 1 次提交
  20. 02 8月, 2018 1 次提交
  21. 10 7月, 2018 1 次提交
  22. 28 4月, 2018 1 次提交
  23. 11 4月, 2018 1 次提交
  24. 25 3月, 2018 1 次提交
  25. 22 3月, 2018 1 次提交
  26. 19 3月, 2018 1 次提交
  27. 14 3月, 2018 1 次提交
  28. 18 2月, 2018 1 次提交
  29. 01 2月, 2018 1 次提交
  30. 11 11月, 2017 1 次提交
  31. 04 11月, 2017 1 次提交
  32. 15 10月, 2017 1 次提交