192 Commits (87abe5a85ee42b027077e28e9bfcfbaac7b7525b)

Author SHA1 Message Date
David Caldwell 87abe5a85e Use std::vector instead of C99 variable length arrays because of Visual C++. 11 years ago
David Caldwell 31dd7d6d21 Add support for the lineDash API. 11 years ago
Rod Vagg 9b62e5f64e beginning nan@1.0.0 conversion 11 years ago
King Koopa 8dbdd009b5 Runs on new v8. 11 years ago
Mitar 76bbe247fa Correctly limit bounds in PutImageData to prevent segment fault. 11 years ago
Rod Vagg 2354d9bb8c 0.11.4+ compatibility using NAN 12 years ago
Infinite Whiteboard 13b8f41141 Added backwards compatibility through conditional compilation. 12 years ago
Infinite Whiteboard 14a19421d2 Patch for Node 0.11.3 12 years ago
Seth Fitzsimmons 8dc36f09fa CanvasRenderingContext2d#filter 12 years ago
Seth Fitzsimmons a1fa149551 Add 'nearest' and 'bilinear' to patternQuality 12 years ago
TJ Holowaychuk ef897a2a2c ocd 12 years ago
Julian Viereck 1d3a99d85a Add support to load fonts from file. 12 years ago
c-spencer 474635d526 Fix Context2d::SetFont for pango when setting normal weight/style 13 years ago
c-spencer 3388ab5b33 Properly dispose of pango related allocations in ~Context2d() 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 35d491a284 Add pango drawing support, and silence some warnings. 13 years ago
c-spencer 8b8ee7f017 Add optional mime-data tracking to Image. 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 18e3edfc28 Add textDrawingMode context property. 13 years ago
TJ Holowaychuk 56d49559de clean up free()s 13 years ago
TJ Holowaychuk eb04ff63d6 Fixed Context2d::hasShadow() 13 years ago
TJ Holowaychuk eb0edf2ce4 Changed: renamed .nextPage() to .addPage() 13 years ago
TJ Holowaychuk a063907832 Added quick PDF support 13 years ago
TJ Holowaychuk 7a28ab4773 Fixed quadratic curve lameness. Closes #155 13 years ago
obarthel 5a8083de17 Added buffer size checks to the rgba_to_string() function 13 years ago
Robert Sköld 46bda423f8 Added a test (and fix) for a regression with gradients 13 years ago
Robert Sköld 559bd9d572 Started on ctx.createPattern() support. 13 years ago
Tj Holowaychuk c3e9284cfa ocd 13 years ago
Tharit 3ea435801e fixed two memory leaks in context2d 13 years ago
Tj Holowaychuk f65f60aec1 Fixed measureText().width. Closes #126 13 years ago
Tj Holowaychuk 549665dee8 typo 13 years ago
Tj Holowaychuk 82919c9992 Added better lineTo() / moveTo() exception messages 14 years ago
Tj Holowaychuk 10da42f2c0 Changed: prefix some private methods with _ 14 years ago
Tj Holowaychuk 8179d4619e Added Image#src= support. Closes #91 14 years ago
atomizer 24c327ac5e special case of zero-width rectangle 14 years ago
atomizer 11c5d3d45e do not clamp arguments to integer values 14 years ago
atomizer c8b82ae4ea ... and clearRect() 14 years ago
atomizer 5ae1c46070 preserve current path during fillRect() and strokeRect() 14 years ago
atomizer 9963f71796 restorePath(): clear current path before appending 14 years ago
Tj Holowaychuk d8a1c91ec3 states already free()d... 14 years ago
Tj Holowaychuk bef75cc54f CAIRO_OPERATOR_SATURATE and some others are available in cairo 1.8.x 14 years ago
Tj Holowaychuk 4bf1f611f6 text alignment / baseline fixes by Olaf 14 years ago
Tj Holowaychuk 780148ebcf Fixed more HandleScopes 14 years ago
Tj Holowaychuk 3ec1dcff9a Fixed more HandleScopes 14 years ago
Tj Holowaychuk d796546c63 Fixed GetPatternQuality() HandleScope 14 years ago
Tj Holowaychuk f69958eaf3 Added several more operators (color-dodge, color-burn, difference, etc) 14 years ago