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
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
2010-05-11
Accumulate text to be clipped in text render mode 7.
Tor Andersson
2010-05-02
Whitespace fix.
Sebastian Rasmussen
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-24
Only pass non-pre-multiplied color to the w4i1o4 functions.
Tor Andersson
2010-04-19
Convert colors before rendering the shade mesh instead of converting the pixmap.
Tor Andersson
2010-04-19
Add support for patterns in stroked paths and text.
Tor Andersson
2010-04-16
Plug memory leaks in dev_draw.
Tor Andersson
[next]