summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Expand)Author
2014-04-11Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-11Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-10Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-10Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-09Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org
2014-02-21Factory methods for heap-allocated SkMaskFilter objects.commit-bot@chromium.org
2014-02-16use SkColorType instead of SkBitmap::Config in views/effectscommit-bot@chromium.org
2014-01-27fix more 64bit warningsreed@google.com
2014-01-25Remove unused methods from SkWindow.tfarina@chromium.org
2014-01-21Move GrGLInterface function pointers into a nested structcommit-bot@chromium.org
2014-01-15Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT.commit-bot@chromium.org
2014-01-11Cleanup: Remove unused includes from skia_unix.cpptfarina@chromium.org
2014-01-02An SkOSWindow for Unix may experience stuttering, with missed events or long ...commit-bot@chromium.org
2013-12-17deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...reed@google.com
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-12-03Use lowercase windows.h in includes to fix Windows cross compilation using mi...bungeman@google.com
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-21More Windows 64b compilation warning fixesrobertphillips@google.com
2013-11-20Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...robertphillips@google.com
2013-11-20More Windows 64b compilation warning fixesrobertphillips@google.com
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-10-21store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com
2013-10-15Second wave of Win64 warning cleanuprobertphillips@google.com
2013-08-07Revert r10603 (Remove operator== from SkPaint) due to Chrome failuresrobertphillips@google.com
2013-08-07Remove operator== from SkPaintcommit-bot@chromium.org
2013-07-23Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/...commit-bot@chromium.org
2013-06-28Make implicit cast explicit to fix r9807 on gcc.bungeman@google.com
2013-06-28Minimal changes for SampleApp to eb HiDPI aware on Mac.bungeman@google.com
2013-06-20Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-19Fix shift detection in views on X.bungeman@google.com
2013-06-19post Expose event when we see an invalreed@google.com
2013-06-18Smallest possible desktop application that uses Skia to render stuff.commit-bot@chromium.org
2013-06-18Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-17use select() so we can wait for XEvents or our timerreed@google.com
2013-06-14speculative fix in TransitionView. don't validate after detachFromParent (we ...reed@google.com
2013-06-13fix warning related to && and || and parensreed@google.com
2013-06-13add validate to SkView for debuggingreed@google.com
2013-04-24Fix a bug in SkTextBox.scroggo@google.com
2013-04-22Fix gyp files to allow ninja to build 64 bit on Mac.commit-bot@chromium.org
2013-04-17Remove deprecated/obsolete Makefiles.tfarina@chromium.org
2013-03-21Enable init'ed but unused var warning on windows for closer parity with mac/l...bsalomon@google.com
2013-03-19use SkStream::NewFromFile()mike@reedtribe.org
2013-03-12Fix GDI device context leak.bungeman@google.com
2013-03-12Removed unused parameterssugoi@google.com
2013-03-07Fixing some warnings on Linuxsugoi@google.com
2013-03-05Make SkOSWindow return the sample count and stencil bit count for its GL cont...bsalomon@google.com
2013-03-05Unify wgl context creation.bsalomon@google.com
2013-03-04Add commented out code to create a core profile on windows.bsalomon@google.com