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
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
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits of multi-line comments.
Tor Andersson
2010-07-17
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-17
Support SMasks for general graphics (incomplete).
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-15
Implement correct blend mode functions and blending.
Tor Andersson
2010-07-14
Add transparency group/mask device calls and implement basic blend modes when...
Tor Andersson
2010-07-13
Implement stroked text.
Tor Andersson
2010-07-11
Always use 255 to pad alpha since it is not affected by scale.
Tor Andersson
2010-07-11
Reinsert Robin Watts' specialized pixel unpacking loops.
Tor Andersson
2010-07-11
Refactor image pixel unpacking.
Tor Andersson
2010-07-11
Fix typo.
Tor Andersson
2010-07-10
Clamp floats to representable numbers before converting to int. Clip lines ag...
Tor Andersson
2010-07-10
Don't assert on edge list bbox size if the edge list is empty.
Tor Andersson
2010-07-10
Refactor colorspace and PDF image parsing code.
Tor Andersson
2010-07-09
Fix up restrict keyword in prototypes to remove warnings on MSVC.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-07-08
Simplify #ifdef labyrinth and make some source more c89 compatible.
Tor Andersson
2010-07-08
Remove unmaintained MMX optimized function and runtime detection.
Tor Andersson
2010-07-07
Rename private functions to add fz prefix.
Tor Andersson
2010-07-01
Remove unnecessary (and invalid) assert.
Tor Andersson
[next]