1. 2882c57 Fix SampleApp busted images with --picture on windows. by bsalomon@google.com · 12 years ago
  2. e5877e6 Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years. by tfarina@chromium.org · 12 years ago
  3. ce9dce0 Fixed canvas creation in SampleApp by robertphillips@google.com · 12 years ago
  4. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  5. 200e53f fix win-only change (canvas -> rasterCanvas) by reed@google.com · 12 years ago
  6. 511aa0e doh(2) fix the other typo by reed@google.com · 12 years ago
  7. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  8. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  9. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  10. ddd8fa8 Remove SkListWidget.cpp, which has not been compiled for 18 months by epoger@google.com · 12 years ago
  11. 4e2d4ff Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years by epoger@google.com · 12 years ago
  12. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  13. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  14. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  15. 0d50bc1 Restore line breaking in SkTextBox. https://codereview.appspot.com/6500078/ by bungeman@google.com · 12 years ago
  16. 0dd5ceb Fix ANGLE build Review URL: https://codereview.appspot.com/6498045 by borenet@google.com · 12 years ago
  17. 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
  18. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  19. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  20. 2e40173 revert gpu-less mac sample app, remove busted sample (that has equivalent gm) by bsalomon@google.com · 12 years ago
  21. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  22. 6fccbd1 SkTextBox to use public interfaces for line layout. by bungeman@google.com · 12 years ago
  23. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 12 years ago
  24. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  25. a23d048 remove SkInstCnt tracking of SkViewRegistry by reed@google.com · 12 years ago
  26. 7965548 remove bogus SkViewFactory reference by reed@google.com · 12 years ago
  27. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  28. 75356a7 Fixed compile warning in SkOSWindow_unix.cpp by bsalomon@google.com · 12 years ago
  29. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  30. 679ab31 fix warnings on Mac in src/views by caryclark@google.com · 12 years ago
  31. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  32. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  33. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  34. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  35. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 12 years ago
  36. ed16483 Fix GL attach/detach in Mac SampleApp 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. 2858b31 Fix line endings in src/view/win (and set the eol style property) by bsalomon@google.com · 12 years ago
  40. d5b05ef Patching Mac files missed in first delivery by robertphillips@google.com · 12 years ago
  41. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  42. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  43. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  44. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  45. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  46. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  47. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 12 years ago
  48. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  49. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  50. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  51. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  52. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  53. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  54. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  55. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  56. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  57. 513909f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  58. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  59. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  60. 2f9462d Fixed error in SkOSMenu by yangsu@google.com · 13 years ago
  61. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  62. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  63. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  64. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  65. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
  66. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  67. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  68. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  69. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  70. 261b8e2 fix warnings by reed@google.com · 13 years ago
  71. 42911fa Remove SkMetaData from makefile. by scroggo · 13 years ago
  72. 5e3496e move SkMetaData into core by reed@google.com · 13 years ago
  73. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 13 years ago
  74. b66365f Updates to the unix sample app. by scroggo · 13 years ago
  75. c31a9d6 fix warnings of int->float and double->float by reed@google.com · 13 years ago
  76. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  77. 2f83459 use SkSafeUnref() by mike@reedtribe.org · 13 years ago
  78. 52f57e1 add fling by reed@google.com · 13 years ago
  79. b7e9aee Add a sample application that runs on unix. by scroggo · 13 years ago
  80. f9bb7a8 fix float->int warning by reed@google.com · 13 years ago
  81. 232a660 remove obsolete, unsupported sound files by reed@google.com · 14 years ago
  82. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  83. 033e03c export line counts by reed@android.com · 14 years ago
  84. 985dfad add by reed@android.com · 14 years ago
  85. 562ea92 use statictextviews to display coordinates in unitmapper by reed@android.com · 14 years ago
  86. e191b16 update windows port by reed@android.com · 15 years ago
  87. e72fee5 add onSendClickToChildren to views, so a view can capture all clicks. by reed@android.com · 15 years ago
  88. 34245c7 add OVerView slide to samplecode by reed@android.com · 15 years ago
  89. 0f0cfae check-point for reviving animator by reed@android.com · 15 years ago
  90. 6c5f6f2 add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on by reed@android.com · 15 years ago
  91. 1599a43 Replace nil -> NULL in the views code. by deanm@chromium.org · 15 years ago
  92. 0becfc5 add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
  93. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  94. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
  95. 8a1c16f grab from latest android by reed@android.com · 16 years ago