aboutsummaryrefslogtreecommitdiff
path: root/src/xml
AgeCommit message (Expand)Author
2018-07-17Move SkNoncopyable to include/private.Ben Wagner
2018-06-14Revert "Revert "SkTypes: extract SkTo""Hal Canary
2018-06-13Revert "SkTypes: extract SkTo"Hal Canary
2018-06-12SkTypes: extract SkToHal Canary
2017-10-09Remove trailing whitespace.Ben Wagner
2017-08-28Convert NULL and 0 to nullptr.Ben Wagner
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2017-02-17add ViaSVG to dmMike Reed
2017-02-14Move SkDOM to SkArenaAlloc from SkChunkAlloc.Herb Derby
2017-02-14Remove include/xml from public API.Herb Derby
2017-01-07remove SkDebugWStream and other cleanupsMike Reed
2016-07-19Delete SkXMLPullParserfmalita
2016-07-18[SkXMLParser] Initial text node supportfmalita
2016-07-18Remove SkDOM::build(const char doc[], size_t len)fmalita
2016-07-14Dust-off SkXMLParserfmalita
2016-04-09remove unused BML (binary xml) codereed
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-17free -> resetmtklein
2016-03-17Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....bungeman
2016-03-17free -> resetmtklein
2015-12-10another null src, memcpy -> sk_careful_memcpymtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-02-20[SVGDevice] Text whitespace unittestfmalita
2015-02-04add length parameter to addText, to match attr valuesreed
2015-02-03[SkSVGDevice] Initial text supportfmalita
2014-11-14Cleanup the XML directory in public includes.djsollen
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-04-17Remove deprecated/obsolete Makefiles.tfarina@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-07fix warning from scalar --> int32 conversionhumper@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2011-12-28Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");tomhudson@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-03-15Add a sample application that runs on unix.scroggo
2009-06-05add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")reed@android.com
2009-01-08first pass at clean up of the 3 config filesreed@android.com
2009-01-06separate image encode and decodereed@android.com
2008-12-17grab from latest androidreed@android.com