1. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  2. 1ef8094 turn on extended Clang warnings on Windows too by Chris Dalton · 7 years ago
  3. c722f79 clang on windows support by Mike Klein · 7 years ago
  4. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  5. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  6. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  7. 4d1955c Fix SkFILEStream. by Ben Wagner · 7 years ago
  8. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  9. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  10. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  11. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  12. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  13. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  14. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  15. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
  16. 36c38cb Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  17. 93963ba Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ ) by msarett · 8 years ago
  18. b3a7ef1 Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  19. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  20. d442d32 Remove extra definitions of SkMovie by msarett · 8 years ago
  21. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago[Renamed from src/ports/SkImageDecoder_WIC.cpp]
  22. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  23. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  24. f037fde Delete SkImageDecoder by msarett · 8 years ago
  25. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  26. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  27. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  28. f799706 Delete SkImageDecoder by msarett · 8 years ago
  29. 60316a9 Disable the WIC encoder for jpegs by msarett · 8 years ago
  30. e820dfe Remove uses of SkImageDecoder from gms by msarett · 8 years ago
  31. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  32. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  33. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  34. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  35. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  36. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  37. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  38. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  39. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  40. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  41. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  42. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  43. e9336aa use colortypes instead of bitmap::config by reed@google.com · 11 years ago
  44. e7e29b7 scope ComputeIsOpaque with SkBitmap by reed@google.com · 11 years ago
  45. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  46. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  47. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
  48. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  49. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  50. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  51. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  52. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  53. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  54. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 12 years ago
  56. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  57. 59bfb12 Update WIC Image decoder to unpremul colors before save by robertphillips@google.com · 12 years ago
  58. 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
  59. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  60. 955bb07 Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/ by bungeman@google.com · 13 years ago
  61. 22b4950 Windows image decoder should handle all bitmap formats. by bungeman@google.com · 13 years ago
  62. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  63. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  64. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago