Matthieu Dehaussy
|
372fb699f0
|
Update Image.cc
fix fopen mode for non-POSIX platform
|
10 years ago |
Juriy Zaytsev
|
14e8b6c30b
|
Merge pull request #399 from nulltask/fix/lighten
change operator lighter to lighten
|
10 years ago |
nulltask
|
3e9464984e
|
Merge branch 'master' of https://github.com/Automattic/node-canvas into fix/lighten
Conflicts:
src/CanvasRenderingContext2d.cc
|
10 years ago |
Juriy Zaytsev
|
76e0d128a4
|
Merge pull request #465 from espadrine/master
Support SVG output
|
10 years ago |
Juriy Zaytsev
|
4e6827da3d
|
Merge pull request #470 from tonylukasavage/patch-1
Add one-liner MacPorts install to docs
|
10 years ago |
Tony Lukasavage
|
2077911a22
|
Add one-liner MacPorts install to docs
|
10 years ago |
Thaddee Tyl
|
79f1d42fb5
|
Offer SVG output.
|
11 years ago |
Thaddee Tyl
|
c8c6f09aca
|
Readme update: node-gyp.
|
11 years ago |
Nathan Rajlich
|
475943b632
|
Readme: ocd
|
10 years ago |
Nathan Rajlich
|
2ddcf97c58
|
Readme: fix subheading size
|
10 years ago |
Nathan Rajlich
|
11a034e2a6
|
Readme: remove Gemnasium badge, use SVG for npm badge
|
10 years ago |
Nathan Rajlich
|
96a1b005f3
|
Readme: add Travis-CI badge
|
10 years ago |
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 |