1. e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 11 years ago
  2. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
  3. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  4. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  5. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  6. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 12 years ago
  7. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  8. 0228856 revert 8331 (broke android text) by reed@google.com · 12 years ago
  9. 1361d78 override SkTypeface::onOpenStream for android by reed@google.com · 12 years ago
  10. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  11. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  12. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  13. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  14. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  15. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  16. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  17. 059a4c7 refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. by commit-bot@chromium.org · 12 years ago
  18. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  19. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 12 years ago
  20. 77465f9 Avoid deadlock in SkGetFallbackFamilyNameForChar(). by djsollen@google.com · 12 years ago
  21. bae1712 Disable automatic font fallback of SkFontHost_android when building for WebKit by djsollen@google.com · 12 years ago
  22. 3f5d682 cleanup coding style for r5825 by djsollen@google.com · 12 years ago
  23. 6f1dbff Reduce Android Log Spam. by djsollen@google.com · 12 years ago
  24. b9e4c5d Upstream Clank's SkFontHost_Android DRT infinite loop fix. by tomhudson@google.com · 12 years ago
  25. 57cdcc0 Change Arabic sample character from 0x0600 to 0x0627. by djsollen@google.com · 12 years ago
  26. 5df2a99 [android] Add an API to load customized font config for testing. by djsollen@google.com · 12 years ago
  27. b0d416c Store font family when serializing android fonts. by djsollen@google.com · 12 years ago
  28. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  29. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 12 years ago
  30. fc9054d Use a NDK-compliant way of reading locale. by djsollen@google.com · 12 years ago
  31. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  32. 548674f Upstream font changes from Android repository. by djsollen@google.com · 13 years ago
  33. 4cccc6b Fix deadlock in Android's font deserializer. by djsollen@google.com · 13 years ago
  34. e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
  35. b8ff633 Fix broken android build by djsollen@google.com · 13 years ago
  36. ff02960 Add CreateFallbackForScript to SkTypeface for Android. by djsollen@google.com · 13 years ago
  37. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
  38. e401399 Lazily allocate gNameList, and protect its usage behind the global mutex. by djsollen@google.com · 13 years ago
  39. 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
  40. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  41. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  42. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  43. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  44. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  45. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  46. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  47. 7b34ea6 Upstreaming code from android repository. by djsollen@google.com · 14 years ago
  48. 5b31b0f add fixed-width attribute to typeface (patch from russellbrenner) by reed@google.com · 14 years ago
  49. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  50. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  51. 4f80951 fix for issue 93: need to rewind the shared stream each time openStream() is called by reed@google.com · 14 years ago
  52. 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 15 years ago
  53. faea355 update for new fonts by reed@android.com · 15 years ago
  54. ac98154 add GetFileName api to SkFontHost by reed@android.com · 15 years ago
  55. fcce647 pull latest from android by reed@android.com · 16 years ago
  56. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
  57. 62533ed fix leak in Deserialize by reed@android.com · 16 years ago
  58. fb12c3e fix ref() in CreateTypeface fix comment in SkDraw.cpp by reed@android.com · 16 years ago
  59. b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 16 years ago
  60. 1550a42 pull from android - add createfromfile entry-point by reed@android.com · 16 years ago
  61. 8a1c16f grab from latest android by reed@android.com · 16 years ago