index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
dev_draw.c
Age
Commit message (
Expand
)
Author
2011-04-04
draw: Purge old (fast but too ugly) image scaling code.
Tor Andersson
2011-04-04
Add device interface functions to draw tiled patterns.
Tor Andersson
2011-04-04
draw: Speed up display list execution by using a visibility test.
Tor Andersson
2011-04-03
draw: Fix regression introduced with bug 692117.
Tor Andersson
2011-04-01
draw: Convert and scale images in the cheapest order.
Tor Andersson
2011-03-29
Don't shorten colorspace to 'cs' in structs and other names.
Tor Andersson
2011-02-08
Only interpolate upscaled images when the interpolate flag is set in the imag...
Tor Andersson
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
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-16
Fill entire scissor region with shading background color.
Tor Andersson
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-09-08
Smooth image scaling and drawing fixes by Robin Watts.
Tor Andersson
2010-08-11
Tweak threshhold values for the fast image scaling.
Tor Andersson
2010-08-11
Remove some debug messages.
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-24
Slower but slightly more accurate CMYK to RGB conversion.
Tor Andersson
2010-07-23
Support constant alpha for shadings, images and transparency groups.
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
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
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-17
Parse and warn about constant alpha values being ignored.
Tor Andersson
2010-07-17
Support SMasks for general graphics (incomplete).
Tor Andersson
2010-07-16
Set scissor after replacing dest with the transparency buffer. Pop the transp...
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
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
Refactor image pixel unpacking.
Tor Andersson
2010-07-02
Compute the scaled image width and height with the right factors (so we don't...
Tor Andersson
2010-07-01
Remove stray debugging printf and comments.
Tor Andersson
2010-07-01
Remove unused blendover functions.
Tor Andersson
2010-07-01
Compute shading bounding box using the triangle mesh.
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-23
Implement ARM version of loadtile8.
Robin Watts
2010-06-23
Support grayscale and other colorspaces in shade->usebackground case.
Tor Andersson
2010-06-22
Make the color conversions in dev_draw general for n-component colors.
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-21
Prepare for searching by implementing the UI for entering a search string. Ch...
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-15
Use scissor bbox to clip shadings instead of using scratch buffers.
Tor Andersson
2010-05-25
Support one-to-many glyph/character mappings.
Tor Andersson
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-19
Clip the bounding box returned from the global edge list against the scissor,...
Tor Andersson
2010-05-19
Treat rectangular clip paths as a special case using scissoring rectangles.
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-13
Various fixes to avoid relying on C99. Move definitions of variables back to ...
Robin Watts
[next]