1. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  2. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  3. 028205b Remove SK_BUILD_FOR_WINCE. by bungeman · 9 years ago
  4. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  5. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  6. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  7. 8419591 Make SkNSView's window accept mouseMoved events by bsalomon · 9 years ago
  8. 241b56d Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files. by bsalomon · 9 years ago
  9. e3b22dc Remove SkOSWindow_Mac.cpp by bsalomon · 9 years ago
  10. 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 9 years ago
  11. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
  12. 1e7951f There are still things to sort out but this seems to run correctly. by bsalomon · 9 years ago
  13. e0ef4a7 win32: post invalidation rectangle to OS directly in SkOSWindow::onHandleInval() by bsalomon · 9 years ago
  14. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  15. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  16. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  17. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  18. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  19. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  20. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  21. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  22. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  23. 615c593 move SkTextBox into utils by reed · 10 years ago
  24. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  25. 789e327 tell our grcontext to abandon its backend by reed · 10 years ago
  26. d157b6a Clean up some warnings about unused code. by mtklein · 10 years ago
  27. d3ce6b4 explicitly delete our c++ window on quit by reed · 10 years ago
  28. 3fc02f1 override applicationShouldTerminate so we can cleanup when we quit by reed · 10 years ago
  29. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  30. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  31. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  32. 4459a04 When parsing arguments on Windows, check malloc() for failure. by senorblanco · 10 years ago
  33. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  34. 936b734 ios fixes by caryclark · 10 years ago
  35. 6f157d9 Handle close button in SkOSWindow_Unix. by bungeman · 10 years ago
  36. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  37. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  38. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  39. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  40. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  41. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  42. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  43. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  44. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  45. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  46. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  47. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  48. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  49. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  50. 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 11 years ago
  51. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  52. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  53. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  54. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  55. 6a18079 Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT. by commit-bot@chromium.org · 11 years ago
  56. 1b3fea7 Cleanup: Remove unused includes from skia_unix.cpp by tfarina@chromium.org · 11 years ago
  57. 04018f3 An SkOSWindow for Unix may experience stuttering, with missed events or long delays before events are processed when using SkEvent.postDelay(). by commit-bot@chromium.org · 11 years ago
  58. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  59. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  60. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  61. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  62. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  63. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  64. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  65. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  66. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  67. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  68. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  69. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  70. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  71. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  72. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  73. 44fb1fa Make implicit cast explicit to fix r9807 on gcc. by bungeman@google.com · 11 years ago
  74. b20a1b5 Minimal changes for SampleApp to eb HiDPI aware on Mac. by bungeman@google.com · 11 years ago
  75. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 5e4fe21 Fix shift detection in views on X. by bungeman@google.com · 11 years ago
  77. d1f1b67 post Expose event when we see an inval by reed@google.com · 11 years ago
  78. 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
  79. a48595d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  81. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  82. 732c5d5 fix warning related to && and || and parens by reed@google.com · 11 years ago
  83. a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
  84. 48821fc Fix a bug in SkTextBox. by scroggo@google.com · 11 years ago
  85. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 11 years ago
  86. 770ab36 Remove deprecated/obsolete Makefiles. by tfarina@chromium.org · 11 years ago
  87. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  88. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  89. f44957e Fix GDI device context leak. https://codereview.appspot.com/7682044/ by bungeman@google.com · 12 years ago
  90. 93c7ee3 Removed unused parameters by sugoi@google.com · 12 years ago
  91. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  92. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 12 years ago
  93. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 12 years ago
  94. b12dc38 Add commented out code to create a core profile on windows. by bsalomon@google.com · 12 years ago
  95. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  96. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 12 years ago
  97. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  98. 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. e378d83 translate modifier keys for xevents by reed@google.com · 12 years ago
  100. 3792418 fix linux build by reed@google.com · 12 years ago