1. 84a6511 font/sfnt: use charmap EncodeRune API. by Nigel Tao · 7 years ago
  2. 10ed294 font/sfnt: implement Font.GlyphAdvance. by Nigel Tao · 7 years ago
  3. ce0faa1 font/sfnt: flip the Y axis for LoadGlyph's Segments. by Nigel Tao · 7 years ago
  4. f36ba34 font/sfnt: implement Font Dict Select. by Nigel Tao · 7 years ago
  5. 59d151b font/sfnt: implement implicit vstem before hintmask. by Nigel Tao · 7 years ago
  6. ecc1a9a font/sfnt: fix argStack size check for moveto ops. by Nigel Tao · 7 years ago
  7. f03a046 font/gofont: new Smallcaps; update other Go Fonts. by Nigel Tao · 7 years ago
  8. c0851fb font/sfnt: support PostScript compound glyphs (subroutines). by Nigel Tao · 7 years ago
  9. 2e35bd5 font/sfnt: increase proprietary_test coverage. by Nigel Tao · 7 years ago
  10. 2c9074b font/sfnt: implement flagWeHaveATwoByTwo. by Nigel Tao · 7 years ago
  11. fb59e5b font/sfnt: rename a "stack" field to "argStack". by Nigel Tao · 7 years ago
  12. 88e2d80 font/sfnt: ignore version 1 kern tables. by Nigel Tao · 7 years ago
  13. 6847eff font/sfnt: support font collections (.ttc and .otc files). by Nigel Tao · 7 years ago
  14. 1995ed1 font/sfnt: support TrueType glyph transformations. by Nigel Tao · 7 years ago
  15. 792d36e font/sfnt: support TrueType compound glyphs. by Nigel Tao · 7 years ago
  16. c1a19c1 font/sfnt: implement rcurveline and rlinecurve. by Nigel Tao · 7 years ago
  17. 793f3be font/sfnt: implement {hh,vv}curveto. by Nigel Tao · 7 years ago
  18. 069db1d font/sfnt: make parseXxx dependencies explicit. by Nigel Tao · 7 years ago
  19. e6cbe77 draw: use type aliases for go1.8.typealias builds too by Russ Cox · 7 years ago
  20. c8ae36c font/sfnt: implement Font.Kern. by Nigel Tao · 7 years ago
  21. b952c94 font/sfnt: check the versions of proprietary fonts. by Nigel Tao · 7 years ago
  22. ed91dc3 font/sfnt: add a ppem arg to Font.LoadGlyph. by Nigel Tao · 7 years ago
  23. 791b615 font/sfnt: update test for adobe/SourceSansPro-Regular.ttf. by Nigel Tao · 7 years ago
  24. 8491f88 font/sfnt: implement Font.GlyphName. by Nigel Tao · 7 years ago
  25. 153d857 font/sfnt: support Symbol fonts such as MS Webdings. by Nigel Tao · 7 years ago
  26. 306b829 draw: alias the standard library's image/draw's exported types. by Nigel Tao · 7 years ago
  27. df2aa51 draw: tweak the YCbCr to RGBA conversion formula again. by Nigel Tao · 7 years ago
  28. 05f0a46 font/sfnt: support non-zero offsets in format-4 cmap tables. by Nigel Tao · 7 years ago
  29. 993cf22 font/sfnt: fix proprietary fonts and cmap format 12. by Nigel Tao · 7 years ago
  30. 28d9a8b font/sfnt: add tests for proprietary fonts. by Nigel Tao · 7 years ago
  31. c8ab450 font/sfnt: support cmap format 12. by Nigel Tao · 7 years ago
  32. 55ae12a font/sfnt: use ../testdata/cmapTest.ttf. by Nigel Tao · 7 years ago
  33. 69afd00 font/sfnt: parse the cmap table. by Nigel Tao · 7 years ago
  34. 83686c5 font/sfnt: parse the glyf table. by Nigel Tao · 7 years ago
  35. 1ff62c9 math/fixed: add some Point and Rectangle methods. by Nigel Tao · 7 years ago
  36. 3ba1194 font: fix rectangle-union for empty rectangles. by Nigel Tao · 7 years ago
  37. f1b1ff5 font: add bounds measurement methods by Raphael Geronimi · 7 years ago
  38. 2d771d3 font/sfnt: add a Font.Name method. by Nigel Tao · 7 years ago
  39. ed90ab8 font/sfnt: add a comment about contour ordering. by Nigel Tao · 7 years ago
  40. 88b0132 font/sfnt: implement rrcurveto. by Nigel Tao · 7 years ago
  41. ce50dba font/sfnt: parse Type 2 Charstrings. by Nigel Tao · 7 years ago
  42. ae63d5d font: add some comments for the XxxBytes methods. by Nigel Tao · 7 years ago
  43. e2d0a9f font/sfnt: parse CFF 2-byte operators and real numbers. by Nigel Tao · 7 years ago
  44. 5286ed5 font/sfnt: parse the CFF table. by Nigel Tao · 7 years ago
  45. c39d899 font/sfnt: new package for parsing SFNT fonts. by Nigel Tao · 7 years ago
  46. d2f07f8 font/gofont: add style descriptions to the generated package docs. by Nigel Tao · 7 years ago
  47. b7f8df6 font/gofont: new packages for the Go font family. by Nigel Tao · 7 years ago
  48. 507b1a4 vector: measure the fixed point rasterizer's accuracy. by Nigel Tao · 7 years ago
  49. 98f3e4e vector: make args float32 pairs instead of f32.Vec2. by Nigel Tao · 7 years ago
  50. c78039e vector: tweak the asm register assignment. by Nigel Tao · 8 years ago
  51. 0ed2caa vector: add go1.6 build tag for asm code. by Nigel Tao · 8 years ago
  52. 93fad36 vector: remove a shift from the inner loop. by Nigel Tao · 8 years ago
  53. 8874bef vector: change ϕ from 10 to 9. by Nigel Tao · 8 years ago
  54. fa54d6f vector: simplify fixedLineTo computation. by Nigel Tao · 8 years ago
  55. f72412c vector: fix overflow when rasterizing a 30 degree line. by Nigel Tao · 8 years ago
  56. e78c457 vector: add SIMD versions of xxxAccumulateMask. by Nigel Tao · 8 years ago
  57. beb9675 vector: fix overflow when rasterizing wide lines. by Nigel Tao · 8 years ago
  58. 8edbaf3 vector: add SIMD versions of xxxAccumulateOpOver. by Nigel Tao · 8 years ago
  59. ae7296d vector: generate acc_amd64.s from a template. by Nigel Tao · 8 years ago
  60. 746988e vector: add SIMD versions of xxxAccumulateOpSrc. by Nigel Tao · 8 years ago
  61. dc590ef vector: add some accumulate tests. by Nigel Tao · 8 years ago
  62. 1be1b0a tiff: reject TIFF images with unsorted IFD tags. by Benny Siegert · 9 years ago
  63. 72141d5 vector: re-order some functions. by Nigel Tao · 8 years ago
  64. 992afa5 vector: add a fixed point math implementation. by Nigel Tao · 8 years ago
  65. 8a20735 vector: sort benchmarks from slowest to fastest. by Nigel Tao · 8 years ago
  66. 14bbbc8 vector: add a fast path for RGBA dst images. by Nigel Tao · 8 years ago
  67. 0080ac3 vector: add some more tests. by Nigel Tao · 8 years ago
  68. 7ea3649 vector: allow dst and mask to have different strides. by Nigel Tao · 8 years ago
  69. b077ed4 vector: implement arbitrary dst and src image types. by Nigel Tao · 8 years ago
  70. 50ce1eb vector: add benchmarks. by Nigel Tao · 8 years ago
  71. cd8486a vector: implement DrawOp == draw.Over. by Nigel Tao · 8 years ago
  72. bb355ba vector: add CubeTo. by Nigel Tao · 8 years ago
  73. 714f2e4 vector: new package for rasterizing 2-D graphics. by Nigel Tao · 8 years ago
  74. 112f996 math/fixed: add Mul methods. by Nigel Tao · 8 years ago
  75. 9f8d0d4 font/plan9font: look for subfont ".0" suffixes. by Nigel Tao · 8 years ago
  76. c348254 webp: make a placeholder package for Go 1.5 and earlier. by Nigel Tao · 8 years ago
  77. 81315f0 webp: mark package as requiring Go 1.6 for NYCbCrA by Brad Fitzpatrick · 8 years ago
  78. a21e5be riff: fix some short chunk data bugs. by Nigel Tao · 8 years ago
  79. 8550bb5 font/inconsolata: new package. by Nigel Tao · 8 years ago
  80. c4226c0 font/basicfont: add Descent and Left fields. by Nigel Tao · 8 years ago
  81. 9768017 font: add a []byte flavor of string methods. by Nigel Tao · 8 years ago
  82. 51ddfee colornames: export variables such as Darkred. by Nigel Tao · 8 years ago
  83. f551d3a font/plan9font: derive the example's ascent from the metrics. by Nigel Tao · 8 years ago
  84. 14f8673 font: add a MeasureString function, not just a method. by Nigel Tao · 8 years ago
  85. 4cff430 example/font: use an "example" build tag instead of "ignore". by Nigel Tao · 8 years ago
  86. c4e9f1b math/fixed: have Floor, Round and Ceil return int, not Int26_6. by Nigel Tao · 8 years ago
  87. 0991244 math/fixed: add Floor, Round and Ceil methods. by Nigel Tao · 8 years ago
  88. 22f1b5f font/plan9font: optimize the conversion to image.Alpha. by Nigel Tao · 8 years ago
  89. 7a32048 plan9font: use image.Alpha for subface images. by Ethan Burns · 8 years ago
  90. 8b5ac8f image/font: make a zero Weight mean a normal weight. by Nigel Tao · 8 years ago
  91. 0ebebfd webp: fix tests for webp/nycbcra deprecation. by Nigel Tao · 8 years ago
  92. 00fe24e webp/nycbcra: deprecate package. by Nigel Tao · 9 years ago
  93. f1e9747 font: add Metrics.Descent. by Nigel Tao · 8 years ago
  94. 7b1c29e font: add Face.Metrics. by Ethan Burns · 8 years ago
  95. 7c49269 cmd/webp-manual-test: blacklist some versions of the dwebp binary. by Nigel Tao · 8 years ago
  96. baddd34 font/basicfont: new package for a basic font face. by Nigel Tao · 9 years ago
  97. 2dc9880 colornames: fix copyright year. by Nigel Tao · 9 years ago
  98. b3d8467 font: fix up some old x/exp/shiny references. by Nigel Tao · 9 years ago
  99. 00f88f5 Merge x/exp/shiny/font to x/image/font. by Nigel Tao · 9 years ago
  100. b53870f shiny/font/plan9font: add an example test. by Nigel Tao · 9 years ago