summaryrefslogtreecommitdiff
path: root/include/mupdf/html.h
AgeCommit message (Expand)Author
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
2016-12-16Move page size and margins into fz_html struct.Tor Andersson
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-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-10HTML: Keep 'Anchors' in the html box list.Robin Watts
2016-10-10Use more bitfields in HTML.Robin Watts
2016-10-10Change HTML agent to use bitfields rather than chars.Robin Watts
2016-06-23epub: Use markup language when shaping and selecting fallback fonts.Tor Andersson
2016-04-26epub: Support page-break-before/after: always, left and right.Tor Andersson
2016-04-06epub: Handle font-size in nested inline elements.Tor Andersson
2016-04-06epub: Change order of arguments to fz_draw_html.Tor Andersson
2016-04-05epub: Don't conflate dimensioned lengths with untyped numbers.Tor Andersson
2016-04-05epub: Respect HTML 'dir' attribute.Tor Andersson
2016-03-31html: Tweak how builtin font families are loaded.Tor Andersson
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-02-24html: Add support for soft hyphens in line breaking.Sebastian Rasmussen
2016-02-24html: Split glue nodes into space and soft break nodes.Sebastian Rasmussen
2016-02-10html: Support vertical alignment to top/bottom of parent boxSebastian Rasmussen
2016-02-04Make HTML layout use harfbuzz for shaping.Robin Watts
2016-01-28Add fallback font cache to font context.Tor Andersson
2016-01-22epub: Implement @font-face rules.Tor Andersson
2016-01-21epub: Put font fallback chain in fz_font.Tor Andersson
2016-01-20epub: Adjust text-align based on paragraph directionality.Tor Andersson
2016-01-18Add support for bidirectional mirror charactersRobin Watts
2016-01-18Save some space in fz_html_flow with a union.Robin Watts
2016-01-18Process HTML text for directionality.Robin Watts
2016-01-18Move fz_html_flow to use a bitfield.Robin Watts
2016-01-08epub: Use pool allocator for fz_html box tree.Tor Andersson
2016-01-06epub: Speed up css application by sorting the matched property list.Tor Andersson
2015-10-06epub: Implement style 'visibility' attribute.Tor Andersson
2015-09-15epub: Use a fallback font.Tor Andersson
2015-05-19epub: Support !important property declarations.Tor Andersson
2015-05-15epub: Use flag bits for white-space enum.Tor Andersson
2015-05-15epub: Apply @page selector margins.Tor Andersson
2015-05-15epub: Handle white-space property.Tor Andersson
2015-05-06epub: Add 'auto' as a special number value.Tor Andersson
2015-05-05epub: Parse (and ignore) display: inline-block.Tor Andersson
2015-05-04epub: Fix 695971: Don't confuse id selectors (#name) with colors in CSS.Tor Andersson
2015-04-27epub: Support individual T,B,L,R border styles and colors.Tor Andersson
2015-04-23epub: Support roman and alphabetic numbering in ordered lists.Tor Andersson
2015-04-20epub: list items with bullets and countersTor Andersson
2015-02-23Merge branch 'html'Tor Andersson
2014-12-03html: Clean up some naming.Tor Andersson
2014-12-03html: Record line number and source file for CSS error messages.Tor Andersson
2014-12-03html: Free inline style properties at the end.Tor Andersson
2014-12-03html: Free css structures.Tor Andersson