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
/
css-parse.c
Age
Commit message (
Expand
)
Author
2015-04-15
epub: Be resilient in the face of broken CSS.
Tor Andersson
2015-04-14
epub: Ignore CSS3 ::before pseudo-element syntax.
Tor Andersson
2015-04-14
epub: Parse url() tokens.
Tor Andersson
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-23
Merge branch 'html'
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 rule and style (match) structs.
Tor Andersson
2014-12-03
html: Namespace prefix CSS functions.
Tor Andersson
2014-12-03
html: Some cleaning.
Tor Andersson
2014-12-03
html: Images.
Tor Andersson
2014-12-03
html: Fix adjacency selector matching.
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: Fix CSS parsing mixed-case selectors and comments.
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: Parse white-space property.
Tor Andersson
2014-12-03
html: Create lists in order when parsing CSS.
Tor Andersson
2014-12-03
html: Parse inline style attributes.
Tor Andersson
2014-12-03
html: CSS lexer and parser.
Tor Andersson