1. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  2. 18300a3 detach -> release by mtklein · 8 years ago
  3. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  4. 576c206 Update tests to produce more sensible output for Android framework builds. by djsollen · 9 years ago
  5. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  6. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  9. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago[Renamed (96%) from src/ports/SkFontConfigParser_android.cpp]
  10. 41868fe Font variations. by bungeman · 9 years ago
  11. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  12. 3489ee0 Font variations. by bungeman · 9 years ago
  13. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  14. 05773ed Font variations. by bungeman · 9 years ago
  15. 10b063c Extensible Android font configuration parsing. by bungeman · 9 years ago
  16. c0727d1 Trim whitespace from parsed filename in Android v21. by bungeman · 9 years ago
  17. e1ddb3b Regularize lmp::XXX_element_handler. by bungeman · 9 years ago
  18. f61475e Regularize informative messages in Android font parser. by bungeman · 9 years ago
  19. e85a754 Respect declared font style on Android. by bungeman · 9 years ago
  20. 21d3ed5 Revert of Respect declared font style on Android. (patchset #6 id:100001 of https://codereview.chromium.org/1092093002/) by jcgregorio · 9 years ago
  21. 673e902 Respect declared font style on Android. by bungeman · 9 years ago
  22. b8a1d30 Add font "index" to lmp parser. by bungeman · 9 years ago
  23. 9a0808f Verify all parsed test font files start with cap. by bungeman · 10 years ago
  24. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago
  25. eb2be7f Additional cleanups to Android config parsing. by bungeman · 10 years ago
  26. 7fa87cd Add factory for Android font manager. by bungeman · 10 years ago
  27. efbad37 Don't read unecessary font files on Android. by bungeman · 10 years ago
  28. b6bed17 Convert FamilyData to Skia style field names. by bungeman · 10 years ago
  29. 7a3527d Do not leak FamilyData in Android SkFontMgr. by bungeman · 10 years ago
  30. 3af41fa Do not add indirection to XML_Parser. by bungeman · 10 years ago
  31. 4b86bac Allow all font weights on Android and respect overrides. by bungeman · 10 years ago
  32. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  33. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  34. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  35. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  36. 7a4747f Update path to Android font config file by tomhudson · 10 years ago
  37. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  38. 94fa4b9 Update path to Android font config file by tomhudson · 10 years ago
  39. b3d4af5 Fix lower-casing error in font config parser by tomhudson · 10 years ago
  40. d3ddea2 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  41. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  42. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  43. a6c27bc Remove references to __system_property_get from Skia by djsollen · 10 years ago
  44. 0754475 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  45. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  46. edb10e7 Only lowercase names in Android font config parser. by bungeman · 10 years ago
  47. 8d84c99 SkFontMgr for Android. by bungeman · 10 years ago
  48. 7b82d0f Revert of SkFontMgr for Android. (https://codereview.chromium.org/414483002/) by robertphillips · 10 years ago
  49. 4f9a01e SkFontMgr for Android. by bungeman · 10 years ago
  50. 31db71d Prevent potential leaking of memory by using SkString and SkTArray. by commit-bot@chromium.org · 10 years ago
  51. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  52. 286a883 cleanup XML_Parser after reading android config files. by djsollen@google.com · 11 years ago
  53. 50c9567 fix issue on devices running an OS prior to 4.2 when the fallback font file was potential stored in a different location on device. by djsollen@google.com · 11 years ago
  54. 9a70f34 Ensure we use the current locale when looking up fallback fonts per character by djsollen@google.com · 11 years ago
  55. bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 11 years ago