Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-15 | epub: Be resilient in the face of broken CSS. | Tor Andersson | |
Try to recover from syntax errors in CSS rules by skipping to the end of the declaration block. Don't abort HTML parsing on CSS errors. | |||
2015-02-24 | Update MSVC solution with html entries. Fix windows issues with html. | Robin Watts | |
Add the new source files to the solution. Windows builds whinge about float->double conversions. Fix these with explicit casts. Avoid calling strtof and strcasecmp. | |||
2015-02-23 | Merge branch 'html' | Tor Andersson | |
Conflicts: Makefile | |||
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: Record line number and source file for CSS error messages. | Tor Andersson | |
2014-12-03 | html: Free css structures. | 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 | |
TODO: Support loading GIF. | |||
2014-12-03 | html: Namespace prefix CSS functions. | Tor Andersson | |
2014-12-03 | html: Rename files. | Tor Andersson | |