1. e1a1ede font,font/sfnt: expose font x-Height and capHeight by Elias Naur · 6 years ago
  2. c73c2af bmp: remove unused testing.T arg by Nigel Tao · 6 years ago
  3. e7c2a4f bmp: Add support for writing bitmaps with alpha channels by Derek Buitenhuis · 6 years ago
  4. cc896f8 font/sfnt,font/opentype: correct font height computation by Elias Naur · 6 years ago
  5. af66def README: fix go get instructions by Paul Jolly · 6 years ago
  6. f315e44 tiff: fixes problem with decoding tiled uint16 tiff files. by monkeybutter · 6 years ago
  7. f3a9b89 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  8. 12117c1 draw: fix crash caused by Scale by Copy shortcut by Jiulong Wang · 6 years ago
  9. e5db4c4 font/opentype: implement font.Face interface by Sebastien Binet · 7 years ago
  10. f7e31b4 font/sfnt: add Metrics to Font by Elias Naur · 7 years ago
  11. 334384d README: add more description by Kevin Burke · 7 years ago
  12. e20db36 vector: prevent fused multiply-add being used in floatingLineTo by Michael Munday · 7 years ago
  13. d1087bc vector: benchmark the floating point code path. by Nigel Tao · 7 years ago
  14. 426cfd8 font/sfnt: implement hflex and hflex1. by Nigel Tao · 7 years ago
  15. d835a09 font/sfnt: add ErrColoredGlyph. by Nigel Tao · 7 years ago
  16. f483456 font/sfnt: don't reject multiple kern subtables. by Nigel Tao · 7 years ago
  17. d442804 tiff/lzw: sync with the stdlib compress/lzw. by Nigel Tao · 7 years ago
  18. 3210c02 font/sfnt: support .dfont files. by Nigel Tao · 7 years ago
  19. a74d51e tiff: remove InternalError which is not used anywhere. by kim yongbin · 7 years ago
  20. 7c3fafc font/sfnt: explicitly close glyph contours. by Nigel Tao · 7 years ago
  21. 1de9a5b font/sfnt: implement Font.Bounds. by Nigel Tao · 7 years ago
  22. 84a6511 font/sfnt: use charmap EncodeRune API. by Nigel Tao · 7 years ago
  23. 10ed294 font/sfnt: implement Font.GlyphAdvance. by Nigel Tao · 7 years ago
  24. ce0faa1 font/sfnt: flip the Y axis for LoadGlyph's Segments. by Nigel Tao · 7 years ago
  25. f36ba34 font/sfnt: implement Font Dict Select. by Nigel Tao · 7 years ago
  26. 59d151b font/sfnt: implement implicit vstem before hintmask. by Nigel Tao · 7 years ago
  27. ecc1a9a font/sfnt: fix argStack size check for moveto ops. by Nigel Tao · 7 years ago
  28. f03a046 font/gofont: new Smallcaps; update other Go Fonts. by Nigel Tao · 7 years ago
  29. c0851fb font/sfnt: support PostScript compound glyphs (subroutines). by Nigel Tao · 7 years ago
  30. 2e35bd5 font/sfnt: increase proprietary_test coverage. by Nigel Tao · 7 years ago
  31. 2c9074b font/sfnt: implement flagWeHaveATwoByTwo. by Nigel Tao · 7 years ago
  32. fb59e5b font/sfnt: rename a "stack" field to "argStack". by Nigel Tao · 7 years ago
  33. 88e2d80 font/sfnt: ignore version 1 kern tables. by Nigel Tao · 7 years ago
  34. 6847eff font/sfnt: support font collections (.ttc and .otc files). by Nigel Tao · 7 years ago
  35. 1995ed1 font/sfnt: support TrueType glyph transformations. by Nigel Tao · 7 years ago
  36. 792d36e font/sfnt: support TrueType compound glyphs. by Nigel Tao · 7 years ago
  37. c1a19c1 font/sfnt: implement rcurveline and rlinecurve. by Nigel Tao · 7 years ago
  38. 793f3be font/sfnt: implement {hh,vv}curveto. by Nigel Tao · 7 years ago
  39. 069db1d font/sfnt: make parseXxx dependencies explicit. by Nigel Tao · 7 years ago
  40. e6cbe77 draw: use type aliases for go1.8.typealias builds too by Russ Cox · 7 years ago
  41. c8ae36c font/sfnt: implement Font.Kern. by Nigel Tao · 7 years ago
  42. b952c94 font/sfnt: check the versions of proprietary fonts. by Nigel Tao · 7 years ago
  43. ed91dc3 font/sfnt: add a ppem arg to Font.LoadGlyph. by Nigel Tao · 7 years ago
  44. 791b615 font/sfnt: update test for adobe/SourceSansPro-Regular.ttf. by Nigel Tao · 7 years ago
  45. 8491f88 font/sfnt: implement Font.GlyphName. by Nigel Tao · 7 years ago
  46. 153d857 font/sfnt: support Symbol fonts such as MS Webdings. by Nigel Tao · 7 years ago
  47. 306b829 draw: alias the standard library's image/draw's exported types. by Nigel Tao · 7 years ago
  48. df2aa51 draw: tweak the YCbCr to RGBA conversion formula again. by Nigel Tao · 7 years ago
  49. 05f0a46 font/sfnt: support non-zero offsets in format-4 cmap tables. by Nigel Tao · 7 years ago
  50. 993cf22 font/sfnt: fix proprietary fonts and cmap format 12. by Nigel Tao · 7 years ago
  51. 28d9a8b font/sfnt: add tests for proprietary fonts. by Nigel Tao · 7 years ago
  52. c8ab450 font/sfnt: support cmap format 12. by Nigel Tao · 7 years ago
  53. 55ae12a font/sfnt: use ../testdata/cmapTest.ttf. by Nigel Tao · 7 years ago
  54. 69afd00 font/sfnt: parse the cmap table. by Nigel Tao · 7 years ago
  55. 83686c5 font/sfnt: parse the glyf table. by Nigel Tao · 7 years ago
  56. 1ff62c9 math/fixed: add some Point and Rectangle methods. by Nigel Tao · 7 years ago
  57. 3ba1194 font: fix rectangle-union for empty rectangles. by Nigel Tao · 7 years ago
  58. f1b1ff5 font: add bounds measurement methods by Raphael Geronimi · 7 years ago
  59. 2d771d3 font/sfnt: add a Font.Name method. by Nigel Tao · 7 years ago
  60. ed90ab8 font/sfnt: add a comment about contour ordering. by Nigel Tao · 7 years ago
  61. 88b0132 font/sfnt: implement rrcurveto. by Nigel Tao · 7 years ago
  62. ce50dba font/sfnt: parse Type 2 Charstrings. by Nigel Tao · 7 years ago
  63. ae63d5d font: add some comments for the XxxBytes methods. by Nigel Tao · 7 years ago
  64. e2d0a9f font/sfnt: parse CFF 2-byte operators and real numbers. by Nigel Tao · 7 years ago
  65. 5286ed5 font/sfnt: parse the CFF table. by Nigel Tao · 7 years ago
  66. c39d899 font/sfnt: new package for parsing SFNT fonts. by Nigel Tao · 8 years ago
  67. d2f07f8 font/gofont: add style descriptions to the generated package docs. by Nigel Tao · 8 years ago
  68. b7f8df6 font/gofont: new packages for the Go font family. by Nigel Tao · 8 years ago
  69. 507b1a4 vector: measure the fixed point rasterizer's accuracy. by Nigel Tao · 8 years ago
  70. 98f3e4e vector: make args float32 pairs instead of f32.Vec2. by Nigel Tao · 8 years ago
  71. c78039e vector: tweak the asm register assignment. by Nigel Tao · 8 years ago
  72. 0ed2caa vector: add go1.6 build tag for asm code. by Nigel Tao · 8 years ago
  73. 93fad36 vector: remove a shift from the inner loop. by Nigel Tao · 8 years ago
  74. 8874bef vector: change ϕ from 10 to 9. by Nigel Tao · 8 years ago
  75. fa54d6f vector: simplify fixedLineTo computation. by Nigel Tao · 8 years ago
  76. f72412c vector: fix overflow when rasterizing a 30 degree line. by Nigel Tao · 8 years ago
  77. e78c457 vector: add SIMD versions of xxxAccumulateMask. by Nigel Tao · 8 years ago
  78. beb9675 vector: fix overflow when rasterizing wide lines. by Nigel Tao · 8 years ago
  79. 8edbaf3 vector: add SIMD versions of xxxAccumulateOpOver. by Nigel Tao · 8 years ago
  80. ae7296d vector: generate acc_amd64.s from a template. by Nigel Tao · 8 years ago
  81. 746988e vector: add SIMD versions of xxxAccumulateOpSrc. by Nigel Tao · 8 years ago
  82. dc590ef vector: add some accumulate tests. by Nigel Tao · 8 years ago
  83. 1be1b0a tiff: reject TIFF images with unsorted IFD tags. by Benny Siegert · 9 years ago
  84. 72141d5 vector: re-order some functions. by Nigel Tao · 8 years ago
  85. 992afa5 vector: add a fixed point math implementation. by Nigel Tao · 8 years ago
  86. 8a20735 vector: sort benchmarks from slowest to fastest. by Nigel Tao · 8 years ago
  87. 14bbbc8 vector: add a fast path for RGBA dst images. by Nigel Tao · 8 years ago
  88. 0080ac3 vector: add some more tests. by Nigel Tao · 8 years ago
  89. 7ea3649 vector: allow dst and mask to have different strides. by Nigel Tao · 8 years ago
  90. b077ed4 vector: implement arbitrary dst and src image types. by Nigel Tao · 8 years ago
  91. 50ce1eb vector: add benchmarks. by Nigel Tao · 8 years ago
  92. cd8486a vector: implement DrawOp == draw.Over. by Nigel Tao · 8 years ago
  93. bb355ba vector: add CubeTo. by Nigel Tao · 8 years ago
  94. 714f2e4 vector: new package for rasterizing 2-D graphics. by Nigel Tao · 8 years ago
  95. 112f996 math/fixed: add Mul methods. by Nigel Tao · 8 years ago
  96. 9f8d0d4 font/plan9font: look for subfont ".0" suffixes. by Nigel Tao · 8 years ago
  97. c348254 webp: make a placeholder package for Go 1.5 and earlier. by Nigel Tao · 8 years ago
  98. 81315f0 webp: mark package as requiring Go 1.6 for NYCbCrA by Brad Fitzpatrick · 8 years ago
  99. a21e5be riff: fix some short chunk data bugs. by Nigel Tao · 8 years ago
  100. 8550bb5 font/inconsolata: new package. by Nigel Tao · 8 years ago