index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
animator
/
SkDrawExtraPathEffect.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Add patheffects to debugger printout
robertphillips
2015-01-26
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove macros that make it look like it's a good idea to not be able to flatten.
mtklein
2015-01-07
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
rename SkDrawable to SkADrawable
reed
2014-11-26
*
rename SkPaintParts.* to SkPaintPart.*
reed@google.com
2014-04-18
*
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
commit-bot@chromium.org
2014-02-20
*
replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b)
reed@google.com
2013-12-18
*
Removed unused parameters
sugoi@google.com
2013-03-12
*
Turning on warning as error on Linux
sugoi@google.com
2013-03-11
*
change all patheffect methods to const, in preparation for marking its
reed@google.com
2012-12-18
*
Fix clang 'overloaded-virtual' warnings.
tfarina@chromium.org
2012-12-03
*
Address warnings from clang build bot
robertphillips@google.com
2012-09-13
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
grab from latest android
reed@android.com
2008-12-17