1. a865d25 Windows GDI Typeface: set NotEmbeddable_FontFlag same as other backends. by Hal Canary · 7 years ago
  2. 4a851ca SkTypeface_win_dw, SkTypeface_Mac: set NotEmbeddable_FontFlag by Hal Canary · 7 years ago
  3. f1bc5e8 Set the kMultiMaster_FontFlag in DirectWrite. by Ben Wagner · 7 years ago
  4. 6b20a55 Make header files self-sufficient by Hal Canary · 7 years ago
  5. 3419469 Move two skia arrays to read-only data segment by Bruce Dawson · 8 years ago
  6. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  7. 01a1699 Simplify embeddability test. by bungeman · 8 years ago
  8. 4f81caf Move FamilyClass and Panose enums to enum class. by bungeman · 8 years ago
  9. 8fd23a8 Remove SkPreprocessorSeq.h and SkTypedEnum.h. by bungeman · 8 years ago
  10. 4bcb4c7 Make SkOTTable_name.cpp UTF-8. by Ben Wagner · 8 years ago
  11. 18300a3 detach -> release by mtklein · 8 years ago
  12. fde0511 Make sp variants for SkData by reed · 8 years ago
  13. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  16. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  17. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  18. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 9 years ago
  19. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  20. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  21. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  22. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  23. 0a25b2c Correct order for alignment in name iterator record. by bungeman · 10 years ago
  24. 9d3cdb6 Fix some issues with sfnt maxp headers. by bungeman · 10 years ago
  25. 740c3f1 Better rendering detection with DirectWrite. by bungeman · 10 years ago
  26. 058670b Add support for kEmbeddedBitmapText_Flag to DirectWrite. by bungeman@google.com · 10 years ago
  27. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  28. d48ad8e Fold SkTSetBit into SkOTSet*Bit. by commit-bot@chromium.org · 10 years ago
  29. 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 10 years ago
  30. ad07e69 Revert the rest of r13757. by bungeman@google.com · 10 years ago
  31. e60ae2e Revert 13757. by bungeman@google.com · 10 years ago
  32. 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 10 years ago
  33. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  34. 1e4c4fe We always read out of bounds here. Fix that. by mtklein@google.com · 11 years ago
  35. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  36. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  37. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  38. a3aaf16 Fix invalid comparison between int16 and int16be in name table code. by bungeman@google.com · 11 years ago
  39. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  40. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
  42. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  43. 5df7434 Fix clang warning as error from 8480. by bungeman@google.com · 11 years ago
  44. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 11 years ago
  45. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  46. e26f2dd The short version of the 'loca' table stores offsets divided by 2. by bungeman@google.com · 12 years ago
  47. b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. a544f29 Additional OpenType tables. https://codereview.appspot.com/6850075/ by bungeman@google.com · 12 years ago
  49. caa3a3b When looking for the head table directory entry, compare against the current entry and not the name table entry. by bungeman@google.com · 12 years ago
  50. 7c207e7 Explicitly cast to uin16_t to avoid an invalid implicit type narrowing. by george@mozilla.com · 12 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. ec95a4a Remove multi-byte character constants. http://codereview.appspot.com/6305117/ by bungeman@google.com · 12 years ago
  53. e9678a2 Fix obviously disallowed copy that Visual Studio allows. by bungeman@google.com · 12 years ago
  54. a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 12 years ago
  55. 8ec9956 Add more TT table definitions and create fake enum typedef. by bungeman@google.com · 12 years ago
  56. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 12 years ago