1396 Commits (317a23570895c4a4688b5bdff17c703680df914c)
 

Author SHA1 Message Date
Juriy Zaytsev cc494c6413 Merge pull request #550 from kibao/fix/segmentation-fault-empty-buffer 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 10 years ago
Alexander Parshin dc8db1695d Add comment about optimization 10 years ago
Alexander Parshin 6de09834cf Optimize getImageData() 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 10 years ago
Stephen Remde a2f9386d90 fixed bug in StreamPNGSync 10 years ago
Juriy Zaytsev 1c1d93e617 Merge pull request #529 from danyocom/master 10 years ago
Dan Yocom 696be0ebe6 Changed util scripts to depend on sh instead of bash 10 years ago
Juriy Zaytsev eb8f50b5de Merge pull request #522 from janza/iojs-build-fix 10 years ago
Juriy Zaytsev e015514ec5 Merge pull request #518 from joefreeman/master 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 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. 10 years ago
Nathan Rajlich 5004d406bf Merge pull request #488 from mdehaussy/master 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 10 years ago
zahranisa 66fa59c4a8 io.js compatibility 10 years ago
Juriy Zaytsev eaeac130e8 Merge pull request #505 from woodcoder/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
Andy Wood 39766d1fd6 Simple image shadow (no blurring or handling current transforms) based on image's alpha channel. 10 years ago
Andy Wood 9187d4535a Test showing issue #133, that images don't have shadows. 10 years ago
Andy Wood 2b366c684e The +1 on the offset seems to match the browser's output better, but I can't work out why it would be needed (unless it's pixel alignment related). 10 years ago
Andy Wood d2755c6cbe Merge branch 'shadow-pdf' into shadow-blur, including fixing up blur transforms and removing resolution (for now). 10 years ago
Andy Wood d5a1ce927f Merge branch 'shadow-transform' into shadow-blur 10 years ago
Andy Wood 617aabc6ae Make the shadow radius more accurately match the browser's, making use of sigma scale as used in SKIA: https://github.com/google/skia/blob/master/src/effects/SkBlurMask.cpp#L26. 10 years ago
Andy Wood 0dcc70b2b3 Create a new image surface to render blurred shadows to, this means that vector formats like PDF will now render blurs. 10 years ago
Andy Wood 5d9582b81e Add recommended calls to flush and dirty buffer, as per http://www.cairographics.org/manual/cairo-Image-Surfaces.html#cairo-image-surface-get-data. 10 years ago
Andy Wood cbf3da4900 Add PDF button to test page to easily generate PDF version of the test image. 10 years ago
Andy Wood 95e342d259 Fix to ensure shadowOffset is unaffected by the current transform. 10 years ago
Andy Wood acba6ae15f New test illustrating that canvas implementation doesn't translate the shadowOffset. 10 years ago
Juriy Zaytsev 9a3bde4e3c Merge pull request #490 from AllYearbooks/master 10 years ago
Juriy Zaytsev 745cfdc6ad Merge pull request #501 from motiz88/hsl-color 10 years ago
motiz88 113abfbd90 Code style + attribution. 10 years ago
motiz88 020c18c123 Added visual tests for hsl() and hsla() color parsing. 10 years ago
motiz88 3951221166 Fixed <number> handling in hsl/hsla color parser. 10 years ago
motiz88 3cc596f34c hsl/hsla color parsing + rebeccapurple 10 years ago