aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTDArray.h
Commit message (Expand)AuthorAge
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix a memory leak in SkBitmapHeap.Gravatar scroggo2012-08-16
* Add SkTDArray.contains(), which is just a wrapper around find()Gravatar epoger@google.com2012-07-13
* fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... )Gravatar reed@google.com2012-07-09
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* add bytes() to SkTDArray, which returns the number of bytes in the array,Gravatar reed@google.com2011-11-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* have == always return bool, never intGravatar reed@google.com2011-07-20
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add detach() methodGravatar reed@android.com2009-08-25
* more checks for null shapes in picturesGravatar reed@android.com2009-07-03
* grab from latest androidGravatar reed@android.com2008-12-17