192 Commits (87abe5a85ee42b027077e28e9bfcfbaac7b7525b)

Author SHA1 Message Date
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
Tj Holowaychuk 513f2a1098 Added PixelArray::constructor 14 years ago
Tj Holowaychuk 1e19b6ddb0 Added Context2d::constructor 14 years ago
Tj Holowaychuk 721c5a5e5a Marking dirty rect 14 years ago
Tj Holowaychuk f266fc3e5e Fixed putImageData() src 14 years ago
Tj Holowaychuk d4a60bb8ab More tests 14 years ago
Tj Holowaychuk bfa1108de9 More putImageData() 14 years ago
Tj Holowaychuk 27ae323c8d Fixed source x/y support for getImageData() 14 years ago
Tj Holowaychuk 345e87319b typo 14 years ago
Tj Holowaychuk 71a6ed5c06 Misc refactoring of PutImageData() 14 years ago
Tj Holowaychuk 9dcda666e4 Fixing putImageData() 14 years ago
Tj Holowaychuk 089e5ed8e7 Todo 14 years ago
Tj Holowaychuk 96005f2ac3 Started putImageData() 14 years ago
Tj Holowaychuk 0403bc5559 Properly error in drawImage() for older cairo 14 years ago
Tj Holowaychuk c2597935db Namespaces 14 years ago
Tj Holowaychuk 750a3b5edf Todo 14 years ago
Tj Holowaychuk 3ddebf04fa Todo 14 years ago
Tj Holowaychuk bb34bc716d Fixed drawImage() globalAlpha support 14 years ago
Tj Holowaychuk b05b5fc154 Fixed cairo_set_source_surface() point due to scale 14 years ago
Tj Holowaychuk 82a3d9cc36 drawImage() working 14 years ago
Tj Holowaychuk 46c6a969ae Refactoring drawImage() 14 years ago
Tj Holowaychuk e4a40e5ea2 Using cairo_scale() instead 14 years ago
Tj Holowaychuk 366880df60 Todo 14 years ago