1. 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
  2. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  3. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  4. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  5. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  6. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  7. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  8. 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
  9. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  10. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  11. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  12. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  13. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  14. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  15. 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
  16. 44fb1fa Make implicit cast explicit to fix r9807 on gcc. by bungeman@google.com · 11 years ago
  17. b20a1b5 Minimal changes for SampleApp to eb HiDPI aware on Mac. by bungeman@google.com · 11 years ago
  18. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 5e4fe21 Fix shift detection in views on X. by bungeman@google.com · 11 years ago
  20. d1f1b67 post Expose event when we see an inval by reed@google.com · 11 years ago
  21. 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
  22. a48595d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  24. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  25. 732c5d5 fix warning related to && and || and parens by reed@google.com · 11 years ago
  26. a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
  27. 48821fc Fix a bug in SkTextBox. by scroggo@google.com · 11 years ago
  28. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 11 years ago
  29. 770ab36 Remove deprecated/obsolete Makefiles. by tfarina@chromium.org · 11 years ago
  30. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  31. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  32. f44957e Fix GDI device context leak. https://codereview.appspot.com/7682044/ by bungeman@google.com · 12 years ago
  33. 93c7ee3 Removed unused parameters by sugoi@google.com · 12 years ago
  34. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  35. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 12 years ago
  36. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 12 years ago
  37. b12dc38 Add commented out code to create a core profile on windows. by bsalomon@google.com · 12 years ago
  38. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 12 years ago
  40. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  41. 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. e378d83 translate modifier keys for xevents by reed@google.com · 12 years ago
  43. 3792418 fix linux build by reed@google.com · 12 years ago
  44. 72708fa fix win build by reed@google.com · 12 years ago
  45. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  46. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  47. 2882c57 Fix SampleApp busted images with --picture on windows. by bsalomon@google.com · 12 years ago
  48. e5877e6 Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years. by tfarina@chromium.org · 12 years ago
  49. ce9dce0 Fixed canvas creation in SampleApp by robertphillips@google.com · 12 years ago
  50. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  51. 200e53f fix win-only change (canvas -> rasterCanvas) by reed@google.com · 12 years ago
  52. 511aa0e doh(2) fix the other typo by reed@google.com · 12 years ago
  53. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  54. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  55. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  56. ddd8fa8 Remove SkListWidget.cpp, which has not been compiled for 18 months by epoger@google.com · 12 years ago
  57. 4e2d4ff Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years by epoger@google.com · 12 years ago
  58. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  59. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  60. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  61. 0d50bc1 Restore line breaking in SkTextBox. https://codereview.appspot.com/6500078/ by bungeman@google.com · 12 years ago
  62. 0dd5ceb Fix ANGLE build Review URL: https://codereview.appspot.com/6498045 by borenet@google.com · 12 years ago
  63. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  64. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  65. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  66. 2e40173 revert gpu-less mac sample app, remove busted sample (that has equivalent gm) by bsalomon@google.com · 12 years ago
  67. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  68. 6fccbd1 SkTextBox to use public interfaces for line layout. by bungeman@google.com · 12 years ago
  69. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 12 years ago
  70. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  71. a23d048 remove SkInstCnt tracking of SkViewRegistry by reed@google.com · 12 years ago
  72. 7965548 remove bogus SkViewFactory reference by reed@google.com · 12 years ago
  73. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  74. 75356a7 Fixed compile warning in SkOSWindow_unix.cpp by bsalomon@google.com · 12 years ago
  75. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  76. 679ab31 fix warnings on Mac in src/views by caryclark@google.com · 12 years ago
  77. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  78. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  79. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  80. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  81. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 12 years ago
  82. ed16483 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  83. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  84. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  85. 2858b31 Fix line endings in src/view/win (and set the eol style property) by bsalomon@google.com · 12 years ago
  86. d5b05ef Patching Mac files missed in first delivery by robertphillips@google.com · 12 years ago
  87. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  88. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  89. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  90. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  91. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  92. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  93. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 12 years ago
  94. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  95. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  96. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  97. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  98. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  99. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  100. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago