Nathan Rajlich
80fda524ec
Merge pull request #583 from LinusU/fix-travis-ci-builds
fix Travis CI builds
10 years ago
Nathan Rajlich
d790ecf7bb
Merge pull request #574 from LinusU/include-paths
Fix include paths for cairo
10 years ago
Linus Unnebäck
7c5899094e
fix Travis CI builds
10 years ago
Linus Unnebäck
86d6ec59b7
src: fix include paths for cairo
10 years ago
Nathan Rajlich
3d9f2ac16f
Revert "Remove unused variables"
This reverts commit 004758c725
.
10 years ago
Nathan Rajlich
73d202af40
Revert "Remove unused variables"
This reverts commit 2381e916a9
.
10 years ago
Кузнецов Дмитрий
004758c725
Remove unused variables
FT_Face _ftFace; never used an causes extra warnings during "npm install"
10 years ago
Кузнецов Дмитрий
2381e916a9
Remove unused variables
int _width, _height; never used an caused extra warnings during "npm install"
10 years ago
Nathan Rajlich
edbf5bc454
travis: attempt to fix 0.8, test node v0.12
10 years ago
Nathan Rajlich
a7c9c0ddb5
Release 1.2.3
10 years ago
Nathan Rajlich
2a62336c57
History: normalize whitespace
10 years ago
Nathan Rajlich
0ed97acdd1
Merge pull request #552 from dodekeract/master
Fixed Typo
10 years ago
Nathan Rajlich
195dfe2279
Merge pull request #553 from agebrock/master
Update nan to work with io.js 2.0.0.
10 years ago
Nathan Rajlich
04c7964cc2
Merge pull request #557 from pgilad/patch-1
Add license attribute
10 years ago
Nathan Rajlich
b757a78f49
Merge pull request #558 from javiercejudo/patch-1
Update TJ Holowaychuk's username in the readme
10 years ago
Javier Cejudo
78ddc7eafc
Update TJ Holowaychuk's username in the readme
10 years ago
Gilad Peleg
ed715ef21d
Add license attribute
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
10 years ago
Juriy Zaytsev
cc494c6413
Merge pull request #550 from kibao/fix/segmentation-fault-empty-buffer
Fix segmentation fault in Image::loadFromBuffer when buffer is empty
10 years ago
Christoph Hagenbrock
1934299b2b
update nan to work with io.js 2.0.0
10 years ago
Florian Wendelborn
bfc6561fa3
Fix Typo
10 years ago
kibao
6edec3b6e4
Fix segmentation fault in Image::loadFromBuffer when buffer is empty
10 years ago
Juriy Zaytsev
70162e6bc2
Merge pull request #549 from aparshin/speedup-getimage
Optimize getImageData()
10 years ago
Alexander Parshin
dc8db1695d
Add comment about optimization
10 years ago
Alexander Parshin
6de09834cf
Optimize getImageData()
Mostly for fully transparent pixels
10 years ago
Nathan Rajlich
8158a5183e
package: update "nan" to v1.7.0
10 years ago
Nathan Rajlich
cc62433b0f
package: append `.git` to "repository" URL
10 years ago
Domenic Denicola
9575a8f3df
Version 1.2.2
10 years ago
Juriy Zaytsev
c81229609a
Merge pull request #539 from smremde/master
fixed bug in StreamPNGSync
10 years ago
Stephen Remde
a2f9386d90
fixed bug in StreamPNGSync
10 years ago
Juriy Zaytsev
1c1d93e617
Merge pull request #529 from danyocom/master
Changed util scripts to depend on sh instead of bash
10 years ago
Dan Yocom
696be0ebe6
Changed util scripts to depend on sh instead of bash
provides better compatibility for embedded linux devices.
10 years ago
Juriy Zaytsev
eb8f50b5de
Merge pull request #522 from janza/iojs-build-fix
Define correct isnan, isinf functions
10 years ago
Juriy Zaytsev
e015514ec5
Merge pull request #518 from joefreeman/master
Fix for 'drawImage' scaling
10 years ago
Josip Janžić
23e654a4c0
run travis tests against io.js
10 years ago
Josip Janžić
2ed7587379
define correct isnan, isinf functions
10 years ago
kangax
d40f649a54
Version 1.2.1
10 years ago
Juriy Zaytsev
1d0d144bdd
Merge pull request #511 from woodcoder/cairo-fix
Use non-cairo 1.12 API for shadow blur
10 years ago
Joe Freeman
66a7a895d8
Fix 'drawImage' scaling (the dimensions of the region that gets clipped also needs to be scaled).
10 years ago
Joe Freeman
08d4cbf4b8
Make the failing 'drawImage' test more obvious.
10 years ago
Joe Freeman
6ba110bb87
Update the readme (node modules need to be installed before 'node-gyp rebuild').
10 years ago
Andy Wood
dfc661f28f
Just use cairo_image_surface_create rather than cairo_surface_create_similar_image which was introduced in cairo 1.12.
Unfortunately the cairo distributed with GTK+, used in the Windows build, is only 1.10.
Using the similar_image version offers backends the chance to be more efficient, but the alternative used here is used as a fallback in the cairo code anyway.
10 years ago
Nathan Rajlich
5004d406bf
Merge pull request #488 from mdehaussy/master
Fix image loading for non-POSIX systems.
10 years ago
Nathan Rajlich
5b175ad61d
Release 1.2.0
10 years ago
Nathan Rajlich
2a301d056a
travis: drop support for node v0.6
10 years ago
Nathan Rajlich
52b29f8c5a
Merge pull request #507 from salzhrani/iojs
io.js compatibility
10 years ago
zahranisa
66fa59c4a8
io.js compatibility
10 years ago
Juriy Zaytsev
eaeac130e8
Merge pull request #505 from woodcoder/shadow-blur
Shadow blur
10 years ago
Andy Wood
8c6984a099
Fix issue with line width not being correct in stroked shadows.
10 years ago
Andy Wood
6e829af121
Add another shadow/transform test.
10 years ago
Andy Wood
822d822066
Refactor setSourceRGBA to allow the context to be supplied.
10 years ago