aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
Commit message (Expand)AuthorAge
* 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
* Fixed error in SkOSMenuGravatar yangsu@google.com2011-08-05
* Updated SkOSMenu to use the updated SkEventsGravatar yangsu@google.com2011-08-05
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* allow events to store their target sink IDGravatar reed@google.com2011-08-03
* Revised SkOSMenuGravatar yangsu@google.com2011-08-01
* More variable initializations and curly braces to avoid Linux compilerGravatar tomhudson@google.com2011-07-29
* 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
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* fix warningsGravatar reed@google.com2011-04-14
* Remove SkMetaData from makefile.Gravatar scroggo2011-04-04
* move SkMetaData into coreGravatar reed@google.com2011-03-30
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21
* Updates to the unix sample app.Gravatar scroggo2011-03-18
* fix warnings of int->float and double->floatGravatar reed@google.com2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* use SkSafeUnref()Gravatar mike@reedtribe.org2011-03-18
* add flingGravatar reed@google.com2011-03-16
* Add a sample application that runs on unix.Gravatar scroggo2011-03-15