1. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  2. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  3. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  4. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  5. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  6. 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
  7. 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 9 years ago
  8. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
  9. 1e7951f There are still things to sort out but this seems to run correctly. by bsalomon · 9 years ago
  10. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  11. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  12. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  13. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  14. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  15. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 9 years ago
  16. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  17. fa4f6cb Cleanup: More override fixes - include version. by tfarina · 10 years ago
  18. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  19. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  20. 615c593 move SkTextBox into utils by reed · 10 years ago
  21. 77ae06b Cleanup: Remove unnecessary forward declarations from some views files. by tfarina · 10 years ago
  22. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  23. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  24. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  25. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  26. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  27. 17f0b6d share dm and command flags by caryclark · 10 years ago
  28. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  29. b45c56e fix iOS build -- pass colortype, not config by commit-bot@chromium.org · 10 years ago
  30. 8cb741c add param name w/ default arg to work around clang bug on mac 10.7 by reed@google.com · 10 years ago
  31. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  32. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  33. a3b84d4 Support MSAA4 and (non-ES) OpenGL in Android SampleApp by commit-bot@chromium.org · 11 years ago
  34. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  35. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  36. a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
  37. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  38. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 11 years ago
  39. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  41. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  42. e78dd4b add metadata to Click for views by mike@reedtribe.org · 12 years ago
  43. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  44. 3fe1690 Delete three class declarations that we don't provide implementations anymore. by tfarina@chromium.org · 12 years ago
  45. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  46. 887760f views: Fix a typo in SkEvent.h by tfarina@chromium.org · 12 years ago
  47. aa400ee doh, fix typo by reed@google.com · 12 years ago
  48. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  49. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  50. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  51. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  52. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  53. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  54. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 12 years ago
  55. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  56. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  57. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  58. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 12 years ago
  59. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  60. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  61. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  62. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  63. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  64. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  65. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  66. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  67. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  68. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  69. 178b8e0 Add SK_OVERRIDE where appropriate. by tomhudson@google.com · 12 years ago
  70. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  71. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  72. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  73. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  74. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  75. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  76. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  77. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  78. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  79. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  80. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  81. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  82. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  83. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  84. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  85. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  86. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  87. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  88. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  89. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  90. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  91. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 13 years ago
  92. 5e3496e move SkMetaData into core by reed@google.com · 13 years ago
  93. 0f185c2 Move zoomer into SampleApp by Scroggo · 13 years ago
  94. 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 13 years ago
  95. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 13 years ago
  96. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  97. 52f57e1 add fling by reed@google.com · 13 years ago
  98. b7e9aee Add a sample application that runs on unix. by scroggo · 13 years ago
  99. 498a623 Remove offscreen GL support from SampleApp and SkOSWindow. This never worked anywhere but Mac and it doesn't work there anymore. by bsalomon@google.com · 13 years ago
  100. 48cf8ac change forward decl of SkMatrix from struct (wrong) to class (correct) by reed@android.com · 13 years ago