aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
Commit message (Expand)AuthorAge
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* share dm and command flagsGravatar caryclark2014-07-22
* Drop executable flag from headers so that they can be packagedGravatar robertphillips@google.com2014-03-11
* fix iOS build -- pass colortype, not configGravatar commit-bot@chromium.org2014-02-18
* add param name w/ default arg to work around clang bug on mac 10.7Gravatar reed@google.com2014-02-18
* use SkColorType instead of SkBitmap::Config in views/effectsGravatar commit-bot@chromium.org2014-02-16
* Remove unused methods from SkWindow.Gravatar tfarina@chromium.org2014-01-25
* Support MSAA4 and (non-ES) OpenGL in Android SampleAppGravatar commit-bot@chromium.org2013-12-10
* use select() so we can wait for XEvents or our timerGravatar reed@google.com2013-06-17
* speculative fix in TransitionView. don't validate after detachFromParent (we ...Gravatar reed@google.com2013-06-14
* add validate to SkView for debuggingGravatar reed@google.com2013-06-13
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* Make SkOSWindow return the sample count and stencil bit count for its GL cont...Gravatar bsalomon@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* fix iOS build after adding modifierKeys to click eventsGravatar reed@google.com2013-01-09
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* add metadata to Click for viewsGravatar mike@reedtribe.org2013-01-02
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Delete three class declarations that we don't provide implementations anymore.Gravatar tfarina@chromium.org2012-10-16
* retool so we don't need to call SkCanvas::setDeviceGravatar reed@google.com2012-10-01
* views: Fix a typo in SkEvent.hGravatar tfarina@chromium.org2012-10-01
* doh, fix typoGravatar reed@google.com2012-09-27
* eliminate (unused) extra param to update(), and thereby remove (bad bad bad) ...Gravatar reed@google.com2012-09-27
* Remove deprecated SkOSWindow_wxwidgets.hGravatar tfarina@chromium.org2012-09-27
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Move animated view headers to correct directory.Gravatar bungeman@google.com2012-07-10
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* 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
* 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
* 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
* Move SkTextBox.h from utils to views.Gravatar bungeman@google.com2012-03-28
* 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
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21
* Add SK_OVERRIDE where appropriate.Gravatar tomhudson@google.com2012-03-05
* fix mac warningsGravatar caryclark@google.com2011-11-23
* land http://codereview.appspot.com/5244058/ - add matrix to SkViewGravatar reed@google.com2011-11-11
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...Gravatar yangsu@google.com2011-08-30
* Added Debugger to Sample App, off by defaultGravatar yangsu@google.com2011-08-12
* CocoaSampleApp no longer depends on SkOSWindow_Mac.hGravatar yangsu@google.com2011-08-08