Commit Graph

  • c1180d1f3d Add CAIRO_FORMAT_INVALID Robert Coup 2013-11-27 15:39:15 +1300
  • bc6df356f5 fix argument index for filter parameter Stefan Lau 2013-11-14 13:56:26 +0100
  • ce6de7876c Merge pull request #354 from clickblipclick/master Juriy Zaytsev 2013-11-05 11:42:33 -0800
  • 8c499a0150 Fixed case on Readme Canvas#jpegStream() example (canvas.jpegStream, not canvas.JPEGStream) Ben Nyberg 2013-11-05 13:45:20 -0500
  • fc7d75466b Version 1.1.2 kangax 2013-10-31 12:56:15 +0100
  • d352f83bef Merge pull request #352 from rvagg/nan-upgrade Juriy Zaytsev 2013-10-31 03:57:52 -0700
  • 738f12d17b NAN dep upgrade, full node@<=0.11.8 compatibility Rod Vagg 2013-10-31 21:44:42 +1100
  • cbb039ebf3 Merge pull request #347 from saschagehlich/bugfix/346 Nathan Rajlich 2013-10-24 12:20:23 -0700
  • d30145b70b Use node::MakeCallback() instead of v8::Function::Call() Sascha Gehlich 2013-10-24 20:59:18 +0200
  • db03648a83 Merge pull request #340 from rvagg/path-spaces-nan-fix Juriy Zaytsev 2013-10-11 02:46:14 -0700
  • 5b1886340c improved nan location discovery, fixes #339 Rod Vagg 2013-10-11 08:37:47 +1100
  • da8a6e3ac6 Merge pull request #327 from alexjeffburke/fix-enabling-options Juriy Zaytsev 2013-10-09 14:16:57 -0700
  • bdc38e17c7 Version 1.1.1 v1.1.1 kangax 2013-10-09 12:15:13 +0200
  • dca6b01f9a Merge pull request #315 from kkoopa/master Juriy Zaytsev 2013-10-06 10:31:44 -0700
  • 8f15f0cd60 Remove the trailing $ which fails to match libraries suffixed .so.* Alex J Burke 2013-09-04 13:34:11 +0200
  • 0bc1aaf38b Added scopes. King Koopa 2013-09-01 14:40:53 +0300
  • 1219a151bc Testing... King Koopa 2013-08-26 21:26:56 +0300
  • 4b17698254 Merge remote-tracking branch 'jasonrose/master' into memleaks King Koopa 2013-08-26 21:00:35 +0300
  • 9521254721 Merge remote-tracking branch 'upstream/master' into memleaks King Koopa 2013-08-26 20:57:51 +0300
  • 6fe0483c9b Merge pull request #320 from kkoopa/nanupdate TJ Holowaychuk 2013-08-19 08:02:24 -0700
  • c6c9eeac9a Updated NAN to 0.3.0. King Koopa 2013-08-19 17:12:51 +0300
  • 8679132690 Merge branch 'master' of https://github.com/LearnBoost/node-canvas King Koopa 2013-08-19 17:10:00 +0300
  • 9ce2d8ebec Freeing custom buffer created during canvas jpeg streaming. Jason Rose 2013-08-15 17:23:01 -0700
  • 50b904edd7 Deallocating both onload and onerror handlers. Jason Rose 2013-08-14 17:15:29 -0700
  • 6e6adf922c Updated binding.gyp King Koopa 2013-08-06 23:19:56 +0300
  • d96183f0d7 Made CAIRO_FORMAT_RGB30 optional to support old versions of Cairo. King Koopa 2013-08-06 23:08:34 +0300
  • 8ab8ada2a4 Merge pull request #313 from anoek/master Nathan Rajlich 2013-08-06 11:15:53 -0700
  • a0632275c5 Fixed build error with giflib 5.0 Akita Noek 2013-08-03 17:54:55 -0400
  • e8a58f7c75 Added #include <string.h> to PNG.h for inlined memcpy usage Akita Noek 2013-08-02 14:05:44 -0400
  • fd0524c08b Release 1.1.0 1.1.0 TJ Holowaychuk 2013-08-01 08:37:47 -0700
  • 15d03ab3b1 Merge branch 'master' of github.com:LearnBoost/node-canvas TJ Holowaychuk 2013-08-01 08:36:52 -0700
  • 14d9f587b6 Added another optional argument for setting row filters. King Koopa 2013-07-30 00:31:28 +0300
  • 81bc5d79a9 More cleanup. King Koopa 2013-07-29 23:08:42 +0300
  • e2a5ed2b05 Cleaned up code and added the same fix to Canvas::StreamPngSync King Koopa 2013-07-29 22:56:05 +0300
  • 50d0c5c55f Added compression level argument to Canvas::toBuffer King Koopa 2013-07-29 19:57:21 +0300
  • c3ed7faca1 Initial commit of extracted PNG creation. King Koopa 2013-07-29 17:10:00 +0300
  • 95dd4d9e1a Merge pull request #310 from iFixit/readme-update-jpegstream-docs TJ Holowaychuk 2013-07-30 13:37:09 -0700
  • ca8045d303 Readme: update docs for canvas.jpegStream() Daniel Beardsley 2013-07-30 13:33:58 -0700
  • f783c68e42 Merge pull request #309 from iFixit/progressive-jpegs TJ Holowaychuk 2013-07-30 09:06:41 -0700
  • d72c1bbf02 JPEGStream: add progressive mode option Daniel Beardsley 2013-07-30 03:08:23 -0700
  • 89e50d3fd6 Merge pull request #307 from mscdex/master Nathan Rajlich 2013-07-27 12:41:46 -0700
  • 9f5ce29777 Fix immediate variable reassignment mscdex 2013-07-27 00:58:12 -0400
  • fd56f06e87 Fix resource leaks on read errors mscdex 2013-07-27 00:57:16 -0400
  • 94ad0cdd34 Release 1.0.4 1.0.4 TJ Holowaychuk 2013-07-23 18:11:36 -0700
  • 2354d9bb8c 0.11.4+ compatibility using NAN Rod Vagg 2013-07-21 17:14:57 +1000
  • 4686fa3b97 Revert "Fixed Error that prevented NPM install on mac." TJ Holowaychuk 2013-07-15 15:32:08 -0700
  • c8b26cab4b Merge pull request #270 from matthewborden/master TJ Holowaychuk 2013-07-15 15:22:52 -0700
  • de7c1bbf13 Merge pull request #302 from kkoopa/master TJ Holowaychuk 2013-07-11 19:56:42 -0700
  • 13b8f41141 Added backwards compatibility through conditional compilation. Infinite Whiteboard 2013-07-10 20:57:57 +0200
  • 14a19421d2 Patch for Node 0.11.3 Infinite Whiteboard 2013-07-10 15:31:23 +0200
  • ad3fc78f45 Merge pull request #300 from mojodna/version TJ Holowaychuk 2013-07-05 16:23:48 -0700
  • 6ba391fe35 Load version from package.json Seth Fitzsimmons 2013-07-05 16:21:01 -0700
  • 2f79cfd8ae Merge pull request #295 from maritz/master TJ Holowaychuk 2013-06-18 10:13:26 -0700
  • 3cc99d5f98 Fix typo in context2d for imageSmoothingEnabled Moritz Peters 2013-06-18 15:41:17 +0300
  • cfcbf59e91 Release 1.0.3 1.0.3 TJ Holowaychuk 2013-06-04 12:31:41 -0700
  • 0face8f959 Merge pull request #290 from phorque/patch-2 TJ Holowaychuk 2013-06-04 12:30:03 -0700
  • 7958188946 Merge pull request #286 from pb82/fix_canvas_gradient TJ Holowaychuk 2013-06-04 12:13:34 -0700
  • 93bb98d440 loadJPEG: fix fread() return value testing Victor Goya 2013-06-04 17:19:28 +0200
  • ba3bb3137e removed unneeded private fields pb82 2013-05-24 14:49:53 +0200
  • fedf14cbf3 Merge pull request #277 from mojodna/pattern-quality TJ Holowaychuk 2013-04-29 08:56:04 -0700
  • 8605932c8e Merge pull request #278 from mojodna/filter TJ Holowaychuk 2013-04-29 08:55:30 -0700
  • 8dc36f09fa CanvasRenderingContext2d#filter Seth Fitzsimmons 2013-04-29 08:47:51 -0700
  • a1fa149551 Add 'nearest' and 'bilinear' to patternQuality Seth Fitzsimmons 2013-04-29 08:41:17 -0700
  • 92d8e84a6d Fixed Error that prevented NPM install on mac. Matthew Borden 2013-04-11 20:37:30 +1000
  • 9a05949c41 Release 1.0.2 1.0.2 TJ Holowaychuk 2013-03-22 17:43:51 -0700
  • d7d4abe2ad add Context2d#imageSmoothingEnabled= TJ Holowaychuk 2013-03-22 17:43:19 -0700
  • df7a3ad1db Release 1.0.1 1.0.1 TJ Holowaychuk 2013-02-25 12:44:36 -0800
  • e7a2bb87e6 Merge pull request #212 from jhurliman/patch-1 TJ Holowaychuk 2013-02-15 11:20:28 -0800
  • b3a1247f7a travis: test modern node versions Nathan Rajlich 2013-01-16 18:12:49 -0800
  • f240262a81 Release 1.0.0 1.0.0 TJ Holowaychuk 2013-01-16 13:52:59 -0800
  • 241fb9a506 Merge branch 'add/font-integration' TJ Holowaychuk 2013-01-16 13:50:42 -0800
  • ef897a2a2c ocd TJ Holowaychuk 2013-01-16 13:48:39 -0800
  • dce07d5023 refactor .useFont() TJ Holowaychuk 2013-01-16 13:45:32 -0800
  • bee4f655e6 comment out font parsing tests for now TJ Holowaychuk 2013-01-16 13:39:40 -0800
  • 16ae06f1dc refactor has_cairo_freetype.sh TJ Holowaychuk 2013-01-16 13:27:47 -0800
  • 96461fc636 fix test server TJ Holowaychuk 2013-01-16 13:21:48 -0800
  • 930d5be4d0 fix test server TJ Holowaychuk 2013-01-16 13:21:48 -0800
  • a713911c3e Revert build scripts and disable pango for now Julian Viereck 2012-11-24 00:22:25 +0100
  • 41e6987a86 Fix whitespace and disable pango for now Julian Viereck 2012-11-24 00:09:08 +0100
  • beba8274d6 Tune intstall and make node-gyp expect to have build in sub directory Julian Viereck 2012-11-23 23:50:37 +0100
  • df8c1816bc New version of cairo have .xz file format Julian Viereck 2012-11-22 23:41:03 +0100
  • 40593dfc72 Update install file to fetch freetype library as well Julian Viereck 2012-11-22 23:18:44 +0100
  • 1d3a99d85a Add support to load fonts from file. Julian Viereck 2012-11-15 20:53:49 +0100
  • 8a5349e525 explicitly cast the after work callback function to "uv_after_work_cb" Nathan Rajlich 2012-12-31 15:20:16 -0800
  • 900d61f738 Merge pull request #238 from c-spencer/patch-1 TJ Holowaychuk 2012-12-19 05:07:55 -0800
  • cfc6dfd714 Call cairo_surface_finish in ~Canvas when pdf Chris Spencer 2012-12-19 09:38:40 +0000
  • 0d39dae66c add Canvas#{png,jpeg}Stream() alias of create* legacy methods TJ Holowaychuk 2012-10-26 14:20:43 -0700
  • 64af9b201d remove old 0.4.x binding support. Closes #197 TJ Holowaychuk 2012-10-25 15:52:40 -0700
  • b9003c6824 Make has_lib.sh work properly on Debian 64 bit Aleksander Adamowski 2012-09-23 22:28:02 +0200
  • aabbb9b8f7 Merge branch 'master' of github.com:LearnBoost/node-canvas TJ Holowaychuk 2012-09-06 09:24:15 -0700
  • 549c4bf9fc add contrib list TJ Holowaychuk 2012-09-06 09:24:02 -0700
  • 7897bff740 Changed the node-gyp build to use pkg-config John Hurliman 2012-09-05 14:12:04 -0700
  • 6527af58c6 Merge pull request #209 from markcochran/master TJ Holowaychuk 2012-08-30 15:47:54 -0700
  • 4a3caeb25f Adding support for grayscale JPEG. Mark Cochran 2012-08-30 14:57:13 -0700
  • 9639672fab Release 0.13.1 0.13.1 TJ Holowaychuk 2012-08-20 15:46:01 -0700
  • c5468473d3 Merge pull request #203 from lpinca/master TJ Holowaychuk 2012-08-14 08:27:42 -0700
  • 25234db5df Fix cases where GIF_LIB_VERSION is not defined Luigi Pinca 2012-08-14 14:58:04 +0200
  • 19bcf35a94 Fix auto-detection of optional libraries for OS X Luigi Pinca 2012-08-14 12:35:05 +0200
  • 718e868682 init: fix cases where JPEG_LIB_VERSION_MAJOR/MINOR are not defined Nathan Rajlich 2012-08-13 18:03:05 -0700
  • a7615ceb91 Fixed an issue with jpeg-turbo library Luigi Pinca 2012-08-13 16:44:43 +0200