aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkString.cpp
Commit message (Expand)AuthorAge
...
* Add SkString::appendU32() and SkString::appendU64()Gravatar epoger@google.com2013-06-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* change impl to explicitly store length as u32, rather than size_t, so we keep...Gravatar reed@google.com2013-06-04
* Remove 16bit asserts and casts of string length.Gravatar bsalomon@google.com2013-05-13
* Add non-separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-22
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* Double size of buffer for SkString::printf()Gravatar rileya@google.com2012-09-14
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* make string's reference counting thread-safeGravatar reed@google.com2011-09-14
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest;Gravatar tomhudson@google.com2011-07-08
* SkStringPrintf helper fucntion + a new unit test for it.Gravatar tomhudson@google.com2011-06-30
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* code styleGravatar mike@reedtribe.org2011-04-10
* balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2Gravatar mike@reedtribe.org2011-04-10
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* use sprintf to generate float->string for SkString routines, removing theGravatar reed@google.com2011-02-28
* High level pdf classes and pdf specific interface.Gravatar vandebo@chromium.org2010-10-12
* more tests (need more meat in there)Gravatar reed@android.com2009-02-27
* grab from latest androidGravatar reed@android.com2008-12-17