index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
lua
/
lua_pictures.cpp
Commit message (
Expand
)
Author
Age
*
Make iOS main() functions normal.
Mike Klein
2017-02-06
*
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
Mike Reed
2016-11-13
*
GN: build Lua tools when skia_use_lua.
Mike Klein
2016-11-11
*
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
Heather Miller
2016-11-10
*
Change SkCanvas to *not* inherit from SkRefCnt
Mike Reed
2016-11-09
*
Missing SkOSPath include in lua_pictures.cpp
fmalita
2016-11-09
*
tools: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-03
*
SkFontData to use smart pointers.
bungeman
2016-09-16
*
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...
bungeman
2016-09-15
*
SkFontData to use smart pointers.
bungeman
2016-09-15
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
return pictures as sk_sp
reed
2016-03-18
*
Remove unused tools and unused includes of SkImageDecoder
msarett
2016-03-03
*
Make SkPicture/SkImageGenerator default to SkCodec
msarett
2016-02-17
*
Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:...
kjlubick
2016-02-10
*
Make SkPicture/SkImageGenerator default to SkCodec
scroggo
2016-02-10
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
use SkData::NewUninitialized
reed
2014-09-12
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Cleanup: Rename SkOSPath functions.
tfarina
2014-07-28
*
Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().
tfarina
2014-06-12
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
Add quiet mode to lua_pictures.
commit-bot@chromium.org
2014-03-19
*
Add the lazy decoder from PictureFlags to SkImageDecoder
commit-bot@chromium.org
2013-07-16
*
Replace SkPicture(SkStream) constructors with a factory.
scroggo@google.com
2013-06-28
*
Add modulo flag to lua_pictures.
commit-bot@chromium.org
2013-06-21
*
Allow files, making ".skp files or directories are required." less of a lie.
commit-bot@chromium.org
2013-06-18
*
use ForceLinking to get codecs into lua_picture
reed@google.com
2013-06-12
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-01
*
sort the glyphID arrays
reed@google.com
2013-05-31
*
expand SkLua to handle creation of its own State
reed@google.com
2013-05-22
*
add startcanvas/endcanvas entry-points for the script. rename all "official" ...
reed@google.com
2013-05-21
*
support SkCanvas as a real lua object
mike@reedtribe.org
2013-05-21
*
allow multiple lua files to be used in lua_pictures
mike@reedtribe.org
2013-05-21
*
printf name of picture *before* we try to scrape it.
mike@reedtribe.org
2013-05-21
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-16
*
add SkLuaCanvas
reed@google.com
2013-05-15