C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / samplecode / SampleApp.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 reedSkPaint::FilterLevel -> SkFilterQuality
2015-02-21 reedremove dead code from sampleapp, trim bad asserts
2015-02-11 bsalomonSupport multiple null GL contexts on a thread.
2015-02-02 reedadd SkAnimTimer, SPACE = pause/resume, ESP = stop
2015-02-02 reedallow GMs to animate
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-08 reeduse SkDocument to capture pdfs from SampleApp 'e'
2014-10-06 reedadd surfaceprops to SkWindow, and 'D' to toggle distanc...
2014-09-18 reeduse surface in SkView/SampleApp
2014-06-19 mtkleinPort SampleApp to SkCommandLineFlags.
2014-04-18 robertphillips@goo... Staging for cleanup of SkPicture-related headers
2014-04-13 robertphillips@goo... split SkPictureRecorder out of SkPicture
2013-12-10 commit-bot@chromiu... Add SkTileGridPicture SampleApp playback support.
2013-12-10 reed@google.comchange 'n' toggle to cycle through all filterlevels
2013-12-06 commit-bot@chromiu... Additional SampleApp tiling options.
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-07-11 edisonn@google.comAdd an option to have a PdfViewer in SampleApp. Add...
2013-07-09 bungeman@google.comMake 'rotate' animate in SampleApp.
2013-06-03 bungeman@google.comFix hinting and add subpixel to SampleApp.
2013-01-24 reed@google.comfix missing-case-statement warning
2013-01-24 bsalomon@google.comFix SampleApp ANGLE mode.
2013-01-17 djsollen@google.comRemove unused debugger code from SampleApp.
2013-01-08 reed@google.compass modifier keys to click events (e.g. control |...
2012-12-10 djsollen@google.comReapply (r6718) with fix for compiler error on linux.
2012-12-10 djsollen@google.comrevert Reapply r5364 (Update ARM and NEON optimizations...
2012-12-10 djsollen@google.comReapply r5364 (Update ARM and NEON optimizations for...
2012-12-07 djsollen@google.comRevert "Added the following 3 features to sample app."
2012-12-07 djsollen@google.comAdded the following 3 features to sample app.
2012-10-01 reed@google.comretool so we don't need to call SkCanvas::setDevice
2012-09-29 tfarina@chromium.orgsamplecode: Remove duplicated include of SkWindow.h...
2012-08-17 scroggo@google.comMove tiling up into SampleWindow.
2012-08-16 robertphillips@goo... Extended Inst counting to find "unknown" leaked object...
2012-08-15 reed@google.comadd 't' to toggle tiling modes
2012-08-02 bsalomon@google.comCreate GPU-less build of Skia.
2012-08-01 chudy@google.comAdded --picture flag to SampleApp, loads individual...
2012-06-08 scroggo@google.comAdd a tiled pipe mode to SampleApp.
2012-06-04 reed@google.com--pictureDir foo will load serialized pictures <>.skp...
2012-05-03 robertphillips@goo... Added "--list" command line option to SampleApp
2012-04-18 scroggo@google.comIn SampleWindow, pass ownership of menus to SkWindow...
2012-04-06 bsalomon@google.comAdd MSAA option to SampleApp
2012-04-03 bsalomon@google.comRevert 3857 (which was committed from wrong tree)
2012-04-03 bsalomon@google.comFix GL attach/detach in Mac SampleApp
2012-04-02 robertphillips@goo... Redelivering r3555 to re-add run-time switching between...
2012-03-30 robertphillips@goo... Reverting r3555
2012-03-30 robertphillips@goo... Added run-time switching between OpenGL & ANGLE in...
2012-03-28 robertphillips@goo... Code changes for ANGLE GL interface. .gyp file changes...
2011-12-27 mike@reedtribe.orgRETURN key now records default slide for startup
2011-12-08 reed@google.cominstall drawfilter for the picture playback as well
2011-11-11 reed@google.comland codereview.appspot.com/5244058/ - add matrix to...
2011-10-31 bsalomon@google.comImport all GMs as Samples.
2011-10-27 bsalomon@google.comAdd NULL GL context implementation. Use in bench (...
2011-09-08 bsalomon@google.comAdd 'K' to SampleApp to trigger animated perspective...
2011-08-12 yangsu@google.comAdded Debugger to Sample App, off by default
2011-08-08 yangsu@google.comAdded transitions and net pipe to SampleApp, updated...
2011-08-02 yangsu@google.comSet up global options for SampleApp and now allows...
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-07-14 bsalomon@google.comAdd DeviceManager to SampleWindow
2011-07-06 reed@google.comalways use grcontext to get the bits to the screen
2011-06-28 senorblanco@chromi... Parse SampleApp command line for a test name. If an...
2011-06-24 yangsu@google.comAdded helper methods for changing samples, getting...
2011-06-22 ScroggoUnify handleTouch and handleClick in SampleApp.
2011-06-21 ScroggoSampleApp fixes.
2011-06-21 ScroggoAdd a way to save to PDF in SampleApp on Android and...
2011-06-17 ScroggoUse SkTouchGesture to handle pinch events in Android...
2011-06-15 ScroggoImprovements to the SampleApp (primarily Android).