160 Commits (550011e25ec3fc221c99b3ba5f55f8a751bc80f1)

Author SHA1 Message Date
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
Tj Holowaychuk b63b4c8be9 Fixed SetGlobalAlpha() HandleScope 14 years ago
Tj Holowaychuk a9f860ded3 Apply patch from Olaf to free state on Context2d::restoreState() 14 years ago
Tj Holowaychuk 0ad1a9aeaa Apply refactored patch from Olaf to free Context2d states 14 years ago
Tj Holowaychuk 0d5d9c9677 Fixed font family dereferencing. Closes #72 14 years ago
Tj Holowaychuk 83687febc2 Removed sans-serif default of Arial 14 years ago
Tj Holowaychuk 86853935af Fixed; toString() first argument of {fill,stroke}Text(). Closes #68 14 years ago
Tj Holowaychuk 30c2f2c558 Added drawImage(canvas) support. Closes #67 14 years ago
Tj Holowaychuk 68a2152f5e fill / stroke patterns influenced by patternQuality 14 years ago
Tj Holowaychuk ca5a58908f Added CanvasRenderingContext2d#patternQuality accessor (non-standard) 14 years ago
Tj Holowaychuk 83c86d1c4b Added drawImage() patternQuality support 14 years ago
Tj Holowaychuk ab76821787 pre-multiply putImageData() components 14 years ago
Tj Holowaychuk 94514cac00 initialize textBaseline 14 years ago
Tj Holowaychuk 85ae1c931f Added Context2d::Get{Fill,Stroke}Color() 14 years ago
Tj Holowaychuk 54be6c057a automatic rgba_to_string() 14 years ago
Tj Holowaychuk ddeb6f3566 Added rgba_to_string() 14 years ago
Tj Holowaychuk 0ff539c691 setting up shadowColor accessors 14 years ago
Tj Holowaychuk 62fb1299a4 rgba_from_string(const char *str, short *ok) 14 years ago
Tj Holowaychuk e2a95c9537 implementing color parser 14 years ago
Tj Holowaychuk 82c8d562d6 fixed rgba_create() 14 years ago
Tj Holowaychuk 13e4ecf68c make g++ stop bitching 14 years ago
Tj Holowaychuk 97c7fe6dbd prep for c color parser 14 years ago
Tj Holowaychuk ea4b13e7ef Added arcTo(). Closes #11 14 years ago
Tj Holowaychuk 63e43a1eeb Fixed some warnings 14 years ago
Tj Holowaychuk 926dc9e911 Ignore putImageData() when source width/height resolve to <= 0 14 years ago
Tj Holowaychuk 085435d416 Fixed segfault when sw/sh putImageData() values are to large 14 years ago
Tj Holowaychuk f948b10d7c HasInstance() for Set{Fill,Stroke}Pattern() 14 years ago
Tj Holowaychuk 5123c72a2d More HasInstance() love 14 years ago
Tj Holowaychuk 228aafec7e Fixed constructors 14 years ago