summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Expand)Author
2014-03-11Drop executable flag from headers so that they can be packagedrobertphillips@google.com
2014-02-18fix iOS build -- pass colortype, not configcommit-bot@chromium.org
2014-02-18add param name w/ default arg to work around clang bug on mac 10.7reed@google.com
2014-02-16use SkColorType instead of SkBitmap::Config in views/effectscommit-bot@chromium.org
2014-01-25Remove unused methods from SkWindow.tfarina@chromium.org
2013-12-10Support MSAA4 and (non-ES) OpenGL in Android SampleAppcommit-bot@chromium.org
2013-06-17use select() so we can wait for XEvents or our timerreed@google.com
2013-06-14speculative fix in TransitionView. don't validate after detachFromParent (we ...reed@google.com
2013-06-13add validate to SkView for debuggingreed@google.com
2013-03-07Fixing some warnings on Linuxsugoi@google.com
2013-03-05Make SkOSWindow return the sample count and stencil bit count for its GL cont...bsalomon@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-09fix iOS build after adding modifierKeys to click eventsreed@google.com
2013-01-08pass modifier keys to click events (e.g. control | shift etc.)reed@google.com
2013-01-02add metadata to Click for viewsmike@reedtribe.org
2012-11-01Improve NaCl supportborenet@google.com
2012-10-16Delete three class declarations that we don't provide implementations anymore.tfarina@chromium.org
2012-10-01retool so we don't need to call SkCanvas::setDevicereed@google.com
2012-10-01views: Fix a typo in SkEvent.htfarina@chromium.org
2012-09-27doh, fix typoreed@google.com
2012-09-27eliminate (unused) extra param to update(), and thereby remove (bad bad bad) ...reed@google.com
2012-09-27Remove deprecated SkOSWindow_wxwidgets.htfarina@chromium.org
2012-09-20first cut at making iOS workcaryclark@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-16Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)robertphillips@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2012-07-10Move animated view headers to correct directory.bungeman@google.com
2012-06-04Fixed Linux compiler complaintsrobertphillips@google.com
2012-04-06Add MSAA option to SampleAppbsalomon@google.com
2012-04-04Remove old D3D9 stuffbsalomon@google.com
2012-04-03Unix SampleApp attach/detach fixup and style fixupbsalomon@google.com
2012-04-03Revert 3857 (which was committed from wrong tree)bsalomon@google.com
2012-04-03Fix GL attach/detach in Mac SampleAppbsalomon@google.com
2012-04-02Redelivering r3555 to re-add run-time switching between ANGLE and native opengl robertphillips@google.com
2012-04-02Removed ANGLE namespace requirementrobertphillips@google.com
2012-03-30Reverting r3555robertphillips@google.com
2012-03-30Added run-time switching between OpenGL & ANGLE in SampleApprobertphillips@google.com
2012-03-28Move SkTextBox.h from utils to views.bungeman@google.com
2012-03-28Code changes for ANGLE GL interface. .gyp file changes will be delivered later.robertphillips@google.com
2012-03-23Remove circular dependency of views and animator.bungeman@google.com
2012-03-21Utils must not depend on Views.bungeman@google.com
2012-03-05Add SK_OVERRIDE where appropriate.tomhudson@google.com
2011-11-23fix mac warningscaryclark@google.com
2011-11-11land http://codereview.appspot.com/5244058/ - add matrix to SkViewreed@google.com
2011-11-08Update files to use SK_BUILD_FOR_ANDROID.djsollen@google.com
2011-08-30Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...yangsu@google.com
2011-08-12Added Debugger to Sample App, off by defaultyangsu@google.com
2011-08-08CocoaSampleApp no longer depends on SkOSWindow_Mac.hyangsu@google.com
2011-08-05Updated SkOSMenu to use the updated SkEventsyangsu@google.com
2011-08-04retool SkEvent to own its target ID or target procreed@google.com