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-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-29
Make fz_read_line behave like gets and return NULL at EOF.
Tor Andersson
2016-02-24
Strip trailing whitespace.
Tor Andersson
2016-02-24
Add fz_show_string function and move wmode argument to end.
Tor Andersson
2016-02-24
xml: Implement SGML line break rules.
Tor Andersson
2016-02-24
Add fz_new_image_from_file.
Tor Andersson
2016-02-24
Add optional scissor hint argument to text clipping functions.
Tor Andersson
2016-02-24
Clarify scissor argument to clip device functions.
Tor Andersson
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
[next]