summaryrefslogtreecommitdiff
path: root/source/html/css-parse.c
AgeCommit message (Expand)Author
2015-04-15epub: Be resilient in the face of broken CSS.Tor Andersson
2015-04-14epub: Ignore CSS3 ::before pseudo-element syntax.Tor Andersson
2015-04-14epub: Parse url() tokens.Tor Andersson
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-23Merge branch 'html'Tor Andersson
2014-12-03html: Clean up some naming.Tor Andersson
2014-12-03html: Fix parsing of @-rules in CSS.Tor Andersson
2014-12-03html: Allow +number in CSS syntax.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
2014-12-03html: Rename internal css structs.Tor Andersson
2014-12-03html: Rename rule and style (match) structs.Tor Andersson
2014-12-03html: Namespace prefix CSS functions.Tor Andersson
2014-12-03html: Some cleaning.Tor Andersson
2014-12-03html: Images.Tor Andersson
2014-12-03html: Fix adjacency selector matching.Tor Andersson
2014-12-03html: Only draw the boxes and lines if they're on the current page.Tor Andersson
2014-12-03html: Fix CSS parsing mixed-case selectors and comments.Tor Andersson
2014-12-03html: Parse external CSS files and basic pagination.Tor Andersson
2014-12-03html: Create value lists in the correct order.Tor Andersson
2014-12-03html: Parse white-space property.Tor Andersson
2014-12-03html: Create lists in order when parsing CSS.Tor Andersson
2014-12-03html: Parse inline style attributes.Tor Andersson
2014-12-03html: CSS lexer and parser.Tor Andersson