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
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
2016-10-06
Squash warnings in cluster builds.
Robin Watts
2016-10-06
Bug 697182: Fix memory leak in html-layout.
Robin Watts
2016-10-05
Bug 697177: Avoid SEGV in Epub file.
Robin Watts
2016-10-05
Uncouple font shaper data from harfbuzz.
Robin Watts
2016-10-05
Move fz_font definition to be private.
Robin Watts
2016-09-26
Fix memory leak when opening html/loading raw stream.
Sebastian Rasmussen
2016-09-14
Add scripts to remove/replace 'static' from functions.
Robin Watts
2016-09-08
EPUB and XPS may only be zip archives or directories.
Sebastian Rasmussen
2016-07-15
Add interface indicating if a document is reflowable.
Sebastian Rasmussen
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-23
epub: Use markup language when shaping and selecting fallback fonts.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-05-30
Avoid fz_font pulling harfbuzz in.
Robin Watts
2016-05-30
Respect FZ_ENABLE_SVG=0 in HTML/EPUB.
Tor Andersson
2016-05-24
Fix issues uncovered by coverity.
Tor Andersson
2016-05-20
html: Add SVG image support.
Tor Andersson
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-26
fb2: Add image support.
Tor Andersson
2016-04-26
fb2: Add basic FictionBook support.
Tor Andersson
2016-04-26
epub: Support page-break-before/after: always, left and right.
Tor Andersson
2016-04-26
epub: Add matching for [att], [att=val] and [att~=val] css selectors.
Tor Andersson
2016-04-21
epub: Change ul disc styles for nested lists.
Tor Andersson
2016-04-06
epub: Avoid passing 'em' argument explicitly.
Tor Andersson
2016-04-06
epub: Handle font-size in nested inline elements.
Tor Andersson
2016-04-06
epub: Fix vertical-align: text-top and text-bottom.
Tor Andersson
2016-04-06
epub: Skip root box during layout so we don't apply page margins twice.
Tor Andersson
2016-04-06
epub: Remove debug logging printfs.
Tor Andersson
2016-04-06
epub: Try to keep to one fz_text per paragraph.
Tor Andersson
2016-04-06
epub: Change order of arguments to fz_draw_html.
Tor Andersson
2016-04-05
epub: Don't conflate dimensioned lengths with untyped numbers.
Tor Andersson
2016-04-05
epub: Respect HTML 'dir' attribute.
Tor Andersson
2016-04-05
Clean up bidi enum names.
Tor Andersson
[next]