83 Commits (c70eadc5d0f1c529537ec2b3bb4389adbabe9075)

Author SHA1 Message Date
Tj Holowaychuk b7c810f44e Removed BUFFER_DATA macro 14 years ago
Tj Holowaychuk 804eeb673c fixed segfault 14 years ago
Tj Holowaychuk 9221d3a403 Fixed canvas resizing. Closes #57 14 years ago
Tj Holowaychuk bf7e04afbd Unref() canvas 14 years ago
Tj Holowaychuk cdfca98203 Misc refactoring 14 years ago
Tj Holowaychuk 228aafec7e Fixed constructors 14 years ago
Tj Holowaychuk 513f2a1098 Added PixelArray::constructor 14 years ago
Tj Holowaychuk 644b77c311 Added Canvas::constructor 14 years ago
Tj Holowaychuk 9162f4554f Added closure.h 14 years ago
Tj Holowaychuk c2597935db Namespaces 14 years ago
Tj Holowaychuk 620a83eeb6 Removed redundant "get" prefix for some methods 14 years ago
Tj Holowaychuk 444be2da49 Docs 14 years ago
Don Park 7abd4e17e4 replaced all node.js Buffer::data calls using new macro BUFFER_DATA 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 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
Don Park 21d0f2c727 node v0.3 support 14 years ago
Tj Holowaychuk 5bfeb7c1c2 Removed Canvas#savePNG() 14 years ago
Tj Holowaychuk b3d6fcb3b0 Renamed Canvas::resetSurface() to resurface() 14 years ago
Tj Holowaychuk f918cf4e47 uppercased Canvas.{cc,h} 14 years ago
Tj Holowaychuk 5cb1cc7f9a renaming 14 years ago
Tj Holowaychuk 66bea777a0 Todos 14 years ago
Tj Holowaychuk 17aba44102 uppercase filenames 14 years ago
Tj Holowaychuk 9a49ddb484 resetting surface on resize 14 years ago
Tj Holowaychuk b23861d1b6 Added Canvas getter/setters 14 years ago
Tj Holowaychuk bc6e3c1fa1 new Canvas() constructor allowing width/height 14 years ago
Tj Holowaychuk 3e6b1cc882 Added sync PNGStream support 14 years ago
Tj Holowaychuk ec51aa066b Added canvas.{width,height} 14 years ago
Tj Holowaychuk edc0de77f5 Error handling for savePNG() 15 years ago
Tj Holowaychuk c352601301 Re-throwing exceptions in streamPNG callback 15 years ago
Tj Holowaychuk d89dd26d1a Comment 15 years ago
Tj Holowaychuk 6e4a4fc1b2 streamPNG sig is now (err, buf, len) 15 years ago
Tj Holowaychuk 8204bbefa8 Added Canvas::Error() 15 years ago
Tj Holowaychuk 999a4e103b Typo 15 years ago
Tj Holowaychuk 69a68875c2 Docs 15 years ago
Tj Holowaychuk 1e19b7ec10 Added PNGStream test 15 years ago
Tj Holowaychuk 63b38e25d7 Passing null, 0 when done 15 years ago
Tj Holowaychuk 6af6212b3c Fixed stupid segfault 15 years ago
Tj Holowaychuk 1c5d3346e7 Working 15 years ago
Tj Holowaychuk 0ceeaf477e Typos 15 years ago
Tj Holowaychuk 44661cd332 Started buffer streaming 15 years ago