Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-28 | Moved Fitz files into one directory. | Tor Andersson | |
2009-02-23 | Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more ↵ | Tor Andersson | |
font logic on the PDF side and freetype rendering on the fitz side. | |||
2008-08-24 | Don't try to draw zero dimensioned image. | Sebastian Rasmussen | |
2008-07-01 | Fix band height calculation bug. | Tor Andersson | |
2008-06-30 | Whitespace fix. | Tor Andersson | |
2008-04-25 | Remove unused meta node type. | Tor Andersson | |
2008-04-23 | Misc cleanups | Glenn Kennard | |
Fix refcount error in xobject resource inheritance from parent. Convert a printf to a proper log message. Don't leak FindFirstFile handle in pdf_createfontlistMS. | |||
2008-03-31 | fixes for native windows build with Visual Studio | Krzysztof Kowalczyk | |
2008-04-20 | Forgot to add blendmodes.c | Glenn Kennard | |
Not functional yet. | |||
2008-04-20 | Adhere to common idiom when not encoundering error. | Sebastian Rasmussen | |
2008-04-19 | Support hairlines (zero-width lines) | Glenn Kennard | |
2008-03-24 | Fix endian issue in solid node fill optimization. | Glenn Kennard | |
2008-03-21 | Fix fast path compositing. Constant color is NOT premultiplied. | Glenn Kennard | |
2008-03-21 | Yup, premul alpha. Also, vectorize rendersolid. | Glenn Kennard | |
2008-03-21 | Propagate alpha into rendering routines | Glenn Kennard | |
I think these need premul, but not certain yet. | |||
2008-03-20 | Parse fill/stroke constant alpha values. | Tor Andersson | |
2008-03-20 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-20 | Fixed patch generating compiler warning. | Sebastian Rasmussen | |
2008-03-19 | Optimize pdf_loadtile for indexed images | Glenn Kennard | |
2008-03-20 | Fixed compiler warning. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-19 | Split image decode and scaling work into bands for large images | Glenn Kennard | |
Images larger than will fit in a typical L2 cache that need scaling are now chopped up and processed in bands. Speeds up McCue.pdf overall by 1/3. Actual decoding of stream is still done in one chunk, which now has the highest overhead. | |||
2008-03-09 | Fixed initial line whitespace. | Sebastian Rasmussen | |
2008-03-17 | Port y clipping from fitz experimental tree | Glenn Kennard | |
This speeds up a particular case from 47s to less than a second. | |||
2008-03-08 | Fixed almost all compiler warnings. | Sebastian Rasmussen | |
2005-06-06 | rename fz_colornode to fz_solidnode | Tor Andersson | |
2005-06-04 | new world order ii -- revenge of the header files | Tor Andersson | |
2005-06-04 | new world order | Tor Andersson | |