aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
Commit message (Expand)AuthorAge
...
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: More override fixes - include version.Gravatar tfarina2014-12-21
* Enable unused param checking for public includes.Gravatar djsollen2014-11-14
* Cleanup public includes directory.Gravatar djsollen2014-11-13
* move SkTextBox into utilsGravatar reed2014-11-03
* Cleanup: Remove unnecessary forward declarations from some views files.Gravatar tfarina2014-11-03
* Cleanup android to ensure it can compile with clangGravatar djsollen2014-10-30
* add surfaceprops to SkWindow, and 'D' to toggle distancefieldfontsGravatar reed2014-10-06
* use surface in SkView/SampleAppGravatar reed2014-09-18
* update to accommodate latest clang in chrome toolchainGravatar caryclark2014-09-18
* "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