aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleArc.cpp
AgeCommit message (Expand)Author
2018-10-30hide the SkPaint::Align enum entirelyMike Reed
2018-10-26use utils for deprecated TextAlignMike Reed
2018-08-21IWYU: SkUtils.hHal Canary
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2018-01-21remove unused SkRasterizerMike Reed
2017-12-01Remove more views code, just to simplify thingsBrian Osman
2017-11-29Delete even more unused views codeBrian Osman
2017-04-28add drawString helper to canvasCary Clark
2016-03-18return pictures as sk_spreed
2016-02-15make SkComposeShader.h privatereed
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-02-09more gms for conicsreed
2015-02-06Rename SkCanvasDrawable to SkDrawable, and make publicreed
2015-02-06Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...reed
2015-02-06rename SkCanvasDrawable to SkDrawable, and make publicreed
2015-02-02add SkAnimTimer, SPACE = pause/resume, ESP = stopreed
2015-02-01allow GMs to animatereed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-11-24option to return drawable from recordingreed
2014-11-19Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...reed
2014-11-19allow pictures to have a full boundsreed
2014-11-18wip for drawablesreed
2014-11-11experimentalreed
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-08pass modifier keys to click events (e.g. control | shift etc.)reed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-06-06fix warnings on Mac in ssamplecodecaryclark@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-05-19The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org
2011-05-05update to SampleViewreed@google.com
2010-04-22updatesreed@android.com
2009-11-23add SampleCode::GetAnimTime() so slides go through a central location forreed@android.com
2009-06-23remove remaining references to porterduffreed@android.com
2009-06-05add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")reed@android.com
2008-12-19add sampeapp projreed@android.com
2008-12-17grab from latest androidreed@android.com