index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-12-03
html: Make font-size keywords relative sized based on a 1.2 scaling factor.
Tor Andersson
2014-12-03
html: Clean up some naming.
Tor Andersson
2014-12-03
html: Fix parsing of @-rules in CSS.
Tor Andersson
2014-12-03
html: Allow +number in CSS syntax.
Tor Andersson
2014-12-03
html: Record line number and source file for CSS error messages.
Tor Andersson
2014-12-03
html: Free inline style properties at the end.
Tor Andersson
2014-12-03
html: Free css structures.
Tor Andersson
2014-12-03
html: Rename internal css structs.
Tor Andersson
2014-12-03
html: Rename style, box and flow structs.
Tor Andersson
2014-12-03
html: Remove useless fz_xml node field in box struct.
Tor Andersson
2014-12-03
html: Rename rule and style (match) structs.
Tor Andersson
2014-12-03
html: Fail with '[image]' placeholder on broken images.
Tor Andersson
2014-12-03
html: Namespace prefix CSS functions.
Tor Andersson
2014-12-03
html: Rename files.
Tor Andersson
2014-12-03
html: Some cleaning.
Tor Andersson
2014-12-03
epub: Add EPUB document type.
Tor Andersson
2014-12-03
html: Clean up some names.
Tor Andersson
2014-12-03
html: Split html parsing cache and state into html_context.
Tor Andersson
2014-12-03
html: Pass font size to html_layout_document.
Tor Andersson
2014-12-03
html: Limit image size to fit the page.
Tor Andersson
2014-12-03
html: Images.
Tor Andersson
2014-12-03
html: Vertical and baseline alignment.
Tor Andersson
2014-12-03
html: Cleanups.
Tor Andersson
2014-12-03
html: Border shorthand css parsing.
Tor Andersson
2014-12-03
html: Borders.
Tor Andersson
2014-12-03
html: Text and background colors.
Tor Andersson
2014-12-03
html: Insert block boxes for list-item nodes.
Tor Andersson
2014-12-03
html: Break tag.
Tor Andersson
2014-12-03
html: Handle text-align when splitting flow boxes.
Tor Andersson
2014-12-03
html: Pick a reasonable default page size.
Tor Andersson
2014-12-03
html: Don't create boxes for invisible elements.
Tor Andersson
2014-12-03
html: Fix line breaking bugs resulting in infinite loops.
Tor Andersson
2014-12-03
html: Fix adjacency selector matching.
Tor Andersson
2014-12-03
html: Insert space for page breaks so lines don't get split across pages.
Tor Andersson
2014-12-03
html: Only draw the boxes and lines if they're on the current page.
Tor Andersson
2014-12-03
html: Print log messages when starting the layout stages.
Tor Andersson
2014-12-03
html: Fix CSS parsing mixed-case selectors and comments.
Tor Andersson
2014-12-03
html: Text alignment.
Tor Andersson
2014-12-03
html: Parse external CSS files and basic pagination.
Tor Andersson
2014-12-03
html: Create value lists in the correct order.
Tor Andersson
2014-12-03
html: Line breaking and font styling.
Tor Andersson
2014-12-03
html: Fix bug in percentage from_number calculations.
Tor Andersson
2014-12-03
html: Collapse top/top and bottom/bottom margins.
Tor Andersson
2014-12-03
html: Collapse adjacent top/bottom margins.
Tor Andersson
2014-12-03
html: Draw text and shade padding boxes.
Tor Andersson
2014-12-03
html: Generate flow nodes during box generation.
Tor Andersson
2014-12-03
html: Create word and glue list for flow boxes.
Tor Andersson
2014-12-03
html: Parse white-space property.
Tor Andersson
2014-12-03
html: Prune unused style properties in computed_style.
Tor Andersson
2014-12-03
html: Partially compute styles when generating boxes.
Tor Andersson
[next]