c-spencer
|
3388ab5b33
|
Properly dispose of pango related allocations in ~Context2d()
|
13 years ago |
c-spencer
|
1b0d0cc06f
|
Tweak examples/text.js to show use of extended measureText attributes, and add examples/pango-glyphs.js
|
13 years ago |
c-spencer
|
efadaead73
|
Add measureText implementation for pango
|
13 years ago |
c-spencer
|
8e9defcb79
|
Tidy up build files and util script.
|
13 years ago |
c-spencer
|
50ab677036
|
Use strndup for duplicating fontFamily strings.
|
13 years ago |
c-spencer
|
309a1eb7e0
|
Make binding.gyp friendlier to windows. [#195]
|
13 years ago |
c-spencer
|
9c13c23f11
|
Trial auto-detection of libraries
|
13 years ago |
c-spencer
|
35d491a284
|
Add pango drawing support, and silence some warnings.
|
13 years ago |
c-spencer
|
d3f3a94835
|
Add simple support for using jpeg-turbo library.
|
13 years ago |
c-spencer
|
2140de6b24
|
Add pango build support and improve configure library detection.
|
13 years ago |
TJ Holowaychuk
|
1d0e86a8c7
|
Merge pull request #194 from lpinca/master
Fixes an issue related to a wrong variable type (#182)
|
13 years ago |
Luigi Pinca
|
02041571ce
|
Fixes #182
|
13 years ago |
TJ Holowaychuk
|
5a5a8e3e79
|
Merge pull request #188 from TooTallNate/versions
Export the "jpegVersion" and "gifVersion" strings when support for them is enabled
|
13 years ago |
Nathan Rajlich
|
7cf35c8396
|
export the "gifVersion" when compiled with gif support
|
13 years ago |
Nathan Rajlich
|
ba234eaae1
|
export the "jpegVersion" when compiled with jpeg support
|
13 years ago |
TJ Holowaychuk
|
ef1292518c
|
Merge pull request #187 from mscdex/patch-1
Remove duplicate require()
|
13 years ago |
Brian White
|
96025d0adf
|
Remove duplicate require()
|
13 years ago |
Nathan Rajlich
|
07d1ea537a
|
package: fix whitespace
|
13 years ago |
TJ Holowaychuk
|
2209c6d045
|
todo
|
13 years ago |
TJ Holowaychuk
|
31c68e8fff
|
add ./configure
|
13 years ago |
TJ Holowaychuk
|
3b7650bd7d
|
remove wscript
|
13 years ago |
TJ Holowaychuk
|
4943be6614
|
fix makefile
|
13 years ago |
TJ Holowaychuk
|
5249f3ef85
|
Merge pull request #185 from LearnBoost/gyp
Better node-gyp support
|
13 years ago |
Nathan Rajlich
|
c1645a7da7
|
package: remove the "preinstall" phase, add the "test" phase
|
13 years ago |
Nathan Rajlich
|
4a8ef34912
|
build: link to "jpeg" and "gif" when specified
|
13 years ago |
Nathan Rajlich
|
95947e0c1c
|
build: add linking with pixman & cairo on unix, and add the HAVE_JPEG and HAVE_GIF defines
|
13 years ago |
Nathan Rajlich
|
566a9a9eed
|
Makefile: run "rebuild"
|
13 years ago |
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 |