Nathan Rajlich
138abe9aa3
Release 1.1.6
11 years ago
Nathan Rajlich
6fc2c3bd9a
History: consistent output styling
11 years ago
Nathan Rajlich
154d586d17
Merge pull request #381 from mojodna/add-operator
Distinguish between 'add' and 'lighter'
11 years ago
Nathan Rajlich
e4bd4c6496
Merge pull request #448 from Gottox/master
export canvas.CanvasPixelArray instead of canvas.PixelArray which is undefined
11 years ago
Nathan Rajlich
cfac76c848
Merge pull request #447 from svandecappelle/master
giflib 5.1
11 years ago
Enno Boland
bee3774333
export canvas.CanvasPixelArray instead of canvas.PixelArray which is undefined
11 years ago
svandecappelle
5212a52da7
Glib version test into giflib exists test
Include test of glib version into the have gif lib test
11 years ago
svandecappelle
c383d11412
Giflib 5.1
11 years ago
svandecappelle
86e77b5bcc
Update Image.h
11 years ago
svandecappelle
9fa62ba875
Update Image.cc
11 years ago
svandecappelle
0eefc23ee5
Giflib 5.1
update to compile with giflib >= 5.1
11 years ago
Nathan Rajlich
b368cb5a4c
install: use an even older version of giflib (v4.1.6)
This matches what Homebrew is currently installing...
11 years ago
Nathan Rajlich
54d6e7e82b
install: use an older version of giflib (v4.2.3)
v5.x.x seems to make node-canvas fail to compile :(
Needs compat updating...
11 years ago
Nathan Rajlich
8853f81e6b
install: install `giflib`
11 years ago
Nathan Rajlich
609a551a94
install: use more compatible sh syntax
11 years ago
Nathan Rajlich
fb14629c72
travis: attempt to run the ./install script before testintg
11 years ago
Nathan Rajlich
9ee7251fab
travis: test node v0.6, v0.8, v0.10, and v0.11
11 years ago
Nathan Rajlich
a1bcaf376a
Release 1.1.5
11 years ago
Nathan Rajlich
2d1d3e39f2
Merge pull request #442 from pandell/copy-dlls
On Windows, copy required DLLs next to ".node" file
11 years ago
Nathan Rajlich
d5e366e5aa
Readme: remove Contributors section
Hard to maintain, and besides, you can just look at this
page instead: https://github.com/Automattic/node-canvas/graphs/contributors
11 years ago
Nathan Rajlich
abc289614a
Readme: spacing
11 years ago
Nathan Rajlich
68d89c5ca6
Readme: update copyright
11 years ago
Milan Gardian
d9eabb9f53
On Windows, copy required DLLs next to ".node" file
11 years ago
Nathan Rajlich
5f6b64bda3
Merge pull request #441 from pandell/ignore-winwarnings
Ignore Visual C++ 2013 compilation warnings
11 years ago
Milan Gardian
99230e5600
Duplicate "msvc_settings" for "Debug" configuration
- Can't get shared configuration working for "ExceptionHandling"
11 years ago
Milan Gardian
13049aced3
Remove unneeded #include <nan.h>
- Already included by "Canvas.h"
11 years ago
Milan Gardian
ba4038b496
Use float constants to prevent double->float conversion warning
11 years ago
Milan Gardian
1705973dad
Ignore Visual C++ 2013 warnings
11 years ago
Nathan Rajlich
032d5269ac
Merge pull request #435 from kkoopa/includefix
Add algorithm include to CanvasRenderingContext2d.cc for std::min
11 years ago
Nathan Rajlich
c1bc945b4b
Merge pull request #434 from kkoopa/newnan
Updated NAN to 1.2.0
11 years ago
King Koopa
9ffde8ebb3
Add algorithm include to CanvasRenderingContext2d.cc for std::min
11 years ago
King Koopa
c18d777f57
Updated NAN to 1.2.0
11 years ago
kangax
c9ee4b3975
Version 1.1.4
11 years ago
Nathan Rajlich
76af51f47a
Readme: fix `bash` code samples
11 years ago
Nathan Rajlich
54fcf417cb
Merge pull request #431 from dlaxar/master
Upgrading nan to 1.1.2
11 years ago
dlaxar
71160a84cc
Upgrading nan to 1.1.2
11 years ago
Juriy Zaytsev
f4b71e9148
Merge pull request #429 from caldwell/linedash-visual-c
Fix compile error with Visual C++
11 years ago
Vincent Weevers
f42a018a8d
Add shims so Windows Visual C++ can use C99's isnan() and isinf().
11 years ago
David Caldwell
87abe5a85e
Use std::vector instead of C99 variable length arrays because of Visual C++.
Addresses Issue #420
11 years ago
Nathan Rajlich
63cc2f04f7
Merge pull request #422 from niftylettuce/master
Updated dependencies and added one liner for install on OSX
11 years ago
Nick Baugh
c4519977f1
Updated dependencies and added one liner for install on OSX
11 years ago
Nathan Rajlich
1961e52616
Readme: add `Image` variable example
See #418 .
11 years ago
Nathan Rajlich
97f2f1a83c
Readme: adding more authors
I know that there's more, but this is just what was in the
package.json "contributors" section.
11 years ago
Juriy Zaytsev
a726e8a46b
Merge pull request #383 from peerlibrary/bounds-checking
Correctly limit bounds in PutImageData to prevent segment fault
11 years ago
Juriy Zaytsev
8a96a34ed3
Merge pull request #373 from caldwell/linedash
Add support for the lineDash API
11 years ago
David Caldwell
31dd7d6d21
Add support for the lineDash API.
Described here:
http://www.w3.org/TR/2dcontext/#dom-context-2d-setlinedash
The test images match on Chrome, but not on Firefox. It looks like
Firefox resets the lineDash to [] when given invalid parameters. My
reading of the spec agrees with Chrome.
11 years ago
Juriy Zaytsev
dbdb9d854c
Merge pull request #409 from rvagg/nan-1.0.0
NAN 1.0.0 for Node 0.11.13 support
11 years ago
Rod Vagg
8158158abf
NanNew() the NanNull()s
11 years ago
Rod Vagg
4ab32bccb1
NanNew<Value>() -> NanNew()
11 years ago
Rod Vagg
746f2caa06
Merge branch 'newv8' of https://github.com/kkoopa/node-canvas into nan-1.0.0
Conflicts:
package.json
src/Canvas.cc
src/CanvasRenderingContext2d.cc
src/JPEGStream.h
src/closure.h
11 years ago