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 |
kangax
|
60db09ac9a
|
Version 1.1.3
|
11 years ago |
Juriy Zaytsev
|
625306d005
|
Merge pull request #370 from koordinates/master
Add CAIRO_FORMAT_INVALID
|
11 years ago |
King Koopa
|
d626a9ae9a
|
Updated NAN dep
|
11 years ago |
Nathan Rajlich
|
c864c222ff
|
Merge pull request #368 from muzzley/fix/canvasAdjustExternalMem
Readjusting the amount of allocated memory. Fixes #367
|
11 years ago |
tiagoalves
|
d920c12b08
|
Readjusting the amount of allocated memory. Fixes #367
|
11 years ago |
King Koopa
|
922cd79673
|
Merge branch 'memleaks'
|
11 years ago |
Juriy Zaytsev
|
285dc4f865
|
Merge pull request #365 from kkoopa/memleakspull
Revised fix of memory leak #318
|
11 years ago |
King Koopa
|
134d787a85
|
Merge remote-tracking branch 'upstream/master' into memleakspull
|
11 years ago |
Juriy Zaytsev
|
5cc0a5fdad
|
Merge pull request #356 from selaux/fix-filter-parameter
Fix filter parameter in toBuffer method
|
11 years ago |
Juriy Zaytsev
|
b4d803b834
|
Merge pull request #216 from aadamowski/master
make util/has_lib.sh work properly on Debian
|
11 years ago |
King Koopa
|
7831d74f57
|
Update for 0.11.9
|
11 years ago |
King Koopa
|
c7583da93c
|
Merge remote-tracking branch 'upstream/master' into memleaks
|
11 years ago |
Robert Coup
|
c1180d1f3d
|
Add CAIRO_FORMAT_INVALID
Fixes https://github.com/LearnBoost/node-canvas/issues/342
|
11 years ago |
Stefan Lau
|
bc6df356f5
|
fix argument index for filter parameter
|
11 years ago |
Juriy Zaytsev
|
ce6de7876c
|
Merge pull request #354 from clickblipclick/master
Fix Canvas#jpegStream() example in README
|
11 years ago |
Ben Nyberg
|
8c499a0150
|
Fixed case on Readme Canvas#jpegStream() example (canvas.jpegStream, not canvas.JPEGStream)
|
11 years ago |
kangax
|
fc7d75466b
|
Version 1.1.2
|
11 years ago |
Juriy Zaytsev
|
d352f83bef
|
Merge pull request #352 from rvagg/nan-upgrade
NAN dep upgrade, full node@<=0.11.8 compatibility
|
11 years ago |
Rod Vagg
|
738f12d17b
|
NAN dep upgrade, full node@<=0.11.8 compatibility
|
11 years ago |
Nathan Rajlich
|
cbb039ebf3
|
Merge pull request #347 from saschagehlich/bugfix/346
Use node::MakeCallback() instead of v8::Function::Call()
|
11 years ago |
Sascha Gehlich
|
d30145b70b
|
Use node::MakeCallback() instead of v8::Function::Call()
|
11 years ago |
Juriy Zaytsev
|
db03648a83
|
Merge pull request #340 from rvagg/path-spaces-nan-fix
improved nan location discovery, fixes #339
|
11 years ago |
Rod Vagg
|
5b1886340c
|
improved nan location discovery, fixes #339
|
11 years ago |
Juriy Zaytsev
|
da8a6e3ac6
|
Merge pull request #327 from alexjeffburke/fix-enabling-options
Fix enabling gif/jpeg options on Ubuntu 13.04
|
11 years ago |
kangax
|
bdc38e17c7
|
Version 1.1.1
|
11 years ago |
Juriy Zaytsev
|
dca6b01f9a
|
Merge pull request #315 from kkoopa/master
Made CAIRO_FORMAT_RGB30 optional to support outdated versions of Cairo
|
11 years ago |
Alex J Burke
|
8f15f0cd60
|
Remove the trailing $ which fails to match libraries suffixed .so.*
|
11 years ago |
King Koopa
|
0bc1aaf38b
|
Added scopes.
|
11 years ago |
King Koopa
|
1219a151bc
|
Testing...
|
12 years ago |
King Koopa
|
4b17698254
|
Merge remote-tracking branch 'jasonrose/master' into memleaks
|
12 years ago |
King Koopa
|
9521254721
|
Merge remote-tracking branch 'upstream/master' into memleaks
|
12 years ago |
TJ Holowaychuk
|
6fe0483c9b
|
Merge pull request #320 from kkoopa/nanupdate
Updated NAN to 0.3.0.
|
12 years ago |
King Koopa
|
c6c9eeac9a
|
Updated NAN to 0.3.0.
|
12 years ago |