summaryrefslogtreecommitdiff
path: root/source/html/html-layout.c
AgeCommit message (Expand)Author
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-03-22html: Build box model for tables.Tor Andersson
2018-03-22html: Keep 'b' instead of 'h' in boxes.Tor Andersson
2018-03-22Auto-size HTML layout if layout page height is 0.Tor Andersson
2018-02-08Add FZ_DEBUG_HTML option to EPUB parser.Tor Andersson
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-10Bug 697988: Make sure to extend buffer to accomodate all text.Sebastian Rasmussen
2017-07-21Ignore image resolution in EPUB files.Tor Andersson
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-06-29Harfbuzz tweaks.Robin Watts
2017-06-29html: Drop buffers in case of error.Sebastian Rasmussen
2017-06-28Always drop xml in case of error in HTML processing.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-23Handle 'auto' property in css numbers. Support block box 'width' property.Tor Andersson
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Make CSS rule debug printing functions static.Tor Andersson
2017-04-27Rewrite HTML layout debug printing.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Remove public SVG header.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-27Include "mupdf/ucdn.h" explicitly.Tor Andersson
2017-04-25Fix 697123: Handle nesting of block-boxes deep inside inline-boxes.Tor Andersson
2017-03-20epub: Fix disappearing images bug.Tor Andersson
2017-03-01epub: Adjust y coordinate for page_top in draw calls, not by top matrix.Tor Andersson
2017-03-01Don't truncate page height when loading links.Tor Andersson
2017-02-06Make sure to fill in 'doc' field of HTML links.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-01-09epub: Reset old line breaks before choosing new ones.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-16Fix 697355: Use @page background color.Tor Andersson
2016-12-16Move page size and margins into fz_html struct.Tor Andersson
2016-11-23Add toggle to enable/disable document styles.Tor Andersson
2016-11-16Fix 697335: Handle links with content in nested tag.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-10-28epub: Add links to XHTML and FB2 formats.Tor Andersson
2016-10-28epub: Add 'id' attribute to all HTML elements, not just <a> tags.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-26epub: Fix link bbox when it contains spaces that have been justified.Tor Andersson
2016-10-21epub: Set link height to the font size.Tor Andersson
2016-10-21epub: Don't call strcmp for quick tag name checks.Tor Andersson
2016-10-14epub: Add hyperlinks.Tor Andersson
2016-10-12Use pool allocator when parsing CSS.Tor Andersson
2016-10-12Split fz_html into fz_html and fz_html_box for nodes.Tor Andersson
2016-10-10Remove needless parameter passing.Robin Watts