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
/
res_font.c
Age
Commit message (
Expand
)
Author
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits.
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-13
Implement stroked text.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-21
Fix ascender and descender and other metric calculations to use proper scalin...
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-11
Use the bbox device to get an accurate bounding box for type 3 font glyphs.
Tor Andersson
2010-04-24
Add font width scaling for rendering substituted fonts.
Tor Andersson
2010-04-24
Round type 3 font bounding box size outward when rendering.
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
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-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-11
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-04-06
Support rendering alpha mask only with the device colorspace set to NULL. Use...
Tor Andersson
2010-03-10
Tiling patterns.
Tor Andersson
2010-01-08
Do not attempt to draw type3 glyphs until they are re-implemented.
Sebastian Rasmussen
2010-01-07
Render text.
Tor Andersson
2009-12-03
Consolidate include lines to a single fitz.h.
Tor Andersson
2009-12-03
Load content stream buffers instead of parsing into a display tree in xobject...
Tor Andersson
2009-12-02
Killing time. Butchered display tree and disabled all calls to it.
Tor Andersson
2009-12-02
Initialize and free t3widths pointer in fz_font.
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-28
A few out of memory error checks that the last patch forgot.
Tor Andersson
2009-11-28
Malloc cannot return null. Clean up in mupdf resource code.
Tor Andersson
2009-07-31
Fix typo in ifdef:d code.
Tor Andersson
2009-07-07
Whitespace cleanup in functions indented with both tabs and spaces.
Sebastian Rasmussen
2009-07-07
Catch more errors from freetype and give warnings or errors.
Sebastian Rasmussen
2009-07-05
Make internal functions static.
Sebastian Rasmussen
2009-07-04
Finalize freetype when no fonts refers to it.
Sebastian Rasmussen
2009-06-11
Re-enable text extraction functions.
Tor Andersson
2009-04-08
Various MSVC fixes.
Tor Andersson
2009-03-16
Fix some Coverity issues.
Tor Andersson
2009-03-11
Remove fz_outofmem constant.
Tor Andersson
2009-03-11
Change fz_error* struct into an integer error type fz_error.
Tor Andersson
2009-03-01
Fix type3 fonts so they work again after the font refactoring.
Tor Andersson
2009-02-28
Merge and move header files into the source directories.
Tor Andersson
2009-02-28
Moved Fitz files into one directory.
Tor Andersson
2005-06-04
new world order
Tor Andersson
2005-04-04
rename rect fields to x0 y0 x1 y1
Tor Andersson
2005-03-30
rename and shuffle -- part 2
Tor Andersson