1. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  2. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  3. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  4. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  5. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  6. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  7. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  8. 8d84c99 SkFontMgr for Android. by bungeman · 10 years ago
  9. 7b82d0f Revert of SkFontMgr for Android. (https://codereview.chromium.org/414483002/) by robertphillips · 10 years ago
  10. 4f9a01e SkFontMgr for Android. by bungeman · 10 years ago
  11. 9358706 skia_directwrite -> skia_gdi by Mike Klein · 10 years ago
  12. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago
  13. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  14. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  15. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  16. abf4189 Drop support for non-atomic non-mutex platforms. by commit-bot@chromium.org · 10 years ago
  17. 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 10 years ago
  18. 04c32a8 Fix r13897. by bungeman@google.com · 10 years ago
  19. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  20. f84722e Build Skia for a bare-bones embedded Linux system. by commit-bot@chromium.org · 10 years ago
  21. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  22. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  23. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  24. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  25. bcb88e5 Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures by robertphillips@google.com · 11 years ago
  26. 8b71ef1 skia: Added SkDiscardableMemory interface. by scroggo@google.com · 11 years ago
  27. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  29. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  30. 936be47 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  32. e027a6e adapt FontConfig to use SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  33. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  34. 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 11 years ago
  35. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  36. 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
  37. fc70a4a Remove unneeded mention of SkThread_pthread.cpp in ports.gyp. by bungeman@google.com · 11 years ago
  38. f2e7dbb Split TLS implementation into its own translation unit. by bungeman@google.com · 11 years ago
  39. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  40. 2897931 Fix broken include path for directwrite backend by djsollen@google.com · 11 years ago
  41. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  42. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  43. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  44. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  45. bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 11 years ago
  46. 381bb43 add separate impl file for SkFontMgr_fontconfig, so we don't polute by reed@google.com · 11 years ago
  47. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  48. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 11 years ago
  49. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 11 years ago
  50. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  51. 09f6c5c Fix android build by robertphillips@google.com · 11 years ago
  52. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 11 years ago
  53. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 11 years ago
  54. 8333d2a enable fontconfig backend for fonthost on linux by reed@google.com · 11 years ago
  55. b103ed4 eliminate atsuii/coretext distinction, and rename to just _mac by mike@reedtribe.org · 11 years ago
  56. 4e0d96b revert fontconfig gyp change for now (need to install it on housekeeper and chromeos bots) by reed@google.com · 11 years ago
  57. f0e92f3 enable fontconfig by default in ports.gyp by reed@google.com · 11 years ago
  58. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  59. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 11 years ago
  60. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 11 years ago
  61. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  62. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  63. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  64. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  65. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  66. a98eb91 Add NaCl port of Skia by borenet@google.com · 12 years ago
  67. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  68. 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
  69. c59b5da Split out SkFontHost_FreeType into common files by george@mozilla.com · 12 years ago
  70. 6ca0a5d Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms. by bungeman@google.com · 12 years ago
  71. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  72. af73091 Set bench/gm/tests as explicit dependencies of SkiaAndroidApp (trunk) by borenet@google.com · 12 years ago
  73. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  74. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 12 years ago
  75. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  76. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  77. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  78. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  79. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 12 years ago
  80. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago
  81. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 12 years ago
  82. 62b24b1 Fix android build and cleanup references to SkMMapStream by djsollen@google.com · 13 years ago
  83. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  84. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago