1. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  2. 61a678a Add support for TTC font files in SkFontHost_Freetype. by agl@chromium.org · 15 years ago
  3. cb34235 fix matrix use in coretext fonthost update gm images to new baseline by reed@android.com · 15 years ago
  4. 930056e fix reference bugs in font linklist by reed@android.com · 15 years ago
  5. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 15 years ago
  6. 36bb697 Add include of FT_SYNTHESIS_H by agl@chromium.org · 15 years ago
  7. e76073b Add support for fake bold of bitmap fonts. by agl@chromium.org · 15 years ago
  8. 268013b add carbon.h include by reed@android.com · 15 years ago
  9. 7bea297 remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp) by reed@android.com · 15 years ago
  10. feda2f9 separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6) by reed@android.com · 15 years ago
  11. 70a303f [FreeType] Always use MONO hinting when hinting in monochrome. by agl@chromium.org · 15 years ago
  12. 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 15 years ago
  13. 51709c7 remove obsolete closeStream() method -- the caller just unref's the stream when they're done by reed@android.com · 15 years ago
  14. f244f1b add EmptyTypeface class, to gracefully handle when there are no fonts avail. by reed@android.com · 15 years ago
  15. 887e4f3 be sure to ref() before returning a typeface from Create by reed@android.com · 15 years ago
  16. c846ede fix build for SK_SCALAR_IS_FIXED by reed@android.com · 15 years ago
  17. 1c0c5a0 fix refcnt for streams by reed@android.com · 15 years ago
  18. 3f1f06a add optional pref-config table to codecs by reed@android.com · 15 years ago
  19. faea355 update for new fonts by reed@android.com · 15 years ago
  20. dc3381f update save/restore comments to mention that the drawFilter is also saved by reed@android.com · 15 years ago
  21. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
  22. afd599a disable debug printfs for gamma table by reed@android.com · 15 years ago
  23. b4234a2 skia: Always use aliased text when antialiasing is disabled. by agl@chromium.org · 15 years ago
  24. ec10d21 remove obsolete SK_BUILD_FOR_BREW conditional by reed@android.com · 15 years ago
  25. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  26. 99e1b90 Add parens in order to make conditional correct. by agl@chromium.org · 15 years ago
  27. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  28. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  29. e191b16 update windows port by reed@android.com · 15 years ago
  30. 9272761 SSE2 optimizations for 32bit blending blitters. by senorblanco@chromium.org · 15 years ago
  31. 471403d change projects to just run with curren-os sdk, in prep for snow-lepard by reed@android.com · 15 years ago
  32. f2afb67 fix base linux build, adding freetype support by reed@android.com · 15 years ago
  33. 2a645c9 add FilterRec() so it links again by reed@android.com · 15 years ago
  34. 2a4d1ff allow the gamma to be changed at runtime by reed@android.com · 15 years ago
  35. 8430cd1 Fix flipped text orientation on Windows. by deanm@chromium.org · 16 years ago
  36. 558434a FreeType: fix garbled bitmap glyphs. by agl@chromium.org · 16 years ago
  37. e0d0899 FreeType: don't use bitmap strikes when antialiasing by agl@chromium.org · 16 years ago
  38. ac98154 add GetFileName api to SkFontHost by reed@android.com · 16 years ago
  39. 61608aa fix #endif placement so it works when LCD support is not defined by reed@android.com · 16 years ago
  40. f18d876 Add runtime detection for missing subpixel support in FreeType. by agl@chromium.org · 16 years ago
  41. 5ebd88e Revert "Support subpixel text when FreeType is built without such support." by agl@chromium.org · 16 years ago
  42. ac3011c Support subpixel text when FreeType is built without such support. by agl@chromium.org · 16 years ago
  43. e4d0bc0 add filterrec logic for subpixel and slight-hinting by reed@android.com · 16 years ago
  44. e61238b Build fix: add FilterRec for Windows. by agl@chromium.org · 16 years ago
  45. bfbd4ff fix uninitialized library variable by reed@android.com · 16 years ago
  46. 659aaf9 fix warnings (unused local var) by reed@android.com · 16 years ago
  47. bd2724f Fix valgrind warnings triggered in vertical mode. by agl@chromium.org · 16 years ago
  48. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 16 years ago
  49. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 16 years ago
  50. 1a18cdc Mac: fix SkFontHost_mac.cpp to work with the new hinting interface. by agl@chromium.org · 16 years ago
  51. 309485b Subpixel glyph rendering support. by agl@chromium.org · 16 years ago
  52. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 16 years ago
  53. bff8e29 Fix a precedence error in an assert in the fontconfig host. by deanm@chromium.org · 16 years ago
  54. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 16 years ago
  55. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 16 years ago
  56. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 16 years ago
  57. 90e764e update to latest api (need a test for this port!) by reed@android.com · 16 years ago
  58. 5c44d32 Make sure we have a non-null FreeType face before dereferencing it. by deanm@chromium.org · 16 years ago
  59. 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 16 years ago
  60. af59d51 fontconfig: allow fallback for certain magical font names. by agl@chromium.org · 16 years ago
  61. 22dbaaf Fix reference count on openStream by reed@android.com · 16 years ago
  62. b9890c1 Typo fix for VDMX parsing in Chromium. by agl@chromium.org · 16 years ago
  63. 7a56108 add simple port of memory APIs, to be used as a template for other platforms by reed@android.com · 16 years ago
  64. a8a8b8b check for 0 upem in freetype add 32bit-overflow check by reed@android.com · 16 years ago
  65. df8ecfb Add fontconfig support. by agl@chromium.org · 16 years ago
  66. b2f92f0 fix mac build by reed@android.com · 16 years ago
  67. cc3096b Sync with Chromium's fork by agl@chromium.org · 16 years ago
  68. 304b59e trivial: fix ws by reed@android.com · 16 years ago
  69. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
  70. fc3ac32 SkFontHost_tables: fix minor bugs by agl@chromium.org · 16 years ago
  71. 467a3dc implement generateCountGlyphs using new font table apis by reed@android.com · 16 years ago
  72. d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 16 years ago
  73. 9c97045 import portability fixes from Chrome around floats by reed@android.com · 16 years ago
  74. fcce647 pull latest from android by reed@android.com · 16 years ago
  75. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 16 years ago
  76. 79b2cd1 fix capitalization for system includes by reed@android.com · 16 years ago
  77. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
  78. 590ef3f remember to specify the bloody font tag in the constructor! by reed@android.com · 16 years ago
  79. 330578d mac fonts sort of work now by reed@android.com · 16 years ago
  80. 0bf64d4 implement fontmetrics by reed@android.com · 16 years ago
  81. ea446b9 check-point (2) on mac fonts - simplify typeface factories by reed@android.com · 16 years ago
  82. 60dfdbc minor check-point for switching to glyphs by reed@android.com · 16 years ago
  83. 62533ed fix leak in Deserialize by reed@android.com · 16 years ago
  84. fb12c3e fix ref() in CreateTypeface fix comment in SkDraw.cpp by reed@android.com · 16 years ago
  85. b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 16 years ago
  86. ff7f389 Oops, CreateTypeface takes over ownership of the stream, instead of just ref() by reed@android.com · 16 years ago
  87. 1bfd0ca Implement CreateTypefaceFromFile by reed@android.com · 16 years ago
  88. 62900b4 handle failure when creating a scalercontext by reed@android.com · 16 years ago
  89. 7b830a1 update makefile for newly moved Factories by reed@android.com · 16 years ago
  90. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  91. f13c6e1 Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h by reed@android.com · 16 years ago
  92. 4cb8bd1 add crude Makefile (someone please help!) by reed@android.com · 16 years ago
  93. b50a60c fix formatting issues by reed@android.com · 16 years ago
  94. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
  95. 563771e update to build with the latest SkFontHost interface not runtime tested yet by reed@android.com · 16 years ago
  96. 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
  97. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  98. acb8fb0 Initial automake and autoconf files to build core into libskia.a. by joe.gregorio · 16 years ago
  99. 1550a42 pull from android - add createfromfile entry-point by reed@android.com · 16 years ago
  100. da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago