index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
views
Commit message (
Expand
)
Author
Age
*
Remove SK_BUILD_FOR SDL, BREW, and PALM.
bungeman
2015-07-29
*
Remove SK_BUILD_FOR_WINCE.
bungeman
2015-07-29
*
Move headers with no dependencies.
mtklein
2015-07-29
*
Revert "Move headers with no dependencies."
Mike Klein
2015-07-29
*
Move headers with no dependencies.
mtklein
2015-07-29
*
Revert "Move the rest of src headers used by include to include/private."
Mike Klein
2015-07-28
*
Move the rest of src headers used by include to include/private.
mtklein
2015-07-28
*
Move SkTHash.h to include/private.
mtklein
2015-07-28
*
Revert "Move headers used by headers in include/ to include/private."
Mike Klein
2015-07-01
*
Move headers used by headers in include/ to include/private.
mtklein
2015-07-01
*
Revert "Move headers used by headers in include/ to include/private."
jvanverth
2015-07-01
*
Move headers used by headers in include/ to include/private.
mtklein
2015-07-01
*
remove SkInstCnt
mtklein
2015-06-26
*
Allows windowed apps to be built on the Mac just by writing a SkOSWindow subc...
bsalomon
2015-06-18
*
Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow
bsalomon
2015-06-16
*
Allow skia_win.cpp to be compiled in CONSOLE or GUI mode.
bsalomon
2015-06-16
*
There are still things to sort out but this seems to run correctly.
bsalomon
2015-06-16
*
Visual bench on native android
joshualitt
2015-06-12
*
Expand VisualBench to a real benching tool
joshualitt
2015-06-01
*
CL to add setFullscreen and setVsync to SkWindow
joshualitt
2015-05-27
*
Remove all code related to NaCl
borenet
2015-04-02
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
First cut at cleaning up Sergio's example code and moving some common code to...
caryclark
2015-01-30
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: More override fixes - include version.
tfarina
2014-12-21
*
Enable unused param checking for public includes.
djsollen
2014-11-14
*
Cleanup public includes directory.
djsollen
2014-11-13
*
move SkTextBox into utils
reed
2014-11-03
*
Cleanup: Remove unnecessary forward declarations from some views files.
tfarina
2014-11-03
*
Cleanup android to ensure it can compile with clang
djsollen
2014-10-30
*
add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts
reed
2014-10-06
*
use surface in SkView/SampleApp
reed
2014-09-18
*
update to accommodate latest clang in chrome toolchain
caryclark
2014-09-18
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
share dm and command flags
caryclark
2014-07-22
*
Drop executable flag from headers so that they can be packaged
robertphillips@google.com
2014-03-11
*
fix iOS build -- pass colortype, not config
commit-bot@chromium.org
2014-02-18
*
add param name w/ default arg to work around clang bug on mac 10.7
reed@google.com
2014-02-18
*
use SkColorType instead of SkBitmap::Config in views/effects
commit-bot@chromium.org
2014-02-16
*
Remove unused methods from SkWindow.
tfarina@chromium.org
2014-01-25
*
Support MSAA4 and (non-ES) OpenGL in Android SampleApp
commit-bot@chromium.org
2013-12-10
*
use select() so we can wait for XEvents or our timer
reed@google.com
2013-06-17
*
speculative fix in TransitionView. don't validate after detachFromParent (we ...
reed@google.com
2013-06-14
*
add validate to SkView for debugging
reed@google.com
2013-06-13
*
Fixing some warnings on Linux
sugoi@google.com
2013-03-07
*
Make SkOSWindow return the sample count and stencil bit count for its GL cont...
bsalomon@google.com
2013-03-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
fix iOS build after adding modifierKeys to click events
reed@google.com
2013-01-09
*
pass modifier keys to click events (e.g. control | shift etc.)
reed@google.com
2013-01-08
*
add metadata to Click for views
mike@reedtribe.org
2013-01-02
[next]