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-apply.c
Age
Commit message (
Expand
)
Author
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-23
Handle 'auto' property in css numbers. Support block box 'width' property.
Tor Andersson
2017-04-27
Make CSS rule debug printing functions static.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Make HTML header private.
Tor Andersson
2016-11-23
Add toggle to enable/disable document styles.
Tor Andersson
2016-10-14
Be stricter when parsing css length units.
Tor Andersson
2016-10-12
css: Remove unused variables.
Tor Andersson
2016-10-12
Use pool allocator when parsing CSS.
Tor Andersson
2016-10-12
Bug 696958: parse css hex colors that are missing the '#' prefix.
Tor Andersson
2016-10-12
Bug 696958: Workarounds for 'rem' and 'ch' units in epub.
Tor Andersson
2016-10-10
Change HTML agent to use bitfields rather than chars.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-26
epub: Support page-break-before/after: always, left and right.
Tor Andersson
2016-04-26
epub: Add matching for [att], [att=val] and [att~=val] css selectors.
Tor Andersson
2016-04-05
epub: Don't conflate dimensioned lengths with untyped numbers.
Tor Andersson
2016-02-22
html: Don't forget bold/italic when font-family is not set.
Tor Andersson
2016-02-10
html: Support vertical alignment to top/bottom of parent box
Sebastian Rasmussen
2016-01-22
epub: Implement @font-face rules.
Tor Andersson
2016-01-21
epub: Put font fallback chain in fz_font.
Tor Andersson
2016-01-06
epub: Speed up css application by sorting the matched property list.
Tor Andersson
2016-01-06
epub: Optimize CSS selector matching.
Tor Andersson
2016-01-05
epub: Speed up CSS style application by using faster strtod.
Tor Andersson
2015-10-06
epub: Implement style 'visibility' attribute.
Tor Andersson
2015-09-15
epub: Use a fallback font.
Tor Andersson
2015-05-19
epub: Support !important property declarations.
Tor Andersson
2015-05-15
epub: Don't inherit font-size textually, despite what the spec says.
Tor Andersson
2015-05-15
epub: Apply @page selector margins.
Tor Andersson
2015-05-06
WIP: Add debug printing function for generated boxes.
Tor Andersson
2015-05-06
epub: Add 'auto' as a special number value.
Tor Andersson
2015-05-05
epub: Parse (and ignore) display: inline-block.
Tor Andersson
2015-05-05
epub: Ignore syntax errors in HTML tag style attributes.
Tor Andersson
2015-05-05
epub: Use the correct word order in border style names.
Tor Andersson
2015-05-04
epub: Parse rgb(x,y,z) type colors.
Tor Andersson
2015-05-04
epub: Fix 695971: Don't confuse id selectors (#name) with colors in CSS.
Tor Andersson
2015-04-27
epub: Support individual T,B,L,R border styles and colors.
Tor Andersson
2015-04-23
epub: Support roman and alphabetic numbering in ordered lists.
Tor Andersson
2015-04-20
epub: list items with bullets and counters
Tor Andersson
2015-02-24
Update MSVC solution with html entries. Fix windows issues with html.
Robin Watts
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
2014-12-03
html: Cleanups.
Tor Andersson
2014-12-03
html: Border shorthand css parsing.
Tor Andersson
[next]