1. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  2. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  3. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  4. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  5. bd08473 Fix Japanese font issue for devices running JB MR1 and higher. by djsollen@google.com · 12 years ago
  6. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  8. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  9. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  10. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  11. d386b0e remove namespace qualifier for feof; it's making android unhappy by humper@google.com · 12 years ago
  12. 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
  13. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  14. c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 12 years ago
  15. 091f51b DirectWrite generatePath must transform the path by the current matrix. by bungeman@google.com · 12 years ago
  16. 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  18. 5bff6ec if CG fails to decode an image, check to see if it was a problem in the colorspace by mike@reedtribe.org · 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. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  21. f6c7e72 Clean up SkFontHost_mac_coretext. https://codereview.appspot.com/6843087/ by bungeman@google.com · 12 years ago
  22. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  23. fe05df7 Provide default guess at font type in Mac CoreText font host, since CT's detection is unreliable. by bungeman@google.com · 12 years ago
  24. 1878a4e Templatize AutoCFRelease and use it. https://codereview.appspot.com/6855113/ by bungeman@google.com · 12 years ago
  25. 47c8899 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 70ffc9a Add auto table ref for coretext. https://codereview.appspot.com/6849117/ by bungeman@google.com · 12 years ago
  27. 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. ffd7907 Remove what turns out to be a bogus assert. by bungeman@google.com · 12 years ago
  29. d59a3fe Write correct type of sfnt file in mac coretext open stream. by bungeman@google.com · 12 years ago
  30. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  31. b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 4e7ba6a Correct A8 gamma on Mac. by bungeman@google.com · 12 years ago
  33. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  34. 7a722f0 silence excessive printf noise from SkScalerContext_FreeType::generateMetrics for glyph out-of-range. by mike@reedtribe.org · 12 years ago
  35. 59bfb12 Update WIC Image decoder to unpremul colors before save by robertphillips@google.com · 12 years ago
  36. 52e91bf check to see if CGImage already knows if we're opaque by reed@google.com · 12 years ago
  37. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  38. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  39. b13d63c Minimal changes to SkFontHost_fontconfig to not crash in normal use. by bungeman@google.com · 12 years ago
  40. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  41. 6e72516 Use SkToBool to fix a warning. by scroggo@google.com · 12 years ago
  42. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
  43. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
  44. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  45. 0e36310 Fix WIN64 break from variable redefinition. by scroggo@google.com · 12 years ago
  46. 9389763 Add a callback to cleanup TLS data on Windows. by scroggo@google.com · 12 years ago
  47. 64d294d Enable Android executables (like skia_launcher) to redirect SkDebugf output to stdout as well as the system logs. by djsollen@google.com · 12 years ago
  48. ce8a195 [PDF] Fix index calculation for Type1 advance retrieval. by vandebo@chromium.org · 12 years ago
  49. fb2fdcc wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutex by reed@google.com · 12 years ago
  50. 77465f9 Avoid deadlock in SkGetFallbackFamilyNameForChar(). by djsollen@google.com · 12 years ago
  51. 62566f3 Change FreeType lcd filter to provide better results. by bungeman@google.com · 12 years ago
  52. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  53. 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
  54. 515899e CreateTypefaceFromFile for GDI. https://codereview.appspot.com/6658045/ by bungeman@google.com · 12 years ago
  55. bae1712 Disable automatic font fallback of SkFontHost_android when building for WebKit by djsollen@google.com · 12 years ago
  56. e21a68d Fix typo in SkFontHost_win_dw.cpp. by bungeman@google.com · 12 years ago
  57. a18ed03 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. ffca6ce No hinting on Mac should be lower priority than subpixel rendering. by bungeman@google.com · 12 years ago
  59. 3f5d682 cleanup coding style for r5825 by djsollen@google.com · 12 years ago
  60. 6f1dbff Reduce Android Log Spam. by djsollen@google.com · 12 years ago
  61. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  62. 94bc60f Lock gFTMutex when modifying FT globals. by scroggo@google.com · 12 years ago
  63. 22b460c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 67a97b3 No hinting with CG should prevent outline dilation. by bungeman@google.com · 12 years ago
  65. 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago
  66. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  67. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  68. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  69. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  70. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  71. 0729b62 Fix a Ref count bug in SkFontHost_win_dw.cpp by bungeman@google.com · 12 years ago
  72. 9548be3 landing https://codereview.appspot.com/6506117 by reed@google.com · 12 years ago
  73. ca0ec4c Check if SK_BUILD_FOR_MAC is defined rather than whether it's 1 by george@mozilla.com · 12 years ago
  74. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  75. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  76. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  77. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  78. 8d7d052 land https://codereview.appspot.com/6492099/ -- fix for iOS by reed@google.com · 12 years ago
  79. b9e4c5d Upstream Clank's SkFontHost_Android DRT infinite loop fix. by tomhudson@google.com · 12 years ago
  80. 2ebe890 Fix compile error in SkFontHost_none.cpp by borenet@google.com · 12 years ago
  81. 94acfb5 Serialization for DirectWrite https://codereview.appspot.com/6494061/ by bungeman@google.com · 12 years ago
  82. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. c07448f check for exceeding int range when we stash the values in the cache by reed@google.com · 12 years ago
  84. 57cdcc0 Change Arabic sample character from 0x0600 to 0x0627. by djsollen@google.com · 12 years ago
  85. 8b6d628 Normalize font BBox to make sure it's correct when rendering a PDF on the mac. by vandebo@chromium.org · 12 years ago
  86. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 12 years ago
  87. cb39ee6 Add a new SkMemory implementation that uses mozalloc instead of malloc by george@mozilla.com · 12 years ago
  88. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  89. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 12 years ago
  90. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  91. c59b5da Split out SkFontHost_FreeType into common files by george@mozilla.com · 12 years ago
  92. 35c5ff0 Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  93. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  94. 392e14e Android build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
  95. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  96. 1bd2d67 Correctly linearize Windows AA from ClearType. by bungeman@google.com · 12 years ago
  97. b8bf9ce (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. by tomhudson@google.com · 12 years ago
  98. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
  99. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  100. 2788987 must include SkPath.h after restructure by reed@google.com · 12 years ago