1. 4e30a6e vector: fix tests on wasm by Richard Musiol · 5 years ago
  2. 3fc05d4 tiff: add Fuzz function by Andrei Tudor Călin · 5 years ago
  3. 0694c2d font/sfnt: support for large kern tables by Oliver Tonnhofer · 5 years ago
  4. 31aff87 all: add a go.mod file by Michael Matloob · 5 years ago
  5. ef4a147 font/sfnt: support for kerning from GPOS tables by Oliver Tonnhofer · 5 years ago
  6. 183bebd font/sfnt: support cmap format 6 by Denys Smirnov · 6 years ago
  7. cd38e80 font/sfnt: make PostTable.ItalicAngle a float64 by Nigel Tao · 5 years ago
  8. dd492a2 font/sfnt: support fonts with "true" apple version tag by Denys Smirnov · 6 years ago
  9. d9c2484 font/sfnt: parse and expose PostScript information by Denys Smirnov · 6 years ago
  10. 46e4eb7 vector: use asm opcode mnemonics by Nigel Tao · 5 years ago
  11. 249dc85 draw: re-enable the image.Rectangle DstMask fast path by Dmitri Shuralyov · 5 years ago
  12. aa35264 font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyph by Dmitri Shuralyov · 5 years ago
  13. 22fd5b5 draw: fix Transformer documentation formatting by Dmitri Shuralyov · 5 years ago
  14. a3f9a00 draw: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  15. 36ab240 webp: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  16. 4b0b9b9 vector: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  17. 6f5d68b webp/nycbcra: delete deprecated package by Dmitri Shuralyov · 5 years ago
  18. 5591930 colornames: update SVG 1.1 spec URL by Dmitri Shuralyov · 5 years ago
  19. fe2fa19 font/sfnt: support post table version 1.0 by Denys Smirnov · 6 years ago
  20. 63626fb font/sfnt: fix hmtx table size validation by Denys Smirnov · 6 years ago
  21. 69cc364 all: fix typos by Igor Zhilianin · 6 years ago
  22. 2a2258f font/sfnt: support parsing legacy fonts with OS2 table version <= 1 by Denys Smirnov · 6 years ago
  23. 9b1e201 bmp: update comment about decoding 32 bpp images by Nigel Tao · 6 years ago
  24. a9455cf image/bmp: support v4 and v5 info header versions by David Heuschmann · 6 years ago
  25. 991ec62 image/font: expose caret slope by Elias Naur · 6 years ago
  26. e1a1ede font,font/sfnt: expose font x-Height and capHeight by Elias Naur · 6 years ago
  27. c73c2af bmp: remove unused testing.T arg by Nigel Tao · 6 years ago
  28. e7c2a4f bmp: Add support for writing bitmaps with alpha channels by Derek Buitenhuis · 6 years ago
  29. cc896f8 font/sfnt,font/opentype: correct font height computation by Elias Naur · 6 years ago
  30. af66def README: fix go get instructions by Paul Jolly · 6 years ago
  31. f315e44 tiff: fixes problem with decoding tiled uint16 tiff files. by monkeybutter · 6 years ago
  32. f3a9b89 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  33. 12117c1 draw: fix crash caused by Scale by Copy shortcut by Jiulong Wang · 6 years ago
  34. e5db4c4 font/opentype: implement font.Face interface by Sebastien Binet · 7 years ago
  35. f7e31b4 font/sfnt: add Metrics to Font by Elias Naur · 7 years ago
  36. 334384d README: add more description by Kevin Burke · 7 years ago
  37. e20db36 vector: prevent fused multiply-add being used in floatingLineTo by Michael Munday · 7 years ago
  38. d1087bc vector: benchmark the floating point code path. by Nigel Tao · 7 years ago
  39. 426cfd8 font/sfnt: implement hflex and hflex1. by Nigel Tao · 7 years ago
  40. d835a09 font/sfnt: add ErrColoredGlyph. by Nigel Tao · 7 years ago
  41. f483456 font/sfnt: don't reject multiple kern subtables. by Nigel Tao · 7 years ago
  42. d442804 tiff/lzw: sync with the stdlib compress/lzw. by Nigel Tao · 7 years ago
  43. 3210c02 font/sfnt: support .dfont files. by Nigel Tao · 7 years ago
  44. a74d51e tiff: remove InternalError which is not used anywhere. by kim yongbin · 7 years ago
  45. 7c3fafc font/sfnt: explicitly close glyph contours. by Nigel Tao · 7 years ago
  46. 1de9a5b font/sfnt: implement Font.Bounds. by Nigel Tao · 7 years ago
  47. 84a6511 font/sfnt: use charmap EncodeRune API. by Nigel Tao · 7 years ago
  48. 10ed294 font/sfnt: implement Font.GlyphAdvance. by Nigel Tao · 7 years ago
  49. ce0faa1 font/sfnt: flip the Y axis for LoadGlyph's Segments. by Nigel Tao · 7 years ago
  50. f36ba34 font/sfnt: implement Font Dict Select. by Nigel Tao · 7 years ago
  51. 59d151b font/sfnt: implement implicit vstem before hintmask. by Nigel Tao · 7 years ago
  52. ecc1a9a font/sfnt: fix argStack size check for moveto ops. by Nigel Tao · 7 years ago
  53. f03a046 font/gofont: new Smallcaps; update other Go Fonts. by Nigel Tao · 7 years ago
  54. c0851fb font/sfnt: support PostScript compound glyphs (subroutines). by Nigel Tao · 7 years ago
  55. 2e35bd5 font/sfnt: increase proprietary_test coverage. by Nigel Tao · 7 years ago
  56. 2c9074b font/sfnt: implement flagWeHaveATwoByTwo. by Nigel Tao · 7 years ago
  57. fb59e5b font/sfnt: rename a "stack" field to "argStack". by Nigel Tao · 7 years ago
  58. 88e2d80 font/sfnt: ignore version 1 kern tables. by Nigel Tao · 7 years ago
  59. 6847eff font/sfnt: support font collections (.ttc and .otc files). by Nigel Tao · 7 years ago
  60. 1995ed1 font/sfnt: support TrueType glyph transformations. by Nigel Tao · 7 years ago
  61. 792d36e font/sfnt: support TrueType compound glyphs. by Nigel Tao · 7 years ago
  62. c1a19c1 font/sfnt: implement rcurveline and rlinecurve. by Nigel Tao · 7 years ago
  63. 793f3be font/sfnt: implement {hh,vv}curveto. by Nigel Tao · 7 years ago
  64. 069db1d font/sfnt: make parseXxx dependencies explicit. by Nigel Tao · 7 years ago
  65. e6cbe77 draw: use type aliases for go1.8.typealias builds too by Russ Cox · 7 years ago
  66. c8ae36c font/sfnt: implement Font.Kern. by Nigel Tao · 7 years ago
  67. b952c94 font/sfnt: check the versions of proprietary fonts. by Nigel Tao · 7 years ago
  68. ed91dc3 font/sfnt: add a ppem arg to Font.LoadGlyph. by Nigel Tao · 7 years ago
  69. 791b615 font/sfnt: update test for adobe/SourceSansPro-Regular.ttf. by Nigel Tao · 7 years ago
  70. 8491f88 font/sfnt: implement Font.GlyphName. by Nigel Tao · 7 years ago
  71. 153d857 font/sfnt: support Symbol fonts such as MS Webdings. by Nigel Tao · 7 years ago
  72. 306b829 draw: alias the standard library's image/draw's exported types. by Nigel Tao · 7 years ago
  73. df2aa51 draw: tweak the YCbCr to RGBA conversion formula again. by Nigel Tao · 7 years ago
  74. 05f0a46 font/sfnt: support non-zero offsets in format-4 cmap tables. by Nigel Tao · 7 years ago
  75. 993cf22 font/sfnt: fix proprietary fonts and cmap format 12. by Nigel Tao · 7 years ago
  76. 28d9a8b font/sfnt: add tests for proprietary fonts. by Nigel Tao · 7 years ago
  77. c8ab450 font/sfnt: support cmap format 12. by Nigel Tao · 7 years ago
  78. 55ae12a font/sfnt: use ../testdata/cmapTest.ttf. by Nigel Tao · 7 years ago
  79. 69afd00 font/sfnt: parse the cmap table. by Nigel Tao · 7 years ago
  80. 83686c5 font/sfnt: parse the glyf table. by Nigel Tao · 7 years ago
  81. 1ff62c9 math/fixed: add some Point and Rectangle methods. by Nigel Tao · 7 years ago
  82. 3ba1194 font: fix rectangle-union for empty rectangles. by Nigel Tao · 7 years ago
  83. f1b1ff5 font: add bounds measurement methods by Raphael Geronimi · 7 years ago
  84. 2d771d3 font/sfnt: add a Font.Name method. by Nigel Tao · 7 years ago
  85. ed90ab8 font/sfnt: add a comment about contour ordering. by Nigel Tao · 7 years ago
  86. 88b0132 font/sfnt: implement rrcurveto. by Nigel Tao · 7 years ago
  87. ce50dba font/sfnt: parse Type 2 Charstrings. by Nigel Tao · 7 years ago
  88. ae63d5d font: add some comments for the XxxBytes methods. by Nigel Tao · 7 years ago
  89. e2d0a9f font/sfnt: parse CFF 2-byte operators and real numbers. by Nigel Tao · 7 years ago
  90. 5286ed5 font/sfnt: parse the CFF table. by Nigel Tao · 7 years ago
  91. c39d899 font/sfnt: new package for parsing SFNT fonts. by Nigel Tao · 7 years ago
  92. d2f07f8 font/gofont: add style descriptions to the generated package docs. by Nigel Tao · 7 years ago
  93. b7f8df6 font/gofont: new packages for the Go font family. by Nigel Tao · 7 years ago
  94. 507b1a4 vector: measure the fixed point rasterizer's accuracy. by Nigel Tao · 7 years ago
  95. 98f3e4e vector: make args float32 pairs instead of f32.Vec2. by Nigel Tao · 7 years ago
  96. c78039e vector: tweak the asm register assignment. by Nigel Tao · 8 years ago
  97. 0ed2caa vector: add go1.6 build tag for asm code. by Nigel Tao · 8 years ago
  98. 93fad36 vector: remove a shift from the inner loop. by Nigel Tao · 8 years ago
  99. 8874bef vector: change ϕ from 10 to 9. by Nigel Tao · 8 years ago
  100. fa54d6f vector: simplify fixedLineTo computation. by Nigel Tao · 8 years ago