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
Age
Commit message (
Expand
)
Author
2010-05-14
Change pdf_openxref to take a fz_stream instead of a filename so that windows...
Tor Andersson
2010-05-13
Various fixes to avoid relying on C99. Move definitions of variables back to ...
Robin Watts
2010-05-11
Use the bbox device to get an accurate bounding box for type 3 font glyphs.
Tor Andersson
2010-05-11
Add a bbox extraction device.
Tor Andersson
2010-05-11
Accumulate text to be clipped in text render mode 7.
Tor Andersson
2010-05-11
Record stroked and clipped text in dev_text.
Tor Andersson
2010-05-02
Whitespace fix.
Sebastian Rasmussen
2010-05-02
Enclose gid in quotation marks to make debugging of text be XML compliant.
Sebastian Rasmussen
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-24
Add font width scaling for rendering substituted fonts.
Tor Andersson
2010-04-24
Add font and font size information to text spans.
Tor Andersson
2010-04-24
Calculate bounding boxes for text in the text extraction device.
Tor Andersson
2010-04-24
Only pass non-pre-multiplied color to the w4i1o4 functions.
Tor Andersson
2010-04-24
Round type 3 font bounding box size outward when rendering.
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-19
Improved debug printing of shading to show vertex grouping into triangles.
Sebastian Rasmussen
2010-04-18
Silencing two compiler warnings.
Sebastian Rasmussen
2010-04-17
Fix omitted initialization in shade debug printing.
Sebastian Rasmussen
2010-04-17
Added function to print fitz shading objects for debugging.
Sebastian Rasmussen
2010-04-16
Plug memory leaks in dev_draw.
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Remove incorrect comment from fz_shade.
Sebastian Rasmussen
2010-04-14
Remove test for NaN in shademesh rendering since it no longer appears.
Sebastian Rasmussen
2010-04-15
Make the content stream interpreter automatically rewind the fz_buffer.
Tor Andersson
2010-04-15
Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...
Tor Andersson
2010-04-15
XML-ify output of dev_trace.
Tor Andersson
2010-04-15
Simplify API for opening a PDF document.
Tor Andersson
2010-04-13
Fix some typos in the display list device.
Tor Andersson
2010-04-12
Remove unused CRC32 code.
Sebastian Rasmussen
2010-04-12
Remove function declarations whose definitions are missing.
Sebastian Rasmussen
2010-04-11
Move MAX4 and MIN4 macros to where they are used.
Tor Andersson
2010-04-11
Remove R_OK macro.
Tor Andersson
2010-04-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Remove unused functions in obj_parse.c
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-11
Made hash resize function static.
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-11
Remove obsolete cpu-specific optimization detection code.
Tor Andersson
2010-04-11
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2010-04-08
Move fz_pixmap from draw directory to fitz.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-04-08
Rename the old path and text node files.
Tor Andersson
2010-04-06
Support rendering alpha mask only with the device colorspace set to NULL. Use...
Tor Andersson
2010-04-06
Use the calculated flatness.
Tor Andersson
2010-03-14
Image mask clipping.
Tor Andersson
2010-03-10
Tiling patterns.
Tor Andersson
2010-03-09
Remove Jamfiles and update the README.
Tor Andersson
2010-03-09
Add a GNU Makefile.
Tor Andersson
[next]