TJ Holowaychuk
94ad0cdd34
Release 1.0.4
12 years ago
Rod Vagg
2354d9bb8c
0.11.4+ compatibility using NAN
See https://github.com/rvagg/nan
12 years ago
TJ Holowaychuk
4686fa3b97
Revert "Fixed Error that prevented NPM install on mac."
This reverts commit 92d8e84a6d
.
incorrect
12 years ago
TJ Holowaychuk
c8b26cab4b
Merge pull request #270 from matthewborden/master
Image.cc error when compiled on OS X, fixed but needs to be merged to the NPM repo.
12 years ago
TJ Holowaychuk
de7c1bbf13
Merge pull request #302 from kkoopa/master
Patch for Node 0.11.3
12 years ago
Infinite Whiteboard
13b8f41141
Added backwards compatibility through conditional compilation.
12 years ago
Infinite Whiteboard
14a19421d2
Patch for Node 0.11.3
12 years ago
TJ Holowaychuk
ad3fc78f45
Merge pull request #300 from mojodna/version
Load version from package.json
12 years ago
Seth Fitzsimmons
6ba391fe35
Load version from package.json
12 years ago
TJ Holowaychuk
2f79cfd8ae
Merge pull request #295 from maritz/master
Typo in context2d imageSmoothingEnabled
12 years ago
Moritz Peters
3cc99d5f98
Fix typo in context2d for imageSmoothingEnabled
getter instead of setter.
12 years ago
TJ Holowaychuk
cfcbf59e91
Release 1.0.3
12 years ago
TJ Holowaychuk
0face8f959
Merge pull request #290 from phorque/patch-2
loadJPEG: fix fread() return value testing
12 years ago
TJ Holowaychuk
7958188946
Merge pull request #286 from pb82/fix_canvas_gradient
(Issue #267 ) removed unneeded private fields
12 years ago
Victor Goya
93bb98d440
loadJPEG: fix fread() return value testing
According to the fread() manpage, successful fread() call will return 1 and not len in this case.
12 years ago
pb82
ba3bb3137e
removed unneeded private fields
12 years ago
TJ Holowaychuk
fedf14cbf3
Merge pull request #277 from mojodna/pattern-quality
Add 'nearest' and 'bilinear' to patternQuality
12 years ago
TJ Holowaychuk
8605932c8e
Merge pull request #278 from mojodna/filter
CanvasRenderingContext2d#filter
12 years ago
Seth Fitzsimmons
8dc36f09fa
CanvasRenderingContext2d#filter
Like patternQuality, but applies to transformations effecting more than just
patternsi (i.e. the implicitly created pattern).
See
http://cairographics.org/manual/cairo-cairo-pattern-t.html#cairo-pattern-set-filter
for more information.
12 years ago
Seth Fitzsimmons
a1fa149551
Add 'nearest' and 'bilinear' to patternQuality
12 years ago
Matthew Borden
92d8e84a6d
Fixed Error that prevented NPM install on mac.
NPM spat out a error that there was only 2 params in DGIFOPEN. I added
the third, an error interger.
12 years ago
TJ Holowaychuk
9a05949c41
Release 1.0.2
12 years ago
TJ Holowaychuk
d7d4abe2ad
add Context2d#imageSmoothingEnabled=
12 years ago
TJ Holowaychuk
df7a3ad1db
Release 1.0.1
12 years ago
TJ Holowaychuk
e7a2bb87e6
Merge pull request #212 from jhurliman/patch-1
Changed the node-gyp build to use pkg-config
12 years ago
Nathan Rajlich
b3a1247f7a
travis: test modern node versions
We should probably drop the old versions soon...
12 years ago
TJ Holowaychuk
f240262a81
Release 1.0.0
12 years ago
TJ Holowaychuk
241fb9a506
Merge branch 'add/font-integration'
12 years ago
TJ Holowaychuk
ef897a2a2c
ocd
12 years ago
TJ Holowaychuk
dce07d5023
refactor .useFont()
12 years ago
TJ Holowaychuk
bee4f655e6
comment out font parsing tests for now
12 years ago
TJ Holowaychuk
16ae06f1dc
refactor has_cairo_freetype.sh
12 years ago
TJ Holowaychuk
96461fc636
fix test server
12 years ago
TJ Holowaychuk
930d5be4d0
fix test server
12 years ago
Julian Viereck
a713911c3e
Revert build scripts and disable pango for now
12 years ago
Julian Viereck
41e6987a86
Fix whitespace and disable pango for now
12 years ago
Julian Viereck
beba8274d6
Tune intstall and make node-gyp expect to have build in sub directory
12 years ago
Julian Viereck
df8c1816bc
New version of cairo have .xz file format
12 years ago
Julian Viereck
40593dfc72
Update install file to fetch freetype library as well
12 years ago
Julian Viereck
1d3a99d85a
Add support to load fonts from file.
12 years ago
Nathan Rajlich
8a5349e525
explicitly cast the after work callback function to "uv_after_work_cb"
for node >= v0.9.4 compat
12 years ago
TJ Holowaychuk
900d61f738
Merge pull request #238 from c-spencer/patch-1
Call cairo_surface_finish in ~Canvas when pdf
12 years ago
Chris Spencer
cfc6dfd714
Call cairo_surface_finish in ~Canvas when pdf
Fixes an issue where when a pdf surface isn't buffered and then is
garbage collected, the toBuffer can be called and attempt to realloc
the destroyed closure.
12 years ago
TJ Holowaychuk
0d39dae66c
add Canvas#{png,jpeg}Stream() alias of create* legacy methods
create* is annoying
12 years ago
TJ Holowaychuk
64af9b201d
remove old 0.4.x binding support. Closes #197
12 years ago
TJ Holowaychuk
aabbb9b8f7
Merge branch 'master' of github.com:LearnBoost/node-canvas
12 years ago
TJ Holowaychuk
549c4bf9fc
add contrib list
12 years ago
John Hurliman
7897bff740
Changed the node-gyp build to use pkg-config
This fixes the build on OSX when installing the dependencies through macports, which puts things in /opt/local
13 years ago
TJ Holowaychuk
6527af58c6
Merge pull request #209 from markcochran/master
Adding support for grayscale JPEG images.
13 years ago
Mark Cochran
4a3caeb25f
Adding support for grayscale JPEG.
13 years ago