aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
Commit message (Expand)AuthorAge
* Revert "Move headers used by headers in include/ to include/private."Gravatar Mike Klein2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar jvanverth2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* remove SkInstCntGravatar mtklein2015-06-26
* Allows windowed apps to be built on the Mac just by writing a SkOSWindow subc...Gravatar bsalomon2015-06-18
* Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindowGravatar bsalomon2015-06-16
* Allow skia_win.cpp to be compiled in CONSOLE or GUI mode.Gravatar bsalomon2015-06-16
* There are still things to sort out but this seems to run correctly.Gravatar bsalomon2015-06-16
* Visual bench on native androidGravatar joshualitt2015-06-12
* Expand VisualBench to a real benching toolGravatar joshualitt2015-06-01
* CL to add setFullscreen and setVsync to SkWindowGravatar joshualitt2015-05-27
* Remove all code related to NaClGravatar borenet2015-04-02
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* First cut at cleaning up Sergio's example code and moving some common code to...Gravatar caryclark2015-01-30
* 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