index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
Age
Commit message (
Expand
)
Author
2016-02-22
Rename fz_path_processor to fz_path_walker.
Tor Andersson
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
2016-02-22
Drop const from fz_shade.
Tor Andersson
2016-02-22
Rename fz_add_text to fz_show_glyph.
Tor Andersson
2016-02-15
Drop UNUSED macro -- it dirties the namespace and is not needed.
Tor Andersson
2016-02-15
Convert line cap types to freetype linecap types properly.
Tor Andersson
2016-02-12
Fix PCL output (monochrome).
Robin Watts
2016-02-12
Bug 696580: Speed up fz_write_pnm_band.
Robin Watts
2016-02-12
Inline fz_write function.
Tor Andersson
2016-02-12
Improve performance of fz_write of single bytes.
Tor Andersson
2016-02-10
Add bold/italic/monospaced/serif flags to fz_font.
Tor Andersson
2016-02-04
Make HTML layout use harfbuzz for shaping.
Robin Watts
2016-02-04
Bug 696546: Minor tweaks to ftoa code.
Robin Watts
2016-02-03
Bug 696546: Add fast strtof
Robin Watts
2016-01-29
Force all harfbuzz allocations through our allocators.
Robin Watts
2016-01-28
Add fallback font cache to font context.
Tor Andersson
2016-01-28
Add Noto fallback fonts.
Tor Andersson
2016-01-28
MSVC: Fix trace device output
Robin Watts
2016-01-22
epub: Implement @font-face rules.
Tor Andersson
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-21
epub: Put font fallback chain in fz_font.
Tor Andersson
2016-01-21
Drop the const on fz_font.
Tor Andersson
2016-01-20
Various formatting cleanups.
Tor Andersson
2016-01-20
Tidy bidirectional source.
Robin Watts
2016-01-18
Process HTML text for directionality.
Robin Watts
2016-01-18
First import of bidi code.
Robin Watts
2016-01-18
Add consts to fz_keep/drop_path.
Robin Watts
2016-01-18
Simplify try/catch macros.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2016-01-08
Add pool allocator.
Tor Andersson
2016-01-08
Use a binned cache for font encoding lookups.
Tor Andersson
2016-01-08
Optimize font advance and encoding caches.
Tor Andersson
2016-01-08
pdf: Fix pdf_annot memory leak.
Tor Andersson
2016-01-08
Fix conditional jump or move depends on uninitialised value.
Tor Andersson
2016-01-06
Squash some warnings
Robin Watts
2016-01-06
epub: Cache font encoding lookups.
Tor Andersson
2016-01-05
Separate pdf_drop_annots (that drops lists) and fz_drop_annot.
Tor Andersson
2016-01-05
Add pixmap struct accessors.
Tor Andersson
2016-01-05
Clean up trailing whitespace.
Tor Andersson
2016-01-05
Change fz_ftoa to fz_grisu to remove one extra layer of function calls.
Tor Andersson
2016-01-05
Speed up fz_ftoa.
Simon Reinhardt
2016-01-05
epub: Speed up font layout by caching freetype advance widths.
Tor Andersson
2016-01-05
Clarify snprintf length when printing to fz_buffer and fz_output.
Tor Andersson
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-18
Rename fz_image_get_sanitised_res to fz_image_resolution.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-18
Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.
Tor Andersson
2015-12-15
Rename fz_buffer_cat to fz_append_buffer.
Tor Andersson
[next]