index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
Age
Commit message (
Expand
)
Author
2011-04-01
xps: Use opacity masks, and draw gradients with opacity.
Tor Andersson
2011-03-31
xps: Clean up image loading code, and handle images with alpha.
Tor Andersson
2011-03-09
Draw radial shading extensions in the right order.
Tor Andersson
2011-03-01
Fix subtle path stroking bug where closepath did not update the pen position.
Tor Andersson
2011-02-12
Calculate the y sub pixel position correctly.
Robin Watts
2011-02-08
Only interpolate upscaled images when the interpolate flag is set in the imag...
Tor Andersson
2011-02-03
Various patches from SumatraPDF.
Tor Andersson
2011-02-03
Indent with tabs, not spaces.
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2011-01-17
Fix out of bound memory access in smooth scaling single column code.
Robin Watts
2011-01-06
Fix typos in fz_paintlinear.
Tor Andersson
2011-01-06
Make several functions static, removing them from the public interface.
Sebastian Rasmussen
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
2010-12-30
Adhere to indentation idiom for switch everywhere.
Sebastian Rasmussen
2011-01-06
Solve subpixel positioning problems when scaling rotated images.
Robin Watts
2011-01-05
Correct miscalculation of target image sizes for scaling.
Robin Watts
2010-12-29
Rename mesh painting functions to 'paint' to conform with the other painting ...
Tor Andersson
2010-12-29
Support radial shadings as another special case in the fitz renderer.
Sebastian Rasmussen
2010-12-29
Support linear shadings as a special case in the fitz shading struct and rend...
Tor Andersson
2010-12-04
The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...
Tor Andersson
2010-12-01
Fix rounding behaviour when using FZ_COMBINE2.
Robin Watts
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-10-28
Use smooth image scaling for non-rectilinear images. Patch by Robin Watts.
Tor Andersson
2010-10-28
Use bilinear sampling for non-rectilinear and upscaled images.
Tor Andersson
2010-10-28
Patch for initializing weights when the downscale of the image is so severe w...
Tor Andersson
2010-10-23
Change do/while(--w) back into while(w--).
Tor Andersson
2010-10-20
Pre-multiply colors when converting the rendered grayscale shading to color v...
Tor Andersson
2010-10-14
Fix error in smooth scaling that only occured with horizontally flipped colou...
Tor Andersson
2010-10-13
Speed up smooth scaling, fix a corner case and some experimental ARM code for...
Tor Andersson
2010-10-13
Remove (broken?) center-of-pixel adjustments in image rendering.
Tor Andersson
2010-10-13
Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...
Tor Andersson
2010-10-13
Fix formatting: remove double spaces.
Tor Andersson
2010-09-08
Smooth image scaling and drawing fixes by Robin Watts.
Tor Andersson
2010-08-18
Put a hard limit on bezier subdivision in case precision limits make the flat...
Tor Andersson
2010-08-07
Fix bug where image with alpha painting was not multiplying colors with the c...
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-25
Apply decode array for image masks.
Tor Andersson
2010-07-25
Use a separate decodetile function for non-indexed images.
Tor Andersson
2010-07-25
Never scale the components of indexed images. Let decodetile use maxval for s...
Tor Andersson
2010-07-23
Fix typo in grayscale image sampling.
Tor Andersson
2010-07-23
Fix to stop the asserts in smoothscale.
Robin Watts
2010-07-22
Grid fit images rather than just prevent dropouts.
Tor Andersson
2010-07-22
Prevent dropouts of small images.
Tor Andersson
2010-07-21
Only initialise the 1-bit image unpacking tables when we encounter a monobit ...
Tor Andersson
2010-07-21
Add Robin Watts' smooth image scaling code.
Tor Andersson
2010-07-21
Replace path blending with general blending functions. Rewrite image renderin...
Tor Andersson
2010-07-21
Clear glyph cache key struct with memset to make sure we don't hash uninitial...
Tor Andersson
2010-07-20
Replace explicit comparisons with MIN/MAX/ABS macros.
Sebastian Rasmussen
2010-07-21
Replace text blending with general blending functions.
Tor Andersson
2010-07-21
Reorganize pixmap blending functions.
Tor Andersson
[next]