414 Commits (c3e9284cfac738f80a4daa8f1d9bf97526a968bf)

Author SHA1 Message Date
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
Nathan Rajlich de520fcece Try to detect when EIO_custom changed it's signature. 13 years ago
Tj Holowaychuk f72f8072ab Added data uri support. Closes #49 13 years ago
Tj Holowaychuk 549665dee8 typo 13 years ago
Tj Holowaychuk 82919c9992 Added better lineTo() / moveTo() exception messages 14 years ago
Tj Holowaychuk 15c558bdeb Revert "Fix compilation on MacOSX gcc 4.2.1 environment." 14 years ago
Tj Holowaychuk 10da42f2c0 Changed: prefix some private methods with _ 14 years ago
Syoyo Fujita 5c5db2972f Fix compilation on MacOSX gcc 4.2.1 environment. 14 years ago
Tj Holowaychuk 8192e7e817 Added better image format detection 14 years ago
Tj Holowaychuk 7f8c2998a3 unnecessary parens 14 years ago
Tj Holowaychuk 451154ce4c unnecessary parens 14 years ago
Tj Holowaychuk 5f74448ba2 unnecessary parens 14 years ago
Tj Holowaychuk ae4eb50bf1 imageIdx -> i 14 years ago
Tj Holowaychuk 37c505493c refactoring loadGIFFromBuffer 14 years ago
Tj Holowaychuk 16cd613468 removed old gnu style initializer 14 years ago
Tj Holowaychuk 16096ad24c refactored Image::loadGIF() 14 years ago
Tj Holowaychuk afc5fa40ec gft -> gif 14 years ago
Tj Holowaychuk b153b6785d c-style gif internals 14 years ago
Tj Holowaychuk 82b32c3b20 move gif privates into Image.cc 14 years ago
Tj Holowaychuk e827187a5a fixed GIFInputFuncData struct style 14 years ago
Tj Holowaychuk 32630a5637 have gif trailing comment 14 years ago
Brian McKinney 63626fa672 Add GIF support 14 years ago
Tj Holowaychuk f4fc9ca88f misc refactor 14 years ago
Tj Holowaychuk 1f5350ad69 ws 14 years ago
Tj Holowaychuk bcc1b0c360 no need for ->handle_ here 14 years ago
Tj Holowaychuk 98c42b0a95 misc refactoring 14 years ago
Tj Holowaychuk 561938a6df removed V8::AdjustAmountOfExternalAllocatedMemory() call from toBuffer() 14 years ago
Tj Holowaychuk da532ec751 uint8_t 14 years ago
Tj Holowaychuk a647cb8b55 refactored Image::readPNG() 14 years ago
Tj Holowaychuk be77b17adc moved loadJPEGFromBuffer() into HAVE_JPEG 14 years ago
Tj Holowaychuk 8179d4619e Added Image#src= support. Closes #91 14 years ago
atomizer 6f08e9e6c8 proper memory adjust when resizing 14 years ago
atomizer 00120a885b make v8 more aware of memory allocations 14 years ago
atomizer d97748e9b6 clamp r,g,b to 0..255, alpha to 0..1 (assuming everything is >= 0) 14 years ago
Tj Holowaychuk 5ec4a8f52b misc refactoring 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 7da4a36893 clamp image bounds in PixelArray::PixelArray() [marcello3d] 14 years ago
Tj Holowaychuk 89af08d30d Fixed (kinda) img.src= error handling 14 years ago
Tj Holowaychuk b86c3cd321 move closure.h down. Closes #80 14 years ago
Tj Holowaychuk 2663ce0b74 refactored toBuffer() 14 years ago
Tj Holowaychuk 35696ee151 misc 14 years ago
Tj Holowaychuk 4981111190 added closure_init() 14 years ago
Tj Holowaychuk 3a74a43351 revert toBuffer() changes 14 years ago
Tj Holowaychuk d8a1c91ec3 states already free()d... 14 years ago