summaryrefslogtreecommitdiff
path: root/source/html/html-layout.c
AgeCommit message (Expand)Author
2015-10-06epub: Implement style 'visibility' attribute.Tor Andersson
2015-10-02epub: Use CJK line breaking rules.Tor Andersson
2015-09-15epub: Use a fallback font.Tor Andersson
2015-09-15epub: Fix typo in roman numeral formatting.Tor Andersson
2015-07-20Bug 696100: Fix NULL deref.Robin Watts
2015-05-26epub: Skip initial whitespace flow nodes when finding list anchors.Tor Andersson
2015-05-19epub: User stylesheets.Tor Andersson
2015-05-18epub: Improve default stylesheet.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: Move collapsed parent/child top margins to outside the parent.Tor Andersson
2015-05-15epub: Improve margin collapsing.Tor Andersson
2015-05-15epub: Handle white-space property.Tor Andersson
2015-05-06WIP: Add debug printing function for generated boxes.Tor Andersson
2015-05-06epub: Add 'auto' as a special number value.Tor Andersson
2015-05-05epub: Ignore missing stylesheet files.Tor Andersson
2015-05-05epub: Parse (and ignore) display: inline-block.Tor Andersson
2015-05-05epub: Decode URL escapes in epub paths.Tor Andersson
2015-05-05epub: Fix list mark horizontal placement calculation.Tor Andersson
2015-05-04epub: Anchor list mark to first flow node in list item.Tor Andersson
2015-04-28epub: Only apply border widths when the border is visible.Tor Andersson
2015-04-27epub: Ugly hack so that table rows end up on their own lines at least.Tor Andersson
2015-04-27epub: Support individual T,B,L,R border styles and colors.Tor Andersson
2015-04-27epub: Fix (incorrectly) recursively multiplied relative font sizes.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-04-16Fix typo in html-layout.cRobin Watts
2015-04-15epub: Take margins into account when scaling images to fit the page.Tor Andersson
2015-04-15epub: Tighten the comparison for when an image is on the current page.Tor Andersson
2015-04-15epub: Be resilient in the face of broken CSS.Tor Andersson
2015-02-24Update MSVC solution with html entries. Fix windows issues with html.Robin Watts
2015-02-23Merge branch 'html'Tor Andersson
2014-12-03html: Make font-size keywords relative sized based on a 1.2 scaling factor.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 css structures.Tor Andersson
2014-12-03html: Rename style, box and flow structs.Tor Andersson
2014-12-03html: Remove useless fz_xml node field in box struct.Tor Andersson
2014-12-03html: Rename rule and style (match) structs.Tor Andersson
2014-12-03html: Fail with '[image]' placeholder on broken images.Tor Andersson
2014-12-03html: Namespace prefix CSS functions.Tor Andersson
2014-12-03html: Rename files.Tor Andersson