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