aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/SkView.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* Remove more views code, just to simplify thingsGravatar Brian Osman2017-12-01
* Delete even more unused views codeGravatar Brian Osman2017-11-29
* Remove a huge pile of views codeGravatar Brian Osman2017-11-22
* headers: forward declare SkDOM, and include SkClipOpGravatar Hal Canary2017-02-24
* Remove SkTDict and calls from SkView.Gravatar Herb Derby2017-01-24
* Update android_make to support both --gcc and --clang options.Gravatar djsollen2016-03-07
* remove cruft from SkTypes.h, including SkBoolGravatar reed2015-12-27
* add interactive xfer sampleGravatar reed2015-09-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* speculative fix in TransitionView. don't validate after detachFromParent (we ...Gravatar reed@google.com2013-06-14
* fix warning related to && and || and parensGravatar reed@google.com2013-06-13
* add validate to SkView for debuggingGravatar reed@google.com2013-06-13
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* remove SkInstCnt tracking of SkViewRegistryGravatar reed@google.com2012-06-26
* remove bogus SkViewFactory referenceGravatar reed@google.com2012-06-26
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* land http://codereview.appspot.com/5244058/ - add matrix to SkViewGravatar reed@google.com2011-11-11
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Unify handleTouch and handleClick in SampleApp.Gravatar Scroggo2011-06-22
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* use statictextviews to display coordinates in unitmapperGravatar reed@android.com2010-02-08
* add onSendClickToChildren to views, so a view can capture all clicks.Gravatar reed@android.com2009-11-16
* add OVerView slide to samplecodeGravatar reed@android.com2009-11-03
* add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops onGravatar reed@android.com2009-08-14
* grab from latest androidGravatar reed@android.com2008-12-17