457 Commits (0e4fa461de5bd6ae7417ebfdcdc11d4970591e37)

Author SHA1 Message Date
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 05708b7657 HandleScope fixes 14 years ago
Tj Holowaychuk 79361a5e4d misc 14 years ago
Tj Holowaychuk 1c6cfd3c48 zero closure 14 years ago
Tj Holowaychuk fde7404e08 Added closure_destroy(), and implemented some ToBuffer() fixes by Olaf 14 years ago
Tj Holowaychuk 109efafedf hint v8 at Image surface 14 years ago
Tj Holowaychuk 52e24d893f free data if src malloc() fails 14 years ago
Tj Holowaychuk 157d93e68c space 14 years ago
Tj Holowaychuk d7f6caae9b changed image format exception message 14 years ago
Tj Holowaychuk a91a44c9ed Fixed errors thrown in .onerror 14 years ago
Tj Holowaychuk 00df2707e9 Fixed Image::error(), reports FatalException() unless .onerror is present 14 years ago
Tj Holowaychuk b7c810f44e Removed BUFFER_DATA macro 14 years ago
Tj Holowaychuk a1ccbd5c72 Removed buffer compat, going for 0.4.x only 14 years ago
Tj Holowaychuk dfa3c4fee8 Added buffer_compat.{h,cc} 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 4d57a9c201 PixelArray data is non-premultiplied 14 years ago
Tj Holowaychuk 94514cac00 initialize textBaseline 14 years ago
Tj Holowaychuk ff10bb0feb fix float -> int warning 14 years ago
Tj Holowaychuk ffad506fd2 Fixed two named colors. Closes #62 [thanks noonat] 14 years ago
Tj Holowaychuk 002bcf06b9 newline 14 years ago
Tj Holowaychuk 1fbbe1e8ed NULL filename 14 years ago
Tj Holowaychuk 4b58ef90fd Fixed; freeing data in Image::loadJPEG() on failure 14 years ago
Tj Holowaychuk e3f52a8184 Added cairo_format_stride_for_width() 14 years ago
Tj Holowaychuk c0cf56920e Fixed; include jpeglib only when HAVE_JPEG 14 years ago
Tj Holowaychuk d89080e543 s/strnstr/strstr/ 14 years ago
Tj Holowaychuk 408c02b1f7 misc 14 years ago
Tj Holowaychuk 312c35f189 dispose onerror 14 years ago
Tj Holowaychuk 2c8ea1fecd no need to ref/unref sync image loading 14 years ago
Tj Holowaychuk 50c2e63da3 Image loading is sync until race-condition is resolved 14 years ago
Tj Holowaychuk 35128ce2d2 misc 14 years ago
Tj Holowaychuk bd3329ebf3 Image::loadJPEG() return status based on errno 14 years ago
Tj Holowaychuk 1b5f15f704 Fixed putImageData() bug 14 years ago
Tj Holowaychuk 4c952d6dbf misc 14 years ago
Tj Holowaychuk b037e7938f misc refactoring 14 years ago
Tj Holowaychuk 9fddb25eb5 AddColorStop() using new color parser 14 years ago
Tj Holowaychuk f4cd85ad05 lowercase rgba_to_string res for hex 14 years ago
Tj Holowaychuk 9c5a511051 fixed hex parsing, defaulting alpha to 1 14 years ago
Tj Holowaychuk 85ae1c931f Added Context2d::Get{Fill,Stroke}Color() 14 years ago