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
Age
Commit message (
Expand
)
Author
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
2014-12-03
html: Rename ANONYMOUS to FLOW box and fix typo.
Tor Andersson
2014-12-03
html: Apply margins.
Tor Andersson
2014-12-03
html: Create lists in order when parsing CSS.
Tor Andersson
2014-12-03
html: Start laying out boxes.
Tor Andersson
2014-12-03
html: Don't compute full styles during box generation.
Tor Andersson
2014-12-03
html: Split inline box around in-flow block boxes.
Tor Andersson
2014-12-03
html: Box generation.
Tor Andersson
2014-12-03
html: Use float for dimensions.
Tor Andersson
2014-12-03
html: Parse inline style attributes.
Tor Andersson
2014-12-03
html: CSS lexer and parser.
Tor Andersson
2014-12-03
html: Add scaffolding.
Tor Andersson