1. e4d0bc0 add filterrec logic for subpixel and slight-hinting by reed@android.com · 15 years ago
  2. e61238b Build fix: add FilterRec for Windows. by agl@chromium.org · 15 years ago
  3. bfbd4ff fix uninitialized library variable by reed@android.com · 15 years ago
  4. 659aaf9 fix warnings (unused local var) by reed@android.com · 15 years ago
  5. bd2724f Fix valgrind warnings triggered in vertical mode. by agl@chromium.org · 15 years ago
  6. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  7. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  8. 1a18cdc Mac: fix SkFontHost_mac.cpp to work with the new hinting interface. by agl@chromium.org · 15 years ago
  9. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  10. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  11. bff8e29 Fix a precedence error in an assert in the fontconfig host. by deanm@chromium.org · 15 years ago
  12. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  13. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  14. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  15. 90e764e update to latest api (need a test for this port!) by reed@android.com · 15 years ago
  16. 5c44d32 Make sure we have a non-null FreeType face before dereferencing it. by deanm@chromium.org · 15 years ago
  17. 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 15 years ago
  18. af59d51 fontconfig: allow fallback for certain magical font names. by agl@chromium.org · 15 years ago
  19. 22dbaaf Fix reference count on openStream by reed@android.com · 15 years ago
  20. b9890c1 Typo fix for VDMX parsing in Chromium. by agl@chromium.org · 15 years ago
  21. 7a56108 add simple port of memory APIs, to be used as a template for other platforms by reed@android.com · 15 years ago
  22. a8a8b8b check for 0 upem in freetype add 32bit-overflow check by reed@android.com · 15 years ago
  23. df8ecfb Add fontconfig support. by agl@chromium.org · 15 years ago
  24. b2f92f0 fix mac build by reed@android.com · 15 years ago
  25. cc3096b Sync with Chromium's fork by agl@chromium.org · 15 years ago
  26. 304b59e trivial: fix ws by reed@android.com · 15 years ago
  27. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 15 years ago
  28. fc3ac32 SkFontHost_tables: fix minor bugs by agl@chromium.org · 15 years ago
  29. 467a3dc implement generateCountGlyphs using new font table apis by reed@android.com · 15 years ago
  30. d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 15 years ago
  31. 9c97045 import portability fixes from Chrome around floats by reed@android.com · 15 years ago
  32. fcce647 pull latest from android by reed@android.com · 15 years ago
  33. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  34. 79b2cd1 fix capitalization for system includes by reed@android.com · 15 years ago
  35. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 15 years ago
  36. 590ef3f remember to specify the bloody font tag in the constructor! by reed@android.com · 15 years ago
  37. 330578d mac fonts sort of work now by reed@android.com · 15 years ago
  38. 0bf64d4 implement fontmetrics by reed@android.com · 15 years ago
  39. ea446b9 check-point (2) on mac fonts - simplify typeface factories by reed@android.com · 15 years ago
  40. 60dfdbc minor check-point for switching to glyphs by reed@android.com · 15 years ago
  41. 62533ed fix leak in Deserialize by reed@android.com · 15 years ago
  42. fb12c3e fix ref() in CreateTypeface fix comment in SkDraw.cpp by reed@android.com · 15 years ago
  43. b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 15 years ago
  44. ff7f389 Oops, CreateTypeface takes over ownership of the stream, instead of just ref() by reed@android.com · 15 years ago
  45. 1bfd0ca Implement CreateTypefaceFromFile by reed@android.com · 15 years ago
  46. 62900b4 handle failure when creating a scalercontext by reed@android.com · 15 years ago
  47. 7b830a1 update makefile for newly moved Factories by reed@android.com · 16 years ago
  48. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  49. f13c6e1 Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h by reed@android.com · 16 years ago
  50. 4cb8bd1 add crude Makefile (someone please help!) by reed@android.com · 16 years ago
  51. b50a60c fix formatting issues by reed@android.com · 16 years ago
  52. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
  53. 563771e update to build with the latest SkFontHost interface not runtime tested yet by reed@android.com · 16 years ago
  54. 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
  55. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  56. acb8fb0 Initial automake and autoconf files to build core into libskia.a. by joe.gregorio · 16 years ago
  57. 1550a42 pull from android - add createfromfile entry-point by reed@android.com · 16 years ago
  58. da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago
  59. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  60. 0767e47 add CG imagedecoder (still needs encoding) by reed@android.com · 16 years ago
  61. 76aa34b add text to hostapp sample rename duplicate of SkSVGPath.cpp by reed@android.com · 16 years ago
  62. 4df53b0 don't promote top/left to a fixed, when what we want is just an int by reed@android.com · 16 years ago
  63. 03ca3d1 move CreateTypefaceFromFile into fonthost porting layer, so we don't force a given port to have mmap access. by reed@android.com · 16 years ago
  64. 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 16 years ago
  65. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
  66. 8a1c16f grab from latest android by reed@android.com · 16 years ago