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
/
html-layout.c
Age
Commit message (
Expand
)
Author
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-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-14
epub: Add hyperlinks.
Tor Andersson
2016-10-12
Use pool allocator when parsing CSS.
Tor Andersson
2016-10-12
Split fz_html into fz_html and fz_html_box for nodes.
Tor Andersson
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-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-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
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-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: 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: Respect HTML 'dir' attribute.
Tor Andersson
2016-04-05
Clean up bidi enum names.
Tor Andersson
2016-04-04
Fixed signed/unsigned comparison warnings.
Robin Watts
2016-04-04
epub: Add harfbuzz bypass for fonts without opentype tables.
Tor Andersson
2016-04-04
epub: Simplify harfbuzz glyph cluster mapping and positioning.
Tor Andersson
2016-03-31
Clean up some whitespace.
Tor Andersson
2016-03-30
HTML Layout: avoid problems with emitting text several times.
Robin Watts
2016-03-29
Fix typo in "Tweak html-layout harfbuzz code" commit.
Tor Andersson
2016-03-29
epub: Fix sign inversion in harfbuzz y-offsets.
Tor Andersson
2016-03-29
Tweak html-layout harfbuff code to placate gcc.
Robin Watts
[next]