Commit Graph

  • a594737139 fix paths from git.gutmet.org to git.fireandbrimst.one/aw master v2.0.1 gutmet 2023-09-21 21:38:15 +0200
  • c2f707aba7 change paths v2.0.0 Alexander Weinhold 2018-12-06 17:03:52 +0100
  • cd38e8056d font/sfnt: make PostTable.ItalicAngle a float64 Nigel Tao 2018-11-16 09:27:58 +1100
  • dd492a22e4 font/sfnt: support fonts with "true" apple version tag Denys Smirnov 2018-10-30 23:05:30 +0200
  • d9c2484c48 font/sfnt: parse and expose PostScript information Denys Smirnov 2018-10-30 03:32:54 +0200
  • 46e4eb730a vector: use asm opcode mnemonics Nigel Tao 2018-11-10 11:03:43 +1100
  • 249dc8530c draw: re-enable the image.Rectangle DstMask fast path Dmitri Shuralyov 2018-11-08 18:34:23 -0500
  • aa35264064 font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyph Dmitri Shuralyov 2018-11-08 18:43:13 -0500
  • 22fd5b5408 draw: fix Transformer documentation formatting Dmitri Shuralyov 2018-11-08 16:45:22 -0500
  • a3f9a0009f draw: remove Go 1.8 support Dmitri Shuralyov 2018-11-08 15:15:35 -0500
  • 36ab2409c1 webp: remove Go 1.8 support Dmitri Shuralyov 2018-11-08 15:26:50 -0500
  • 4b0b9b997d vector: remove Go 1.8 support Dmitri Shuralyov 2018-11-08 15:28:34 -0500
  • 6f5d68baf1 webp/nycbcra: delete deprecated package Dmitri Shuralyov 2018-11-08 15:20:57 -0500
  • 55919307b5 colornames: update SVG 1.1 spec URL Dmitri Shuralyov 2018-11-08 15:06:01 -0500
  • fe2fa19765 font/sfnt: support post table version 1.0 Denys Smirnov 2018-10-31 00:12:18 +0200
  • 63626fb251 font/sfnt: fix hmtx table size validation Denys Smirnov 2018-10-25 03:51:34 +0300
  • 69cc3646b9 all: fix typos Igor Zhilianin 2018-10-30 00:08:48 +0000
  • 2a2258ff36 font/sfnt: support parsing legacy fonts with OS2 table version <= 1 Denys Smirnov 2018-10-24 03:36:30 +0300
  • 9b1e201e7c bmp: update comment about decoding 32 bpp images Nigel Tao 2018-10-24 10:00:46 +1100
  • a9455cf03d image/bmp: support v4 and v5 info header versions David Heuschmann 2018-10-10 16:55:54 +0200
  • 991ec62608 image/font: expose caret slope Elias Naur 2018-09-19 13:48:13 +0200
  • e1a1ede689 font,font/sfnt: expose font x-Height and capHeight Elias Naur 2018-09-15 11:34:11 +0200
  • c73c2afc3b bmp: remove unused testing.T arg Nigel Tao 2018-07-06 15:06:37 +1000
  • e7c2a4f042 bmp: Add support for writing bitmaps with alpha channels Derek Buitenhuis 2018-06-20 17:40:06 +0100
  • cc896f830c font/sfnt,font/opentype: correct font height computation Elias Naur 2018-06-25 21:10:44 +0200
  • af66defab9 README: fix go get instructions Paul Jolly 2018-06-01 08:04:50 +0100
  • f315e44030 tiff: fixes problem with decoding tiled uint16 tiff files. monkeybutter 2018-04-03 11:08:12 +1000
  • f3a9b89b59 CONTRIBUTING.md: remove note about not accepting Pull Requests Andrew Bonventre 2018-03-14 13:20:51 -0400
  • 12117c17ca draw: fix crash caused by Scale by Copy shortcut Jiulong Wang 2017-12-12 11:22:48 -0800
  • e5db4c4663 font/opentype: implement font.Face interface Sebastien Binet 2017-10-03 15:02:22 +0200
  • f7e31b4ea2 font/sfnt: add Metrics to Font Elias Naur 2017-09-30 11:09:42 +0200
  • 334384d9e1 README: add more description Kevin Burke 2017-07-18 20:20:01 -0700
  • e20db36d77 vector: prevent fused multiply-add being used in floatingLineTo Michael Munday 2017-09-04 01:25:37 +0100
  • d1087bc575 vector: benchmark the floating point code path. Nigel Tao 2017-09-07 09:48:00 +1000
  • 426cfd8eeb font/sfnt: implement hflex and hflex1. Nigel Tao 2017-05-14 16:33:48 +1000
  • d835a09709 font/sfnt: add ErrColoredGlyph. Nigel Tao 2017-05-20 18:22:12 +1000
  • f483456c9f font/sfnt: don't reject multiple kern subtables. Nigel Tao 2017-04-30 17:13:35 +1000
  • d442804300 tiff/lzw: sync with the stdlib compress/lzw. Nigel Tao 2017-04-30 16:25:07 +1000
  • 3210c0296b font/sfnt: support .dfont files. Nigel Tao 2017-04-17 14:12:48 +1000
  • a74d51e6d3 tiff: remove InternalError which is not used anywhere. kim yongbin 2017-04-16 22:54:07 +0900
  • 7c3fafc74f font/sfnt: explicitly close glyph contours. Nigel Tao 2017-04-07 15:46:26 +1000
  • 1de9a5bb2a font/sfnt: implement Font.Bounds. Nigel Tao 2017-04-06 16:31:47 +1000
  • 84a6511894 font/sfnt: use charmap EncodeRune API. Nigel Tao 2017-03-31 11:07:23 +1100
  • 10ed294205 font/sfnt: implement Font.GlyphAdvance. Nigel Tao 2017-04-01 15:09:28 +1100
  • ce0faa1867 font/sfnt: flip the Y axis for LoadGlyph's Segments. Nigel Tao 2017-03-31 12:11:21 +1100
  • f36ba34967 font/sfnt: implement Font Dict Select. Nigel Tao 2017-03-30 13:32:14 +1100
  • 59d151bf14 font/sfnt: implement implicit vstem before hintmask. Nigel Tao 2017-03-23 12:44:43 +1100
  • ecc1a9abb6 font/sfnt: fix argStack size check for moveto ops. Nigel Tao 2017-03-23 14:12:53 +1100
  • f03a046406 font/gofont: new Smallcaps; update other Go Fonts. Nigel Tao 2017-03-30 11:25:15 +1100
  • c0851fbc5b font/sfnt: support PostScript compound glyphs (subroutines). Nigel Tao 2017-03-18 17:56:20 +1100
  • 2e35bd52b4 font/sfnt: increase proprietary_test coverage. Nigel Tao 2017-03-19 16:39:26 +1100
  • 2c9074b9aa font/sfnt: implement flagWeHaveATwoByTwo. Nigel Tao 2017-03-18 22:40:49 +1100
  • fb59e5ba10 font/sfnt: rename a "stack" field to "argStack". Nigel Tao 2017-03-19 16:22:00 +1100
  • 88e2d806a0 font/sfnt: ignore version 1 kern tables. Nigel Tao 2017-03-18 19:13:02 +1100
  • 6847effb9b font/sfnt: support font collections (.ttc and .otc files). Nigel Tao 2017-03-18 13:10:39 +1100
  • 1995ed1a25 font/sfnt: support TrueType glyph transformations. Nigel Tao 2017-03-16 12:01:23 +1100
  • 792d36e11d font/sfnt: support TrueType compound glyphs. Nigel Tao 2017-03-13 11:07:50 +1100
  • c1a19c11c3 font/sfnt: implement rcurveline and rlinecurve. Nigel Tao 2017-03-12 12:07:09 +1100
  • 793f3be7da font/sfnt: implement {hh,vv}curveto. Nigel Tao 2017-03-10 18:20:44 +1100
  • 069db1da13 font/sfnt: make parseXxx dependencies explicit. Nigel Tao 2017-03-02 14:53:40 +1100
  • e6cbe778da draw: use type aliases for go1.8.typealias builds too Russ Cox 2017-02-27 10:48:59 -0500
  • c8ae36c95e font/sfnt: implement Font.Kern. Nigel Tao 2017-02-23 13:11:29 +1100
  • b952c941a6 font/sfnt: check the versions of proprietary fonts. Nigel Tao 2017-02-18 10:56:28 +1100
  • ed91dc314e font/sfnt: add a ppem arg to Font.LoadGlyph. Nigel Tao 2017-02-18 13:13:36 +1100
  • 791b615328 font/sfnt: update test for adobe/SourceSansPro-Regular.ttf. Nigel Tao 2017-02-17 21:41:52 +1100
  • 8491f88afc font/sfnt: implement Font.GlyphName. Nigel Tao 2017-02-14 16:06:35 +1100
  • 153d857a8f font/sfnt: support Symbol fonts such as MS Webdings. Nigel Tao 2017-02-15 14:43:52 +1100
  • 306b829431 draw: alias the standard library's image/draw's exported types. Nigel Tao 2017-02-10 10:22:39 +1100
  • df2aa51d44 draw: tweak the YCbCr to RGBA conversion formula again. Nigel Tao 2017-02-10 14:20:26 +1100
  • 05f0a469d9 font/sfnt: support non-zero offsets in format-4 cmap tables. Nigel Tao 2017-02-04 14:43:53 +1100
  • 993cf229e6 font/sfnt: fix proprietary fonts and cmap format 12. Nigel Tao 2017-02-04 16:31:46 +1100
  • 28d9a8b4a3 font/sfnt: add tests for proprietary fonts. Nigel Tao 2017-02-04 13:57:53 +1100
  • c8ab450c16 font/sfnt: support cmap format 12. Nigel Tao 2017-02-03 19:18:20 +1100
  • 55ae12acc9 font/sfnt: use ../testdata/cmapTest.ttf. Nigel Tao 2017-02-02 19:04:00 +1100
  • 69afd001f7 font/sfnt: parse the cmap table. Nigel Tao 2017-01-21 16:32:42 +1100
  • 83686c5479 font/sfnt: parse the glyf table. Nigel Tao 2017-01-15 20:09:03 +1100
  • 1ff62c9216 math/fixed: add some Point and Rectangle methods. Nigel Tao 2016-12-31 11:38:36 +1100
  • 3ba119400e font: fix rectangle-union for empty rectangles. Nigel Tao 2016-12-21 22:38:45 +1100
  • f1b1ff53e1 font: add bounds measurement methods Raphael Geronimi 2016-12-16 17:10:14 +0100
  • 2d771d3c32 font/sfnt: add a Font.Name method. Nigel Tao 2016-12-17 12:44:26 +1100
  • ed90ab82a8 font/sfnt: add a comment about contour ordering. Nigel Tao 2016-12-13 08:13:29 +1100
  • 88b013251f font/sfnt: implement rrcurveto. Nigel Tao 2016-12-09 22:46:30 +1100
  • ce50dba65c font/sfnt: parse Type 2 Charstrings. Nigel Tao 2016-12-05 23:52:00 +1100
  • ae63d5d566 font: add some comments for the XxxBytes methods. Nigel Tao 2016-12-08 12:05:43 +1100
  • e2d0a9f0e6 font/sfnt: parse CFF 2-byte operators and real numbers. Nigel Tao 2016-12-02 17:58:28 +1100
  • 5286ed5c2a font/sfnt: parse the CFF table. Nigel Tao 2016-11-27 20:19:50 +1100
  • c39d899a5b font/sfnt: new package for parsing SFNT fonts. Nigel Tao 2016-11-20 14:06:55 +1100
  • d2f07f8aaa font/gofont: add style descriptions to the generated package docs. Nigel Tao 2016-11-18 11:16:02 +1100
  • b7f8df6bc0 font/gofont: new packages for the Go font family. Nigel Tao 2016-11-15 13:34:20 +1100
  • 507b1a44bd vector: measure the fixed point rasterizer's accuracy. Nigel Tao 2016-11-06 13:21:55 +1100
  • 98f3e4e74d vector: make args float32 pairs instead of f32.Vec2. Nigel Tao 2016-11-06 16:38:22 +1100
  • c78039e8ce vector: tweak the asm register assignment. Nigel Tao 2016-10-26 15:57:48 +1100
  • 0ed2caa453 vector: add go1.6 build tag for asm code. Nigel Tao 2016-10-26 14:52:36 +1100
  • 93fad3647f vector: remove a shift from the inner loop. Nigel Tao 2016-10-20 15:15:53 +1100
  • 8874bef159 vector: change ϕ from 10 to 9. Nigel Tao 2016-10-20 10:34:23 +1100
  • fa54d6fa1c vector: simplify fixedLineTo computation. Nigel Tao 2016-10-15 13:23:35 +1100
  • f72412cfe3 vector: fix overflow when rasterizing a 30 degree line. Nigel Tao 2016-10-14 17:12:05 +1100
  • e78c45720c vector: add SIMD versions of xxxAccumulateMask. Nigel Tao 2016-10-13 14:50:52 +1100
  • beb9675609 vector: fix overflow when rasterizing wide lines. Nigel Tao 2016-10-13 18:47:49 +1100
  • 8edbaf3f9e vector: add SIMD versions of xxxAccumulateOpOver. Nigel Tao 2016-10-11 23:27:44 +1100