1. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  2. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  3. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  4. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  5. 17f0b6d share dm and command flags by caryclark · 10 years ago
  6. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  7. b45c56e fix iOS build -- pass colortype, not config by commit-bot@chromium.org · 10 years ago
  8. 8cb741c add param name w/ default arg to work around clang bug on mac 10.7 by reed@google.com · 10 years ago
  9. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  10. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  11. a3b84d4 Support MSAA4 and (non-ES) OpenGL in Android SampleApp by commit-bot@chromium.org · 11 years ago
  12. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  13. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  14. a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
  15. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  16. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 11 years ago
  17. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  19. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  20. e78dd4b add metadata to Click for views by mike@reedtribe.org · 12 years ago
  21. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  22. 3fe1690 Delete three class declarations that we don't provide implementations anymore. by tfarina@chromium.org · 12 years ago
  23. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  24. 887760f views: Fix a typo in SkEvent.h by tfarina@chromium.org · 12 years ago
  25. aa400ee doh, fix typo by reed@google.com · 12 years ago
  26. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  27. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  28. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  29. 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
  30. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  31. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  32. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 12 years ago
  33. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  34. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  35. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  36. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 12 years ago
  37. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  38. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  39. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  40. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  41. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  42. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  43. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  44. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  45. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  46. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  47. 178b8e0 Add SK_OVERRIDE where appropriate. by tomhudson@google.com · 12 years ago
  48. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  49. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  50. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  51. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  52. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  53. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  54. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  55. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  56. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  57. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  58. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  59. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  60. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  61. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  62. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  63. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  64. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  65. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  66. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  67. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  68. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  69. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 13 years ago
  70. 5e3496e move SkMetaData into core by reed@google.com · 13 years ago
  71. 0f185c2 Move zoomer into SampleApp by Scroggo · 13 years ago
  72. 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 13 years ago
  73. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 13 years ago
  74. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  75. 52f57e1 add fling by reed@google.com · 13 years ago
  76. b7e9aee Add a sample application that runs on unix. by scroggo · 13 years ago
  77. 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
  78. 48cf8ac change forward decl of SkMatrix from struct (wrong) to class (correct) by reed@android.com · 13 years ago
  79. 232a660 remove obsolete, unsupported sound files by reed@google.com · 14 years ago
  80. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  81. e191b16 update windows port by reed@android.com · 15 years ago
  82. e522ca5 fix winding bug in lineclipper by reed@android.com · 15 years ago
  83. e72fee5 add onSendClickToChildren to views, so a view can capture all clicks. by reed@android.com · 15 years ago
  84. 34245c7 add OVerView slide to samplecode by reed@android.com · 15 years ago
  85. 9186103 don't put the class name in front of the method by reed@android.com · 15 years ago
  86. 6c5f6f2 add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on by reed@android.com · 15 years ago
  87. 25fc5b9 update SDL port to support OpenGL by reed@android.com · 15 years ago
  88. c3a8c5f create offscreen surface so we can set its RGB ordering to match our internals by reed@android.com · 15 years ago
  89. 671cd65 add SDL support by reed@android.com · 15 years ago
  90. 64dbab7 need to include carbon.h so we know what OSStatus is by reed@android.com · 16 years ago
  91. 3a0b5be Remove legacy pascal prefix by reed@android.com · 16 years ago
  92. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  93. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
  94. 8a1c16f grab from latest android by reed@android.com · 16 years ago