index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
views
/
mac
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
added support for glMinSampleShading
ethannicholas
2016-03-25
*
detach -> release
mtklein
2016-03-16
*
SampleApp: Remove SkWindow::setColorType
kkinnunen
2016-01-18
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Make SkNSView's window accept mouseMoved events
bsalomon
2015-06-23
*
Allows windowed apps to be built on the Mac just by writing a SkOSWindow subc...
bsalomon
2015-06-18
*
Remove SkOSWindow_Mac.cpp
bsalomon
2015-06-16
*
tell our grcontext to abandon its backend
reed
2014-10-30
*
Clean up some warnings about unused code.
mtklein
2014-10-21
*
explicitly delete our c++ window on quit
reed
2014-10-07
*
override applicationShouldTerminate so we can cleanup when we quit
reed
2014-10-07
*
use surface in SkView/SampleApp
reed
2014-09-18
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-11
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-10
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-10
*
Rename kPMColor_SkColorType to kN32_SkColorType.
commit-bot@chromium.org
2014-04-09
*
use SkColorType instead of SkBitmap::Config in views/effects
commit-bot@chromium.org
2014-02-16
*
fix more 64bit warnings
reed@google.com
2014-01-27
*
Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT.
commit-bot@chromium.org
2014-01-15
*
Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/...
commit-bot@chromium.org
2013-07-23
*
Make implicit cast explicit to fix r9807 on gcc.
bungeman@google.com
2013-06-28
*
Minimal changes for SampleApp to eb HiDPI aware on Mac.
bungeman@google.com
2013-06-28
*
Fix gyp files to allow ninja to build 64 bit on Mac.
commit-bot@chromium.org
2013-04-22
*
Make SkOSWindow return the sample count and stencil bit count for its GL cont...
bsalomon@google.com
2013-03-05
*
pass modifier keys to click events (e.g. control | shift etc.)
reed@google.com
2013-01-08
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
retool so we don't need to call SkCanvas::setDevice
reed@google.com
2012-10-01
*
Remove deprecated SkOSWindow_wxwidgets.h
tfarina@chromium.org
2012-09-27
*
iOS support work in progress
caryclark@google.com
2012-09-24
*
Addressed xcode analysis complaints
robertphillips@google.com
2012-09-24
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
revert gpu-less mac sample app, remove busted sample (that has equivalent gm)
bsalomon@google.com
2012-08-03
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
fix warnings on Mac in src/views
caryclark@google.com
2012-06-06
*
Add MSAA option to SampleApp
bsalomon@google.com
2012-04-06
*
Fix GL attach/detach in Mac SampleApp
bsalomon@google.com
2012-04-03
*
Revert 3857 (which was committed from wrong tree)
bsalomon@google.com
2012-04-03
*
Fix GL attach/detach in Mac SampleApp
bsalomon@google.com
2012-04-03
*
Patching Mac files missed in first delivery
robertphillips@google.com
2012-04-02
*
Redelivering r3555 to re-add run-time switching between ANGLE and native opengl
robertphillips@google.com
2012-04-02
*
Utils must not depend on Views.
bungeman@google.com
2012-03-21