Nathan Rajlich
38a157c310
Makefile: update the makefile to use node-gyp
13 years ago
TJ Holowaychuk
d556356e69
dont cap top-level node
13 years ago
Nathan Rajlich
0e4fa461de
src: add newline at end of file to fix compiler warning
13 years ago
Nathan Rajlich
cdb2421812
build: begin making gyp file work on unix
13 years ago
TJ Holowaychuk
5ed27bff1f
Release 0.12.1
13 years ago
TJ Holowaychuk
f5be948340
fix jpeg malloc Image issue. Closes #160 [c-spencer]
13 years ago
TJ Holowaychuk
3ca90a7815
Merge pull request #169 from andreasbotsikas/windows-build
Added instructions and the binding.gyp to build the module in windows
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
Image mime data tracking
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
TextMetrics API (partial)
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
Add textDrawingMode context2d property for controlling whether to use paths or glyphs.
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
Fixes Image memory leak (#150 )
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
TJ Holowaychuk
41609b9892
tweak example
13 years ago
TJ Holowaychuk
f2df845f0e
added lime-cat to image example
13 years ago
TJ Holowaychuk
d9c2695a33
added lime-cat.jpg
13 years ago
TJ Holowaychuk
8e7c1ae3f6
added pdf-images.js example
13 years ago
TJ Holowaychuk
a063907832
Added quick PDF support
need to clean things up, add async support, test images etc. I believe
some guys forked node-canvas to add some kind of image caching
for when an image appears several times within a PDF document, though
that may be out of scope
13 years ago
TJ Holowaychuk
9b6c6a8b1d
Release 0.10.3
13 years ago