1. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  2. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  3. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  4. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  5. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  6. 4e3523c Blink layout tests all assume it can provide custom font configuration files on every platform. In moving Android to the font manager, we broke those. by bungeman · 10 years ago
  7. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  8. 9ee1a4a Remove redundant helper function as all clients pass locale by Derek Sollenberger · 10 years ago
  9. e83a7ec Remove unused code now that the android framework has move this logic elsewhere. by Derek Sollenberger · 10 years ago
  10. 15840a2 Delete third_party/harfbuzz by Mike Klein · 10 years ago
  11. e438ddb Uses optional mutex to guard construction of the singleton, which by tomhudson · 10 years ago
  12. e41f388 Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by mtklein · 10 years ago
  13. 60b08a0 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  14. 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
  15. df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  16. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  17. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  18. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  19. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  20. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  21. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 10 years ago
  22. 1ba6262 Clean up SkOnce usage in SkFontMgr_Indirect. by bungeman@google.com · 10 years ago
  23. 29d3777 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  24. c8f0d60 Fix r13897. by bungeman@google.com · 10 years ago
  25. f76cbb8 Fix r13897. by bungeman@google.com · 10 years ago
  26. 3d21f21 Fix r13897. by bungeman@google.com · 10 years ago
  27. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  28. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 10 years ago
  29. 98000ef Android now uses Harfbuzz-NG. No need to keep code specific to the old version of Harfbuzz around! by commit-bot@chromium.org · 11 years ago
  30. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  31. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  32. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. 21591f0 Remove completed TODO in SkFontMgr.h. by bungeman@google.com · 11 years ago
  34. 9fc5c68 Fix leak detected in FontMgrMatchGM::onDraw by Valgrind. by bungeman@google.com · 11 years ago
  35. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  36. fb1663a Fix non-bmp in generateCharToGlyph on Mac. by bungeman@google.com · 11 years ago
  37. c0445fe Fix ambiguity in API if no matching system language is found by commit-bot@chromium.org · 11 years ago
  38. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  39. 9902c38 Add new entry point that supports fallback font selection based on language. by djsollen@google.com · 11 years ago
  40. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  41. 418ee43 Implement SkEmptyFontMgr::onLegacyCreateTypeface and make pure virtual. by bungeman@google.com · 11 years ago
  42. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  43. 114cfbd Remove unimplemented Mutex() method from SkFontMgr.h. by bungeman@google.com · 11 years ago
  44. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  45. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 11 years ago
  46. bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 11 years ago
  47. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  48. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  49. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  50. e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 11 years ago
  51. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  52. f55061f check-point for linux fontmgr impl by reed@google.com · 11 years ago
  53. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 11 years ago
  54. 0b98326 forward declare SkTypeface by reed@google.com · 11 years ago
  55. aae71ba add SK_API to public classes for sharedlib build by reed@google.com · 11 years ago
  56. 21db1db Temporary patch to get Chrome Windows compiling by robertphillips@google.com · 11 years ago
  57. 54c6914 extend FontConfigInterface to start to match new fontmgr design by reed@google.com · 11 years ago
  58. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 11 years ago
  59. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 11 years ago
  60. e8be73b oops, don't say static for an extern function by reed@google.com · 11 years ago
  61. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  62. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  63. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 11 years ago
  64. c452d82 move fontmgr into include/ports for now by reed@google.com · 11 years ago
  65. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 11 years ago
  66. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  67. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 11 years ago
  68. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 11 years ago
  69. 86a44b8 export api with SK_API by reed@google.com · 11 years ago
  70. f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 11 years ago
  71. 80f5465 by reed@google.com · 11 years ago
  72. d71fe99 check-point: skiafy SkFontHost_fontconfig from chrome by reed@google.com · 11 years ago
  73. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  74. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  75. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. bae1712 Disable automatic font fallback of SkFontHost_android when building for WebKit by djsollen@google.com · 12 years ago
  77. 4f45258 Delete SkStream_Win.h as it appears to never have been used. by bungeman@google.com · 12 years ago
  78. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  79. 5df2a99 [android] Add an API to load customized font config for testing. by djsollen@google.com · 12 years ago
  80. da30999 change static variable to #define by djsollen@google.com · 12 years ago
  81. c6ff3e7 Add legacy script to enable skia roll into chromium. by djsollen@google.com · 12 years ago
  82. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  83. ff02960 Add CreateFallbackForScript to SkTypeface for Android. by djsollen@google.com · 12 years ago
  84. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  85. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  86. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
  87. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  88. df49991 add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef by reed@google.com · 13 years ago
  89. 109a2e3 Add SK_API to SkCreateTypefaceFromLOGFONT. by ctguil@chromium.org · 13 years ago
  90. 9b74b11 export SkCreateTypefaceFromLOGFONT by reed@google.com · 13 years ago
  91. dc3381f update save/restore comments to mention that the drawFilter is also saved by reed@android.com · 14 years ago
  92. 9fb1731 move core files into core (were in images, but are required for core library) by reed@android.com · 16 years ago
  93. 8a1c16f grab from latest android by reed@android.com · 16 years ago