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-06-19
Floats everywhere!
Tor Andersson
2010-06-17
Fix a handful typos reported in bug 691398.
Tor Andersson
2010-06-16
Fix typo in dev_text that caused the bounding boxes to be incorrect.
Tor Andersson
2010-06-15
Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...
Robin Watts
2010-06-15
Use scissor bbox to clip shadings instead of using scratch buffers.
Tor Andersson
2010-06-16
Do runtime endianness test instead of relying on unreliable preprocessor macros.
Tor Andersson
2010-06-15
Add missing break in fz_boundpath.
Tor Andersson
2010-06-15
Rearrange in Makerules and Makethird to remove cyclical dependencies.
Tor Andersson
2010-06-15
Allow bare J2K code streams in the JPXDecode filter.
Tor Andersson
2010-06-05
Do text extraction heuristics in device space in order to be more robust.
Tor Andersson
2010-06-03
Add wmode flag to text objects to support vertical writing mode in the text e...
Tor Andersson
2010-05-31
Initialize variables, fixing potential bugs.
Tor Andersson
2010-05-31
Replace getopt with Henry Spencer's public domain implementation.
Tor Andersson
2010-05-27
Add optimized function written in C that depends on integers being exactly 32...
Tor Andersson
2010-05-27
Add Robin Watts' arm assembler version of path_w4i1o4.
Tor Andersson
2010-05-27
Select the fast DCT transform in libjpeg at the correct location.
Tor Andersson
2010-05-26
Optimize lexer by using unreadbyte and switches rather than chained ifs.
Robin Watts
2010-05-25
Support one-to-many glyph/character mappings.
Tor Andersson
2010-05-25
Expand ligature presentation forms into their individual characters when extr...
Tor Andersson
2010-05-25
Merge fitz_res.h and fitz_draw.h
Tor Andersson
2010-05-22
Rename shade to shading.
Sebastian Rasmussen
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-20
Use more accurate fz_mul255.
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-14
Remove prefix ascii art from error messages stored in the error text buffer.
Tor Andersson
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
[next]