1. fb02cda Force VisualBench to reset GLContext on GrContext reset by joshualitt · 9 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 9 years ago
  4. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  5. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  6. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  7. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  8. 6f157d9 Handle close button in SkOSWindow_Unix. by bungeman · 10 years ago
  9. 1b3fea7 Cleanup: Remove unused includes from skia_unix.cpp by tfarina@chromium.org · 11 years ago
  10. 04018f3 An SkOSWindow for Unix may experience stuttering, with missed events or long delays before events are processed when using SkEvent.postDelay(). by commit-bot@chromium.org · 11 years ago
  11. 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
  12. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 5e4fe21 Fix shift detection in views on X. by bungeman@google.com · 11 years ago
  14. d1f1b67 post Expose event when we see an inval by reed@google.com · 11 years ago
  15. 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
  16. a48595d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  18. 93c7ee3 Removed unused parameters by sugoi@google.com · 12 years ago
  19. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  20. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 12 years ago
  21. 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. e378d83 translate modifier keys for xevents by reed@google.com · 12 years ago
  23. 3792418 fix linux build by reed@google.com · 12 years ago
  24. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  25. 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
  26. 75356a7 Fixed compile warning in SkOSWindow_unix.cpp by bsalomon@google.com · 12 years ago
  27. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  28. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 13 years ago
  29. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 13 years ago
  30. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 13 years ago
  31. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 13 years ago
  32. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 13 years ago
  33. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 13 years ago
  34. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago