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
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
13 years ago
TJ Holowaychuk
549c4bf9fc
add contrib list
13 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
TJ Holowaychuk
9639672fab
Release 0.13.1
13 years ago
TJ Holowaychuk
c5468473d3
Merge pull request #203 from lpinca/master
Build improvements
13 years ago
Luigi Pinca
25234db5df
Fix cases where GIF_LIB_VERSION is not defined
Versions up to 4.1.6 of GIFLIB defined a GIF_LIB_VERSION macro that was string-valued.
Versions after 4.1.6 define integer-valued GIFLIB_MAJOR, GIFLIB_MINOR, and GIFLIB_RELEASE macros for the three components of the version.
Check for GIF_LIB_VERSION, otherwise use the new macros.
13 years ago
Luigi Pinca
19bcf35a94
Fix auto-detection of optional libraries for OS X
The OS X version of grep doesn't support -P (--perl-regexp). It was breaking the building.
Solved by slightly changing the RegExp and using -E (--extended-regexp).
13 years ago
Nathan Rajlich
718e868682
init: fix cases where JPEG_LIB_VERSION_MAJOR/MINOR are not defined
First fall back to trying to use JPEG_LIB_VERSION.
Then if that's not available, then set them both to 0.
Fixes #202 .
13 years ago
Luigi Pinca
a7615ceb91
Fixed an issue with jpeg-turbo library
There were compilation errors if the version of the library was less than 1.2.0.
This was happening because the macros JPEG_LIB_VERSION_MAJOR and JPEG_LIB_VERSION_MINOR were not being defined, since the compile-time macro LIBJPEG_TURBO_VERSION was introduced in version 1.2.0.
The problem was fixed by giving those two macros a definition if it was missing.
13 years ago
Luigi Pinca
f8c6a901d1
Improved auto-detection of optional libraries in Red Hat based systems
In RH based systems, libraries are distributed in two separate packages for each version. One contains the precompiled code, while the second one contains the related development files such as headers, etc. (marked as "-devel").
The previous auto-detection was marking the libraries as installed even if their "-devel" part was missing, generating compilation errors.
This should mark libraries as installed only if their "-devel" part is installed.
13 years ago