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
/
html
Age
Commit message (
Expand
)
Author
2017-04-27
Remove public SVG header.
Tor Andersson
2017-04-27
Make HTML header private.
Tor Andersson
2017-04-27
Include "mupdf/ucdn.h" explicitly.
Tor Andersson
2017-04-25
Fix 697123: Handle nesting of block-boxes deep inside inline-boxes.
Tor Andersson
2017-04-13
Move extension/mimetype detection to common function.
Sebastian Rasmussen
2017-03-28
Return fz_document from all document handlers.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-22
Update fz_new_page.
Robin Watts
2017-03-20
epub: Fix disappearing images bug.
Tor Andersson
2017-03-01
epub: Adjust y coordinate for page_top in draw calls, not by top matrix.
Tor Andersson
2017-03-01
Don't truncate page height when loading links.
Tor Andersson
2017-02-06
Make sure to fill in 'doc' field of HTML links.
Tor Andersson
2017-02-06
Add bookmarks so we can find a location after reflowing a document.
Tor Andersson
2017-01-09
epub: Reset old line breaks before choosing new ones.
Tor Andersson
2017-01-09
Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.
Tor Andersson
2017-01-09
Add fz_terminate_buffer function.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-16
Fix 697355: Use @page background color.
Tor Andersson
2016-12-16
Move page size and margins into fz_html struct.
Tor Andersson
2016-12-16
gl: Print warning when link destinations cannot be found.
Tor Andersson
2016-11-23
Add toggle to enable/disable document styles.
Tor Andersson
2016-11-16
Fix 697335: Handle links with content in nested tag.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
2016-10-28
epub: Add links to XHTML and FB2 formats.
Tor Andersson
2016-10-28
epub: Add 'id' attribute to all HTML elements, not just <a> tags.
Tor Andersson
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-26
epub: Fix link bbox when it contains spaces that have been justified.
Tor Andersson
2016-10-21
epub: Set link height to the font size.
Tor Andersson
2016-10-21
epub: Don't call strcmp for quick tag name checks.
Tor Andersson
2016-10-18
All external drop functions handles NULL.
Sebastian Rasmussen
2016-10-14
epub: Add hyperlinks.
Tor Andersson
2016-10-14
Be stricter when parsing css length units.
Tor Andersson
2016-10-12
css: Remove unused variables.
Tor Andersson
2016-10-12
Use pool allocator when parsing CSS.
Tor Andersson
2016-10-12
Bug 696958: parse css hex colors that are missing the '#' prefix.
Tor Andersson
2016-10-12
Bug 696958: Workarounds for 'rem' and 'ch' units in epub.
Tor Andersson
2016-10-12
Split fz_html into fz_html and fz_html_box for nodes.
Tor Andersson
2016-10-12
Always call fz_drop_document() to drop the document.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-10
Bug 697123: epub: Adjust anchor positions using fragments.
Robin Watts
2016-10-10
Simplify linked list handling in epub-doc.c
Robin Watts
2016-10-10
Remove needless parameter passing.
Robin Watts
2016-10-10
HTML: Keep 'Anchors' in the html box list.
Robin Watts
2016-10-10
Use more bitfields in HTML.
Robin Watts
2016-10-10
Change HTML agent to use bitfields rather than chars.
Robin Watts
2016-10-09
html: Fix leak of buffer when opening as stream.
Sebastian Rasmussen
2016-10-09
html: Add missing function pointer when opening as stream.
Sebastian Rasmussen
2016-10-07
Add ctx to fz_font functions.
Robin Watts
[next]