index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
samplecode
/
ClockFaceView.cpp
Commit message (
Expand
)
Author
Age
*
delete some dead code in SampleApp
Mike Klein
2017-05-31
*
add drawString helper to canvas
Cary Clark
2017-04-28
*
Revert "Revert "make it illegal to include SkXfermode.h""
Mike Reed
2016-11-23
*
Revert "make it illegal to include SkXfermode.h"
Greg Daniel
2016-11-23
*
make it illegal to include SkXfermode.h
Mike Reed
2016-11-23
*
Add samples to Viewer.
jvanverth
2016-06-16
*
Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview....
egdaniel
2016-06-13
*
Add samples to Viewer.
jvanverth
2016-06-13
*
SkTypeface::MakeFromName to take SkFontStyle.
mboc
2016-05-31
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
guard rasterizer and drawlooper setters
reed
2016-03-21
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
*
switch patheffects over to sk_sp
reed
2016-03-18
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Reland "remove unused SkAvoidXfermode"
scroggo
2015-01-30
*
Add patheffects to debugger printout
robertphillips
2015-01-26
*
Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://code...
scroggo
2015-01-20
*
remove unused SkAvoidXfermode
reed
2015-01-18
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Builder class for SkLayerRasterizer.
commit-bot@chromium.org
2014-02-26
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
add const to unhide virtuals in custom colorfilter
mike@reedtribe.org
2012-12-24
*
change all patheffect methods to const, in preparation for marking its
reed@google.com
2012-12-18
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-25
*
revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...
reed@google.com
2012-05-24
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-24
*
Fixed some fixed point build Windows compiler complaints
robertphillips@google.com
2012-05-08
*
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
*
The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on
senorblanco@chromium.org
2011-05-19
*
safeUnref() -> SkSafeUnref()
bsalomon@google.com
2011-02-13
*
experiment
reed@android.com
2009-10-20