1. 6d907fa add copytable method to typefaces by Mike Reed · 5 years ago
  2. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  3. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  6. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  7. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  8. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  9. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  10. e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
  11. f9e824b use SkFont for textToGlyphs by Mike Reed · 6 years ago
  12. 0f9d33e clean up conditional code for SkTextEncoding by Mike Reed · 6 years ago
  13. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  14. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  15. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  16. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  17. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  18. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  19. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  20. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  21. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  22. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  23. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  24. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  25. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  26. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  27. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  28. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 9 years ago
  31. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  32. 7b09aab Correct glyph with non-bmp from typeface on Mac. by bungeman · 10 years ago
  33. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  34. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  35. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  36. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  37. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  38. 2dc54c9 Remove printfs from FontHostTest when font is not sfnt. by bungeman@google.com · 11 years ago
  39. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  40. 72b8cb2 onCharsToGlyphs to handle non-bmp on Mac. by bungeman@google.com · 11 years ago
  41. 83ba103 Fix warnings as errors from r11960. by bungeman@google.com · 11 years ago
  42. 0fc8f1f Disable charsToGlyphs test until Mac can pass. by bungeman@google.com · 11 years ago
  43. 7dc4fd0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  45. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  46. a262eea beef-up upem test for fonts by reed@google.com · 11 years ago
  47. 2e71f16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  48. ed268bf add (mac) test for ttcindex in SkFontStream by reed@google.com · 11 years ago
  49. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 11 years ago
  50. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 11 years ago
  51. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  52. c0d3f2f Fix units per em test. by bungeman@google.com · 12 years ago
  53. 4b2af9c add getUnitsPerEm() to SkTypeface by reed@google.com · 12 years ago
  54. d074c37 Need to apply matrix to advance in generateAdvance (as we already were in generateMetrics) by reed@google.com · 12 years ago
  55. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  56. 8b0a335 retarget fonttable tests to use SkTypeface api, rather than (should-be-private) SkFontHost api by reed@google.com · 12 years ago
  57. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  58. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 12 years ago
  59. 44eedf8 don't require tableCount>0 since some platform fonts may not support that by reed@google.com · 12 years ago
  60. 7852520 remove 'OS/2' table from known-sizes, since its size is not always the same by reed@google.com · 12 years ago
  61. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago