Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-12-03 | html: Make font-size keywords relative sized based on a 1.2 scaling factor. | 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 style, box and flow 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: Clean up some names. | Tor Andersson | |
2014-12-03 | html: Split html parsing cache and state into html_context. | Tor Andersson | |
html_document is now a simple client of html_context. | |||
2014-12-03 | html: Cleanups. | Tor Andersson | |
2014-12-03 | html: Border shorthand css parsing. | Tor Andersson | |
2014-12-03 | html: Borders. | Tor Andersson | |
2014-12-03 | html: Text and background colors. | Tor Andersson | |
2014-12-03 | html: Fix adjacency selector matching. | 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: Generate flow nodes during box generation. | 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 | |
Resolve final width and em-scaled numbers at layout time. | |||
2014-12-03 | html: Apply margins. | 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 | |
Apply the style sheet rules and save the raw properties in each box. Only resolve the 'display' property that is needed for box generation. | |||
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 | |