255 Commits (2f30100307c5bd47364525454bcb574c99529718)

Author SHA1 Message Date
Tj Holowaychuk 4bb051974b Default Image filename to "" 14 years ago
Tj Holowaychuk 38b0212560 Added js Image#inspect() 14 years ago
Tj Holowaychuk 08ff03d0f0 Added Image#{width,height} getters 14 years ago
Tj Holowaychuk 07a736b509 Conditionally destroy surface on ~Image() 14 years ago
Tj Holowaychuk 3f71cd61f8 Docs 14 years ago
Tj Holowaychuk db4c00ce42 Added Image#complete getter 14 years ago
Tj Holowaychuk 9331041e29 Added Image::complete 14 years ago
Tj Holowaychuk d11f2503c7 Todo 14 years ago
Tj Holowaychuk 77187c2afe Added Image::error() 14 years ago
Tj Holowaychuk 6f6ce235dd Handling Image::loadSurface() failure 14 years ago
Tj Holowaychuk 09beac6c25 Calling Image#onerror when Image#onload throws 14 years ago
Tj Holowaychuk 892b0d4c2c Added Image#onerror accessors 14 years ago
Tj Holowaychuk dc949d0fe9 Added Image#onload accessors 14 years ago
Tj Holowaychuk 03d0bc669d Started Image#onload 14 years ago
Tj Holowaychuk 6b35fa523c Setting onload 14 years ago
Tj Holowaychuk f5e0017aba misc refactoring 14 years ago
Tj Holowaychuk 06d1c7eafb More Image goodness 14 years ago
Tj Holowaychuk e6ba903a53 Started Image 14 years ago
Tj Holowaychuk 620a83eeb6 Removed redundant "get" prefix for some methods 14 years ago
Tj Holowaychuk 444be2da49 Docs 14 years ago
Tj Holowaychuk 9b55a191b7 Misc refactoring 14 years ago
Don Park 7abd4e17e4 replaced all node.js Buffer::data calls using new macro BUFFER_DATA 14 years ago
Tj Holowaychuk 12e26814bb Added Context2d#antialias= 14 years ago
Tj Holowaychuk dd9430ec4a Added more global composite operator support 14 years ago
Tj Holowaychuk 31ad265650 Added "darker" composite op 14 years ago
Tj Holowaychuk b2e6a542ff -Wall 14 years ago
Tj Holowaychuk a292869974 Misc 14 years ago
Tj Holowaychuk 2391844f23 return CAIRO_STATUS_NO_MEMORY on failed {re,m}alloc() 14 years ago
Tj Holowaychuk 6107a2ad89 free toBuffer closure data 14 years ago
Tj Holowaychuk 9733e8ef61 Another warning 14 years ago
Tj Holowaychuk 001247f1cb Fixed some errors / warnings on fedora 14 years ago
Tj Holowaychuk 5858b47d66 locals 14 years ago
Tj Holowaychuk e2df4d491e More locals 14 years ago
Tj Holowaychuk 4c7788fd68 Use of Local<Value> 14 years ago
Tj Holowaychuk 37fc4a6398 Misc 14 years ago
Tj Holowaychuk 0025e5907c Added async toBuffer() 14 years ago
Tj Holowaychuk 9a1484de3c Prep for async toBuffer() 14 years ago
Tj Holowaychuk 51328138af Implemented sync toBuffer() 14 years ago
Tj Holowaychuk 2955ae7bfa Stubbed out Canvas::ToBuffer() 14 years ago
Tj Holowaychuk 5f5434d518 Refactored blur() 14 years ago
Tj Holowaychuk 3c05a682cb nullify fill/stroke pattern on RGBA 14 years ago
Tj Holowaychuk 593a3e89da Less blur 14 years ago
Tj Holowaychuk 8b6fbf64c0 Fixed gradients 14 years ago
Tj Holowaychuk 5837a86dd0 Fixed {fill,stroke}Text() shadow support 14 years ago
Tj Holowaychuk cb8e5da59a Removed shadowStart / shadowApply 14 years ago
Tj Holowaychuk 4aa2defeca Moving some methods around 14 years ago
Tj Holowaychuk ffa011a1c4 Moved blur to Context2d::blur() 14 years ago
Tj Holowaychuk 9a6a86238e Added path preservation support to Context2d::{stroke,fill}() 14 years ago
Tj Holowaychuk 7f56dc825e Utilizing new stroke/fill 14 years ago
Tj Holowaychuk fdc9c7938a Context2d::StrokeRect() using Context::stroke() 14 years ago