index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
views
/
SkView.cpp
Commit message (
Expand
)
Author
Age
*
Revert "Revert "SkTypes: extract SkTo""
Hal Canary
2018-06-14
*
Revert "SkTypes: extract SkTo"
Hal Canary
2018-06-13
*
SkTypes: extract SkTo
Hal Canary
2018-06-12
*
Remove more views code, just to simplify things
Brian Osman
2017-12-01
*
Delete even more unused views code
Brian Osman
2017-11-29
*
Remove a huge pile of views code
Brian Osman
2017-11-22
*
headers: forward declare SkDOM, and include SkClipOp
Hal Canary
2017-02-24
*
Remove SkTDict and calls from SkView.
Herb Derby
2017-01-24
*
Update android_make to support both --gcc and --clang options.
djsollen
2016-03-07
*
remove cruft from SkTypes.h, including SkBool
reed
2015-12-27
*
add interactive xfer sample
reed
2015-09-02
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
speculative fix in TransitionView. don't validate after detachFromParent (we ...
reed@google.com
2013-06-14
*
fix warning related to && and || and parens
reed@google.com
2013-06-13
*
add validate to SkView for debugging
reed@google.com
2013-06-13
*
pass modifier keys to click events (e.g. control | shift etc.)
reed@google.com
2013-01-08
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...
reed@google.com
2012-08-16
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
remove SkInstCnt tracking of SkViewRegistry
reed@google.com
2012-06-26
*
remove bogus SkViewFactory reference
reed@google.com
2012-06-26
*
more SkInstCnt plumbing
reed@google.com
2012-06-26
*
Fixed Linux compiler complaints
robertphillips@google.com
2012-06-04
*
land http://codereview.appspot.com/5244058/ - add matrix to SkView
reed@google.com
2011-11-11
*
rolling back the experimental rollbacks in r2178-2179
epoger@google.com
2011-08-26
*
rolling tree back to its state as of r2169 to see if that fixes Windows build...
epoger@google.com
2011-08-26
*
Remove compiler warnings (Linux clang, mostly).
tomhudson@google.com
2011-08-25
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Unify handleTouch and handleClick in SampleApp.
Scroggo
2011-06-22
*
The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on
senorblanco@chromium.org
2011-05-19
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
use statictextviews to display coordinates in unitmapper
reed@android.com
2010-02-08
*
add onSendClickToChildren to views, so a view can capture all clicks.
reed@android.com
2009-11-16
*
add OVerView slide to samplecode
reed@android.com
2009-11-03
*
add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on
reed@android.com
2009-08-14
*
grab from latest android
reed@android.com
2008-12-17