aboutsummaryrefslogtreecommitdiffstats
path: root/samplecode/SampleLua.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Views into Sample and Viewer.Ben Wagner2018-08-091-11/+9
* Update SampleLua and lua files.Ben Wagner2018-05-221-2/+1
* Fix SampleLua buildFlorin Malita2017-12-111-16/+1
* resources: orgainize directory.Hal Canary2017-12-081-3/+3
* Mark ~LuaView as override.Ben Wagner2017-10-091-1/+1
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.bungeman2016-08-021-2/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-7/+7
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-4/+2
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* add patch and clicktracking to luareed2014-11-071-2/+33
* add gradients and drawPaint to luareed2014-10-211-2/+2
* create and modify matrices in luareed2014-10-141-7/+3
* add fade_slide transition to lua slidesreed2014-10-121-0/+6
* add key handlers to luareed2014-10-111-0/+16
* allow for lua click handlersreed2014-10-111-5/+23
* move test for lua into separate resource filereed2014-10-101-69/+33
* add drawImageRect to lua, update samplereed2014-10-101-64/+67
* add drawImage to luamike@reedtribe.org2013-06-111-0/+3
* add pdf lib to lua_pictures to fix linker errormike@reedtribe.org2013-06-081-5/+20
* Revert "add document and textAlign support to lua"mike@reedtribe.org2013-06-081-20/+5
* add document and textAlign support to luamike@reedtribe.org2013-06-081-5/+20
* add drawtext to luamike@reedtribe.org2013-06-081-0/+5
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-05-231-1/+1
* use macro to encapsulate building get_mtname() specializationsreed@google.com2013-05-221-4/+25
* expand SkLua to handle creation of its own Statereed@google.com2013-05-221-0/+110