summaryrefslogtreecommitdiff
path: root/raster
AgeCommit message (Expand)Author
2009-02-23Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more fo...Tor Andersson
2008-09-29Fixed uninitialized compiler warnings.Tor Andersson
2008-09-02Use unsigned char type for coverage calculations to keep the value inside the...Tor Andersson
2008-08-24Don't try to draw zero dimensioned image.Sebastian Rasmussen
2008-08-09Fixed scope bug in an unused(!) function.Tor Andersson
2008-08-08Change debug pixmap to use a static counter instead.Tor Andersson
2008-08-08Removed potential race-condition and fixed potentially lost file handle in pi...Sebastian Rasmussen
2008-08-07Paranoia check that paths begin with a moveto in stroking logic.Tor Andersson
2008-08-07Fix static buffer overrun in fz_gammapixmap (it was the wrong size).Tor Andersson
2008-07-06Added support for prefixing filenames when doing pixmap debugging.Sebastian Rasmussen
2008-07-06Added support for sequence numbering of images when doing pixmap debugging.Sebastian Rasmussen
2008-07-06Improved variable naming when debugging pixmaps.Sebastian Rasmussen
2008-07-06Added support for debugging pixmap with one component and alpha.Sebastian Rasmussen
2008-07-06Applied local idiom for pixmap debugging.Sebastian Rasmussen
2008-07-06Added support for debugging CMYK pixmaps with alpha.Sebastian Rasmussen
2008-07-01Fix band height calculation bug.Tor Andersson
2008-06-30Correct rounding in image scale.Glenn Kennard
2008-06-30Whitespace fix.Tor Andersson
2008-04-25Remove unused meta node type.Tor Andersson
2008-04-23Misc cleanupsGlenn Kennard
2008-03-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-04-20Forgot to add blendmodes.cGlenn Kennard
2008-04-20Adhere to common idiom when not encoundering error.Sebastian Rasmussen
2008-04-19Support hairlines (zero-width lines)Glenn Kennard
2008-04-12Beginnings of pdf 1.4 blend modes implementation.Glenn Kennard
2008-04-09Check for NaN in fz_rendershade.Glenn Kennard
2008-03-25Fix typo in text_w4i1o4Glenn Kennard
2008-03-24Fix endian issue in solid node fill optimization.Glenn Kennard
2008-03-22Really, really fix mmx img_4o4mmx routine.Glenn Kennard
2008-03-22Fix mmx lerping the wrong direction horizontally.Glenn Kennard
2008-03-21Fix fast path compositing. Constant color is NOT premultiplied.Glenn Kennard
2008-03-21Yup, premul alpha. Also, vectorize rendersolid.Glenn Kennard
2008-03-21Propagate alpha into rendering routinesGlenn Kennard
2008-03-21Only reset alpha state for transparency group XObjects.Glenn Kennard
2008-03-21Remove debug print when emptying glyphcache.Sebastian Rasmussen
2008-03-21Fixed typo in image tiling.Tor Andersson
2008-03-20Parse fill/stroke constant alpha values.Tor Andersson
2008-03-20Whitespace fixes.Sebastian Rasmussen
2008-03-20Fixed patch generating compiler warning.Sebastian Rasmussen
2008-03-19Optimize pdf_loadtile for indexed imagesGlenn Kennard
2008-03-20Fixed compiler warning.Sebastian Rasmussen
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-19Split image decode and scaling work into bands for large imagesGlenn Kennard
2008-03-20Adapted whitespace in decodetile patch.Sebastian Rasmussen
2008-03-19Special case decodetile for nGlenn Kennard
2008-03-17Small speedup of decodetileGlenn Kennard
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-20Fix for pixmap scaling patch.Sebastian Rasmussen
2008-03-09Fixed initial line whitespace.Sebastian Rasmussen
2008-03-17Special-case 1-5 components in image scaleGlenn Kennard