Age | Commit message (Expand) | Author |
2015-05-19 | epub: Parse CSS combinators left-associatively. | Tor Andersson |
2015-05-19 | epub: Support !important property declarations. | Tor Andersson |
2015-05-15 | epub: Parse (and ignore) @page selector. | Tor Andersson |
2015-05-07 | epub: Allow space between property name and ':'. | Tor Andersson |
2015-05-07 | epub: Fix typo when parsing negative numbers. | Tor Andersson |
2015-05-07 | epub: Whitespace separated by comments turn into two whitespace tokens. | Tor Andersson |
2015-05-06 | epub: Rejig CSS parser -- whitespace is significant! | Tor Andersson |
2015-05-05 | epub: Fix signedness bug when testing character ranges. | Tor Andersson |
2015-05-05 | epub: Parse negative decimal numbers that start with the decimal point. | Tor Andersson |
2015-05-04 | epub: Fix 695971: Don't confuse id selectors (#name) with colors in CSS. | Tor Andersson |
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 |