1. 05773ed Font variations. by bungeman · 9 years ago
  2. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 9 years ago
  3. 5c9fa28 Add option to embed font data into executable. by bungeman · 9 years ago
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  6. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  7. 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
  8. e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
  9. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  10. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  11. ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
  12. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  13. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  14. 32501a1 Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:20001 of https://codereview.chromium.org/672723002/) by bungeman · 10 years ago
  15. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  16. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  17. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  18. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  19. d71b757 Serialize the font index. by bungeman · 10 years ago
  20. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  21. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  22. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  23. 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
  24. a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 10 years ago
  25. ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 10 years ago
  26. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  27. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  28. febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 11 years ago
  29. ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  30. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  31. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  32. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  33. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  34. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  35. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 11 years ago
  36. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 11 years ago
  37. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 11 years ago
  38. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  39. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  40. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  41. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  42. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  43. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  44. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  45. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  46. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  47. 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
  48. 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago
  49. ada4480 Deserialization locks up multithreading fix. by chudy@google.com · 12 years ago
  50. b6896e7 Remove 'legacy' font descriptor methods. http://codereview.appspot.com/6261059/ by bungeman@google.com · 12 years ago
  51. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 12 years ago
  52. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  53. e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 12 years ago
  54. bff29d5 Landing arm patch from contributor. by djsollen@google.com · 12 years ago
  55. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 12 years ago
  56. 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
  57. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  58. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  59. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  60. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  61. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  62. 513909f9 Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  63. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  64. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  65. 6fb8f77 silence printf by reed@google.com · 13 years ago
  66. 3681276 update to add isFixedWidth attribute to typefaces by reed@google.com · 14 years ago
  67. 6963af2 fix uninitialized warning by reed@google.com · 14 years ago
  68. 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 14 years ago
  69. 51709c7 remove obsolete closeStream() method -- the caller just unref's the stream when they're done by reed@android.com · 14 years ago
  70. f244f1b add EmptyTypeface class, to gracefully handle when there are no fonts avail. by reed@android.com · 14 years ago
  71. 887e4f3 be sure to ref() before returning a typeface from Create by reed@android.com · 14 years ago
  72. 1c0c5a0 fix refcnt for streams by reed@android.com · 14 years ago
  73. f2afb67 fix base linux build, adding freetype support by reed@android.com · 15 years ago
  74. ac98154 add GetFileName api to SkFontHost by reed@android.com · 15 years ago
  75. 22dbaaf Fix reference count on openStream by reed@android.com · 15 years ago
  76. b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 15 years ago
  77. ff7f389 Oops, CreateTypeface takes over ownership of the stream, instead of just ref() by reed@android.com · 16 years ago
  78. 1bfd0ca Implement CreateTypefaceFromFile by reed@android.com · 16 years ago
  79. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
  80. 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
  81. 8a1c16f grab from latest android by reed@android.com · 16 years ago