929 Commits (4943be6614c1071952b1a3948ed4fdc3ed2a081f)
 

Author SHA1 Message Date
TJ Holowaychuk 4943be6614 fix makefile 12 years ago
TJ Holowaychuk 5249f3ef85 Merge pull request #185 from LearnBoost/gyp 12 years ago
Nathan Rajlich c1645a7da7 package: remove the "preinstall" phase, add the "test" phase 12 years ago
Nathan Rajlich 4a8ef34912 build: link to "jpeg" and "gif" when specified 12 years ago
Nathan Rajlich 95947e0c1c build: add linking with pixman & cairo on unix, and add the HAVE_JPEG and HAVE_GIF defines 12 years ago
Nathan Rajlich 566a9a9eed Makefile: run "rebuild" 12 years ago
Nathan Rajlich 38a157c310 Makefile: update the makefile to use node-gyp 12 years ago
TJ Holowaychuk d556356e69 dont cap top-level node 12 years ago
Nathan Rajlich 0e4fa461de src: add newline at end of file to fix compiler warning 12 years ago
Nathan Rajlich cdb2421812 build: begin making gyp file work on unix 12 years ago
TJ Holowaychuk 5ed27bff1f Release 0.12.1 12 years ago
TJ Holowaychuk f5be948340 fix jpeg malloc Image issue. Closes #160 [c-spencer] 12 years ago
TJ Holowaychuk 3ca90a7815 Merge pull request #169 from andreasbotsikas/windows-build 13 years ago
Andreas Botsikas 67a56ce5f2 Removed Windows.Readme.txt. Content has been added in the wiki https://github.com/LearnBoost/node-canvas/wiki 13 years ago
TJ Holowaychuk b381dd6db2 make wiki more obvious 13 years ago
Andreas Botsikas 3738179d76 Added instructions, binding.gyp and added the NODE_MODULE macro to specify the entry point. 13 years ago
TJ Holowaychuk f47422fd06 fixed Image bit flags 13 years ago
TJ Holowaychuk 69d4eb3987 slight refactor 13 years ago
TJ Holowaychuk 20153ebe5b Merge pull request #167 from c-spencer/MimeData 13 years ago
c-spencer f39dc4d9e2 Add readme entry for Image.dataMode 13 years ago
c-spencer 03584c3307 Improve Image mode API 13 years ago
TJ Holowaychuk e0b6dd6fcb Release 0.12.0 13 years ago
c-spencer 4c5962b90e Add clearData method to handle reassignment of src, and clean up mime data memory handling. 13 years ago
TJ Holowaychuk bf49929023 Merge pull request #166 from c-spencer/TextMetrics 13 years ago
c-spencer cc994d2d8d Improve how _data_len is managed and use to adjust memory, hide more of mime API behind cairo version conditional. 13 years ago
TJ Holowaychuk 8127ee527f Merge pull request #165 from c-spencer/master 13 years ago
c-spencer 8b8ee7f017 Add optional mime-data tracking to Image. 13 years ago
c-spencer d5838bc4aa Refactor JPEG decoding into decodeJPEGIntoSurface 13 years ago
c-spencer c1b6d71163 Merge branch 'master' into TextMetrics 13 years ago
c-spencer 307fa29396 Switch draw mode state to an enum. 13 years ago
c-spencer d5d9c59e56 Improve bottom and middle baseline calculation. 13 years ago
c-spencer e06ed99dec Partial TextMetrics support. 13 years ago
c-spencer 3dfb4e0a09 Add note on default value of textDrawingMode 13 years ago
c-spencer 18e3edfc28 Add textDrawingMode context property. 13 years ago
TJ Holowaychuk fc34add281 Release 0.11.3 13 years ago
TJ Holowaychuk 56d49559de clean up free()s 13 years ago
TJ Holowaychuk ba94a33d74 live_data -> _data 13 years ago
TJ Holowaychuk 7adcd31750 Merge pull request #162 from kesla/master 13 years ago
David Björklund c9f991b8de Fixes the Image memory leak (#150). It is basically the fix from @AllYearbooks fork without the mime-stuff. 13 years ago
TJ Holowaychuk eb04ff63d6 Fixed Context2d::hasShadow() 13 years ago
TJ Holowaychuk 1c85f5ef39 Release 0.11.2 13 years ago
TJ Holowaychuk 3ebc55a5e6 Fixed: free closure and surface in ~Canvas 13 years ago
TJ Holowaychuk 3436c4ea43 added pdf keyword to package.json 13 years ago
TJ Holowaychuk 081b87f304 Release 0.11.1 13 years ago
TJ Holowaychuk ac9d442c87 docs 13 years ago
TJ Holowaychuk eb0edf2ce4 Changed: renamed .nextPage() to .addPage() 13 years ago
TJ Holowaychuk 47e9ea1bc2 Release 0.11.0 13 years ago
TJ Holowaychuk 55a7ae8728 docs for pdf 13 years ago
TJ Holowaychuk 03d1cacf9c Added `Canvas#type` getter 13 years ago
TJ Holowaychuk 981cb656d4 make small pdf example a small canvas 13 years ago