1. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  2. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  3. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  4. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  5. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  6. 099d22d add roundOut() by reed@google.com · 13 years ago
  7. 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 13 years ago
  8. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  9. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  10. 84b437e update dox for LCD text by reed@google.com · 13 years ago
  11. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  12. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  13. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  14. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  15. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  16. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
  17. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  18. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  19. 4f1151a Documentation only: add warning to SkCanvas::writePixels() that this operation by epoger@google.com · 13 years ago
  20. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  21. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  22. 6dc7455 remove forward declaration and reference to extinct SkDeviceFactory by reed@google.com · 13 years ago
  23. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  24. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  25. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  26. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  27. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  28. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  29. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
  30. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  31. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
  32. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  33. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  34. 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
  35. 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
  36. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  37. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  38. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  39. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  40. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  41. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  42. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  43. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  44. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  45. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  46. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  47. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  48. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  49. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  50. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  51. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  52. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  53. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  54. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  55. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  56. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  57. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  58. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  59. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  60. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  61. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  62. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  63. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  64. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  65. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  66. 6ed8249 update dox by reed@google.com · 13 years ago
  67. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  68. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  69. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  70. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  71. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  72. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  73. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  74. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  75. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  76. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  77. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  78. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  79. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  80. 714df17 Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625. by bsalomon@google.com · 13 years ago
  81. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  82. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
  83. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  84. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  85. 2d54d06 update dox by reed@google.com · 13 years ago
  86. f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
  87. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  88. 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
  89. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  90. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
  91. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  92. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  93. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  94. ca1f5e2 style and warnings by reed@google.com · 13 years ago
  95. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  96. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  97. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  98. 8260a89 move into utils by reed@google.com · 13 years ago
  99. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  100. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago