aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleText.cpp
Commit message (Expand)AuthorAge
* Remove uses of SkImageDecoder from samplecodeGravatar msarett2016-03-18
* remove xmlparser includes from samplesGravatar caryclark2016-02-29
* Cleanups related to SkFixed.Gravatar benjaminwagner2016-02-25
* Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https...Gravatar benjaminwagner2016-02-24
* Cleanups related to SkFixed.Gravatar benjaminwagner2016-02-24
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: More override fixes - another round.Gravatar tfarina2015-01-05
* remove unused TextBufferDirection enumGravatar reed2014-10-03
* remove dead code from sampleGravatar reed2014-07-15
* remove unused Kernel33MaskFilterGravatar commit-bot@chromium.org2014-05-12
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* use SkColorType instead of SkBitmap::Config in samplecodeGravatar commit-bot@chromium.org2014-02-17
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* remove remaining references to Sk64 (obsolete)Gravatar reed@google.com2014-01-13
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-19
* Added toString to SkMaskFilter-derived classesGravatar robertphillips@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Added toString to SkXfermode-derived classes (for debugger) Gravatar robertphillips@google.com2013-01-22
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* fix warnings:Gravatar mike@reedtribe.org2012-12-24
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* Remove unused static functions from SampleApp and effectsGravatar djsollen@google.com2012-03-29
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* code style, inherit from SampleViewGravatar reed@google.com2011-05-18
* add typefacecacheGravatar reed@google.com2011-05-02
* fix warningsGravatar reed@google.com2011-04-14
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* fix matrix use in coretext fonthostGravatar reed@android.com2010-07-22
* update to try out programmable shadersGravatar reed@android.com2010-01-25
* add isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefGravatar reed@android.com2009-05-30
* add SDL supportGravatar reed@android.com2009-05-22
* API cleanup: rename typeface Create to CreateFromName, and remove default argGravatar reed@android.com2009-03-04
* update more sample code to new compose shader headerGravatar reed@android.com2008-12-23
* grab from latest androidGravatar reed@android.com2008-12-17