aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml
Commit message (Expand)AuthorAge
* Move SkNoncopyable to include/private.Gravatar Ben Wagner2018-07-17
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* add ViaSVG to dmGravatar Mike Reed2017-02-17
* Move SkDOM to SkArenaAlloc from SkChunkAlloc.Gravatar Herb Derby2017-02-14
* Remove include/xml from public API.Gravatar Herb Derby2017-02-14
* remove SkDebugWStream and other cleanupsGravatar Mike Reed2017-01-07
* Delete SkXMLPullParserGravatar fmalita2016-07-19
* [SkXMLParser] Initial text node supportGravatar fmalita2016-07-18
* Remove SkDOM::build(const char doc[], size_t len)Gravatar fmalita2016-07-18
* Dust-off SkXMLParserGravatar fmalita2016-07-14
* remove unused BML (binary xml) codeGravatar reed2016-04-09
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* another null src, memcpy -> sk_careful_memcpyGravatar mtklein2015-12-10
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* [SVGDevice] Text whitespace unittestGravatar fmalita2015-02-20
* add length parameter to addText, to match attr valuesGravatar reed2015-02-04
* [SkSVGDevice] Initial text supportGravatar fmalita2015-02-03
* Cleanup the XML directory in public includes.Gravatar djsollen2014-11-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Remove deprecated/obsolete Makefiles.Gravatar tfarina@chromium.org2013-04-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add a sample application that runs on unix.Gravatar scroggo2011-03-15
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")Gravatar reed@android.com2009-06-05
* first pass at clean up of the 3 config filesGravatar reed@android.com2009-01-08
* separate image encode and decodeGravatar reed@android.com2009-01-06
* grab from latest androidGravatar reed@android.com2008-12-17