aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
Commit message (Expand)AuthorAge
* Remove SkListWidget.cpp, which has not been compiled for 18 monthsGravatar epoger@google.com2012-09-25
* Delete SkListView.cpp, which has been #ifdef'ed out for 4+ yearsGravatar epoger@google.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* Restore line breaking in SkTextBox.Gravatar bungeman@google.com2012-09-06
* Fix ANGLE buildGravatar borenet@google.com2012-08-28
* 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
* revert gpu-less mac sample app, remove busted sample (that has equivalent gm)Gravatar bsalomon@google.com2012-08-03
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* SkTextBox to use public interfaces for line layout.Gravatar bungeman@google.com2012-07-24
* Move animated view headers to correct directory.Gravatar bungeman@google.com2012-07-10
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* 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 compile warning in SkOSWindow_unix.cppGravatar bsalomon@google.com2012-06-19
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* fix warnings on Mac in src/viewsGravatar caryclark@google.com2012-06-06
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* Add coverage AA support for SampleApp root layers (windows only)Gravatar bsalomon@google.com2012-04-17
* Add MSAA option to SampleAppGravatar bsalomon@google.com2012-04-06
* Remove old D3D9 stuffGravatar bsalomon@google.com2012-04-04
* Unix SampleApp attach/detach fixup and style fixupGravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Fix line endings in src/view/win (and set the eol style property)Gravatar bsalomon@google.com2012-04-02
* Patching Mac files missed in first deliveryGravatar robertphillips@google.com2012-04-02
* Redelivering r3555 to re-add run-time switching between ANGLE and native opengl Gravatar robertphillips@google.com2012-04-02
* Removed ANGLE namespace requirementGravatar robertphillips@google.com2012-04-02
* Reverting r3555Gravatar robertphillips@google.com2012-03-30
* Added run-time switching between OpenGL & ANGLE in SampleAppGravatar robertphillips@google.com2012-03-30
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Remove circular dependency of views and animator.Gravatar bungeman@google.com2012-03-23
* Move unix_test_app/main.cpp to src/views/unix/skia_unix.cppGravatar epoger@google.com2012-03-22
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* remove all references to SkGlobals (obsolete)Gravatar reed@google.com2011-11-17
* land http://codereview.appspot.com/5244058/ - add matrix to SkViewGravatar reed@google.com2011-11-11
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* 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
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* Added Debugger to Sample App, off by defaultGravatar yangsu@google.com2011-08-12