aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/lua/lua_pictures.cpp
Commit message (Expand)AuthorAge
* Make iOS main() functions normal.Gravatar Mike Klein2017-02-06
* Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Mike Reed2016-11-13
* GN: build Lua tools when skia_use_lua.Gravatar Mike Klein2016-11-11
* Revert "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Heather Miller2016-11-10
* Change SkCanvas to *not* inherit from SkRefCntGravatar Mike Reed2016-11-09
* Missing SkOSPath include in lua_pictures.cppGravatar fmalita2016-11-09
* tools: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-03
* SkFontData to use smart pointers.Gravatar bungeman2016-09-16
* Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...Gravatar bungeman2016-09-15
* SkFontData to use smart pointers.Gravatar bungeman2016-09-15
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* return pictures as sk_spGravatar reed2016-03-18
* Remove unused tools and unused includes of SkImageDecoderGravatar msarett2016-03-03
* Make SkPicture/SkImageGenerator default to SkCodecGravatar msarett2016-02-17
* Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:...Gravatar kjlubick2016-02-10
* Make SkPicture/SkImageGenerator default to SkCodecGravatar scroggo2016-02-10
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* use SkData::NewUninitializedGravatar reed2014-09-12
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().Gravatar tfarina2014-06-12
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Add quiet mode to lua_pictures.Gravatar commit-bot@chromium.org2014-03-19
* Add the lazy decoder from PictureFlags to SkImageDecoderGravatar commit-bot@chromium.org2013-07-16
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* Add modulo flag to lua_pictures.Gravatar commit-bot@chromium.org2013-06-21
* Allow files, making ".skp files or directories are required." less of a lie.Gravatar commit-bot@chromium.org2013-06-18
* use ForceLinking to get codecs into lua_pictureGravatar reed@google.com2013-06-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* sort the glyphID arraysGravatar reed@google.com2013-05-31
* expand SkLua to handle creation of its own StateGravatar reed@google.com2013-05-22
* add startcanvas/endcanvas entry-points for the script. rename all "official" ...Gravatar reed@google.com2013-05-21
* support SkCanvas as a real lua objectGravatar mike@reedtribe.org2013-05-21
* allow multiple lua files to be used in lua_picturesGravatar mike@reedtribe.org2013-05-21
* printf name of picture *before* we try to scrape it.Gravatar mike@reedtribe.org2013-05-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-16
* add SkLuaCanvasGravatar reed@google.com2013-05-15