Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | image: add an offset to Tiled. | Nigel Tao | 2010-10-13 | 1 | -8/+6 |
* | image: add image.Tiled type, the Go equivalent of Plan9's repl bit. | Nigel Tao | 2010-10-12 | 1 | -0/+18 |
* | exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methods | Roger Peppe | 2010-09-23 | 1 | -0/+23 |
* | exp/draw: clip destination rectangle to the image bounds. | Nigel Tao | 2010-09-09 | 1 | -7/+60 |
* | image: change image representation from slice-of-slices to linear buffer, | Nigel Tao | 2010-08-10 | 1 | -0/+6 |
* | image: replace Width and Height by Bounds, and introduce the Point and | Nigel Tao | 2010-08-10 | 1 | -0/+125 |