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
King Koopa
a9645632b9
Update NAN
11 years ago
Rod Vagg
9b62e5f64e
beginning nan@1.0.0 conversion
11 years ago
nulltask
844294efd1
change operator lighter to lighten
11 years ago
King Koopa
b0d70c5baa
Restore Uintiness
11 years ago
King Koopa
8dbdd009b5
Runs on new v8.
11 years ago
Mitar
76bbe247fa
Correctly limit bounds in PutImageData to prevent segment fault.
11 years ago
Seth Fitzsimmons
fb9e576bfb
Distinguish between 'add' and 'lighter'
When CAIRO_OPERATOR_ADD and CAIRO_OPERATOR_LIGHTEN are both available,
make CAIRO_OPERATOR_ADD available as 'add'.
11 years ago
Juriy Zaytsev
488aab1c0d
Merge pull request #379 from Costent/master
fix segfault when Image::onload and Image::onerror are not function
11 years ago
William Riancho
1256ce44d7
fix segfault when onload and onerror are not function
11 years ago
Juriy Zaytsev
f811e48ada
Merge pull request #366 from kkoopa/0.11.9
Add support for Node 0.11.9
11 years ago
kangax
28860bcf19
Add version badge
11 years ago
kangax
be450189ea
Add dependencies badge to README
11 years ago
kangax
d42b4d473f
Add contributors list
11 years ago