History log of /external/skia/samplecode/SampleLua.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38d909ec2875f79952de08f36adfaac5680d2c53 02-Aug-2016 bungeman <bungeman@google.com> Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.

This moves Skia code off of SK_SUPPORT_LEGACY_DATA_FACTORIES.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2206633004

Review-Url: https://codereview.chromium.org/2206633004
/external/skia/samplecode/SampleLua.cpp
96fcdcc219d2a0d3579719b84b28bede76efba64 27-Aug-2015 halcanary <halcanary@google.com> Style Change: NULL->nullptr
DOCS_PREVIEW= https://skia.org/?cl=1316233002

Review URL: https://codereview.chromium.org/1316233002
/external/skia/samplecode/SampleLua.cpp
385fe4d4b62d7d1dd76116dd570df3290a2f487b 26-Aug-2015 halcanary <halcanary@google.com> Style Change: SkNEW->new; SkDELETE->delete
DOCS_PREVIEW= https://skia.org/?cl=1316123003

Review URL: https://codereview.chromium.org/1316123003
/external/skia/samplecode/SampleLua.cpp
36352bf5e38f45a70ee4f4fc132a38048d38206d 26-Mar-2015 mtklein <mtklein@chromium.org> C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}

NOPRESUBMIT=true

BUG=skia:
DOCS_PREVIEW= https://skia.org/?cl=1037793002

Review URL: https://codereview.chromium.org/1037793002
/external/skia/samplecode/SampleLua.cpp
72c9faab45124e08c85f70ca38536914862d947c 09-Jan-2015 mtklein <mtklein@chromium.org> Fix up all the easy virtual ... SK_OVERRIDE cases.

This fixes every case where virtual and SK_OVERRIDE were on the same line,
which should be the bulk of cases. We'll have to manually clean up the rest
over time unless I level up in regexes.

for f in (find . -type f); perl -p -i -e 's/virtual (.*)SK_OVERRIDE/\1SK_OVERRIDE/g' $f; end

BUG=skia:

Review URL: https://codereview.chromium.org/806653007
/external/skia/samplecode/SampleLua.cpp
7a72c6702da9e1f6fb536efe844db23f77535a19 07-Nov-2014 reed <reed@google.com> add patch and clicktracking to lua

BUG=skia:

Review URL: https://codereview.chromium.org/712613002
/external/skia/samplecode/SampleLua.cpp
9fbc3f31c0c7095f4f25ad3d2d17731bb63c0817 21-Oct-2014 reed <reed@chromium.org> add gradients and drawPaint to lua

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/667803004
/external/skia/samplecode/SampleLua.cpp
bdc49ae0d422b8fe1957af570c4f4e63272f5285 14-Oct-2014 reed <reed@google.com> create and modify matrices in lua

BUG=skia:

Review URL: https://codereview.chromium.org/651823004
/external/skia/samplecode/SampleLua.cpp
0d76b95ae0239010bc3eec5297b91c952cdab3cc 13-Oct-2014 reed <reed@chromium.org> add fade_slide transition to lua slides

TBR=
BUG=skia:

Review URL: https://codereview.chromium.org/646613004
/external/skia/samplecode/SampleLua.cpp
09a1d6751c5c7c09d72ff8e195148509d2cb87ce 11-Oct-2014 reed <reed@chromium.org> add key handlers to lua

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/652473002
/external/skia/samplecode/SampleLua.cpp
18ea777638f1494b068ba4ca1a5d6725a0e80cf1 11-Oct-2014 reed <reed@chromium.org> allow for lua click handlers

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/649013002
/external/skia/samplecode/SampleLua.cpp
09445a4f7fe6c8cd8cfe172ce160af7007738490 11-Oct-2014 reed <reed@chromium.org> move test for lua into separate resource file

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/645283002
/external/skia/samplecode/SampleLua.cpp
ba5fb932a1b5666a861043735cfb055cc1b600c7 11-Oct-2014 reed <reed@chromium.org> add drawImageRect to lua, update sample

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/642353005
/external/skia/samplecode/SampleLua.cpp
792bbd14c63f217f2de0e6b2f8df99acb1928eea 11-Jun-2013 mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> add drawImage to lua

git-svn-id: http://skia.googlecode.com/svn/trunk@9500 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
fb858245216dafee4de731fce4f0fa58c746d3e9 08-Jun-2013 mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> add pdf lib to lua_pictures to fix linker error

Revert "Revert "add document and textAlign support to lua""

This reverts commit f603260d7df6315788af3eadb18db556daf41c13.

git-svn-id: http://skia.googlecode.com/svn/trunk@9482 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
09efb177ed163cef118b192b796fc8afe2890408 08-Jun-2013 mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> Revert "add document and textAlign support to lua"

This reverts commit cdeacf8628757dc3464b26edd148c83bff02f43d.

git-svn-id: http://skia.googlecode.com/svn/trunk@9481 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
bdf59df6a17520b372ef4567bdca52ccef0c506b 08-Jun-2013 mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> add document and textAlign support to lua

git-svn-id: http://skia.googlecode.com/svn/trunk@9480 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
e6469f10c8f9340032797316fd06ee2f109255ff 08-Jun-2013 mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> add drawtext to lua

git-svn-id: http://skia.googlecode.com/svn/trunk@9477 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
2d816ad36e806e5b1cf3c447e547829bbbe74fd1 23-May-2013 skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9252 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
fd3458750d92d9722e5760ddb99824e65455463c 22-May-2013 reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> use macro to encapsulate building get_mtname() specializations

BUG=

Review URL: https://codereview.chromium.org/15773002

git-svn-id: http://skia.googlecode.com/svn/trunk@9248 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp
3597b73bc6e3e169f1d360de80d77e6e0ab65e96 22-May-2013 reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> expand SkLua to handle creation of its own State

add lua sample

BUG=
R=robertphillips@google.com

Review URL: https://codereview.chromium.org/15742009

git-svn-id: http://skia.googlecode.com/svn/trunk@9247 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/samplecode/SampleLua.cpp