index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-03-11
Implement fz_text_language support functions.
Robin Watts
2016-03-11
Rejig Bidirectional and Text code.
Robin Watts
2016-03-10
Memento: Pull in latest fixes from gs.
Robin Watts
2016-03-03
Memento: Speed improvements.
Robin Watts
2016-03-02
Move UTF-8 string length function to fitz.
Sebastian Rasmussen
2016-03-01
js: Add PDF document and object access.
Tor Andersson
2016-03-01
Don't use pdf_page struct when creating pages.
Tor Andersson
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2016-03-01
Add const to filename string.
Tor Andersson
2016-03-01
PCL output: Add code to guess paper sizes.
Robin Watts
2016-02-29
Clean up error handling.
Tor Andersson
2016-02-29
Rename pdf_add_simple_font_res and friends.
Tor Andersson
2016-02-29
Pass mediabox to pdf_create_page by const pointer, and pass resources.
Tor Andersson
2016-02-29
Simplify font descriptor creation.
Tor Andersson
2016-02-29
Create simple font width table when creating the PDF object.
Tor Andersson
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Change order of arguments to pdf_create_page.
Tor Andersson
2016-02-29
Rename some functions.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-02-29
Make fz_read_line behave like gets and return NULL at EOF.
Tor Andersson
2016-02-24
Add fz_show_string function and move wmode argument to end.
Tor Andersson
2016-02-24
html: Add support for soft hyphens in line breaking.
Sebastian Rasmussen
2016-02-24
html: Split glue nodes into space and soft break nodes.
Sebastian Rasmussen
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
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-12
Inline fz_write function.
Tor Andersson
2016-02-10
Add bold/italic/monospaced/serif flags to fz_font.
Tor Andersson
2016-02-10
html: Support vertical alignment to top/bottom of parent box
Sebastian Rasmussen
2016-02-09
Don't use unsafe _snprintf on MSVC older than 2015.
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-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
epub: Adjust text-align based on paragraph directionality.
Tor Andersson
2016-01-20
Tidy bidirectional source.
Robin Watts
[next]