1. 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  2. 78aa76c Follow on to r9408, implement sk_fileno in SkOSFile_none.cpp. by bungeman@google.com · 12 years ago
  3. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 12 years ago
  4. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 12 years ago
  5. 7def5e1 Separate core and images project. by scroggo@google.com · 12 years ago
  6. 9a6eb0e Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 12 years ago
  7. 06e7424 Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff()." by senorblanco@chromium.org · 12 years ago
  8. 6b6c1dc Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 12 years ago
  9. 7ed0447 Use updated signature for decode in empty decoder. by scroggo@google.com · 12 years ago
  10. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 12 years ago
  11. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 12 years ago
  12. 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 12 years ago
  13. b7457d0 Fix clang warnings/errors in Android only code by robertphillips@google.com · 12 years ago
  14. 2e08f19 Fix android font lookup bug by djsollen@google.com · 12 years ago
  15. ab6eeb9 Fix release build warnings for unused variables by djsollen@google.com · 12 years ago
  16. bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 12 years ago
  17. 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 12 years ago
  18. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  19. 6930b57 Move the FontConfigTypeface class into private header. by djsollen@google.com · 12 years ago
  20. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 12 years ago
  21. 0431b87 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  22. 381bb43 add separate impl file for SkFontMgr_fontconfig, so we don't polute by reed@google.com · 12 years ago
  23. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
  24. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 12 years ago
  25. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
  26. 94b366a negate FontBox.bottom, since it is negative, but we want it positive (doh) by reed@google.com · 12 years ago
  27. 60af92c Use more fields from OutlineFontMEtrics: linegap, bbox. by reed@google.com · 12 years ago
  28. e944de7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  29. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 12 years ago
  30. e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 12 years ago
  31. f073b33 reimplement generateFontMetrics to keep all calculations in SkScalar, avoiding the by reed@google.com · 12 years ago
  32. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  33. f77b35d add HACK_COLORGLYPHS (disabled) to test colorglyphs by reed@google.com · 12 years ago
  34. a65a681 Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so we by reed@google.com · 12 years ago
  35. 4bbc524 TTC support for DirectWrite. https://codereview.chromium.org/14600009/ by bungeman@google.com · 12 years ago
  36. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
  37. 437eea1 impl onCreateFrom... for fontmgr on windows by reed@google.com · 12 years ago
  38. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 12 years ago
  39. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
  40. 484f5bc first impl of fontmgr for gdi by reed@google.com · 12 years ago
  41. ab79282 its ok if there is no family name in the pattern for fontconfig, for fc will interpret by reed@google.com · 12 years ago
  42. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. da2cd7b Add missing unistd.h include after r8765. by commit-bot@chromium.org · 12 years ago
  44. f55061f check-point for linux fontmgr impl by reed@google.com · 12 years ago
  45. 750a24b fix refcnts for singleton fontconfig-direct by reed@google.com · 12 years ago
  46. e49d67e start cleanup, in prep for new fontmgr impl by reed@google.com · 12 years ago
  47. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. df798b3 can't return false for a ptr (unless you're in gcc) by reed@google.com · 12 years ago
  49. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 12 years ago
  50. 4ca890e check-point for new fontmgr on linux by reed@google.com · 12 years ago
  51. 4c6adf9 Updates to images project. by scroggo@google.com · 12 years ago
  52. 21db1db Temporary patch to get Chrome Windows compiling by robertphillips@google.com · 12 years ago
  53. 54c6914 extend FontConfigInterface to start to match new fontmgr design by reed@google.com · 12 years ago
  54. 390c6d7 Fix font handles leak. We return without freeing resources. by edisonn@google.com · 12 years ago
  55. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  56. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
  58. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 12 years ago
  59. dea7ee0 add caching to fontmgr for mac by reed@google.com · 12 years ago
  60. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
  61. 3dcbd46 CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) by reed@google.com · 12 years ago
  62. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. ce8b3de store real fontstyle on mac fonts by reed@google.com · 12 years ago
  64. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 12 years ago
  65. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  66. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  68. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 12 years ago
  69. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  70. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  71. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  72. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 12 years ago
  73. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  74. 0228856 revert 8331 (broke android text) by reed@google.com · 12 years ago
  75. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 12 years ago
  76. 3ddb793 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 7935d7c remove obsolete/abandoned font backend by mike@reedtribe.org · 12 years ago
  78. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  79. 25d5ab0 remove obsolete/unsupported font backend by mike@reedtribe.org · 12 years ago
  80. 06e8737 remove obsolete/orphaned font backend by mike@reedtribe.org · 12 years ago
  81. 177dc6e override SkTypeface::onOpenStream for DW by reed@google.com · 12 years ago
  82. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
  83. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  84. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 12 years ago
  85. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 12 years ago
  86. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago
  87. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 12 years ago
  88. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 12 years ago
  89. 9dcf465 When we read from a RemoteFontStream (might happen maybe with other streams), stream's data might be partially consumed. If so, when we try to read the whole content of the font, we fail, because we read only part of the content. by edisonn@google.com · 12 years ago
  90. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
  91. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
  92. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 12 years ago
  93. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 12 years ago
  95. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 12 years ago
  96. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 12 years ago
  97. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  99. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 12 years ago
  100. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago