Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy things up somewhat. | John Mark Bell | 2008-11-28 | 6 | -607/+615 |
* | Optimise css_stylesheet_add_rule by the cunning approach of not iterating thr... | John Mark Bell | 2008-11-28 | 2 | -9/+7 |
* | Change the way in which css_rules are defined. This is more compact than the ... | John Mark Bell | 2008-11-28 | 2 | -64/+117 |
* | css_string is now the same as a parserutils_dict_entry. This allows us to use... | John Mark Bell | 2008-11-27 | 8 | -488/+639 |
* | Calculate some kind of ballpark figure for the memory requirements of a style... | John Mark Bell | 2008-11-27 | 1 | -12/+31 |
* | Prevent reading from beyond the start of token data. | John Mark Bell | 2008-11-27 | 1 | -5/+6 |
* | Don't intern strings for CSS_TOKEN_S tokens. This is pointless, as all we car... | John Mark Bell | 2008-11-27 | 1 | -1/+5 |
* | z-index | John Mark Bell | 2008-11-26 | 1 | -4/+53 |
* | word-spacing | John Mark Bell | 2008-11-26 | 1 | -4/+57 |
* | width | John Mark Bell | 2008-11-26 | 1 | -4/+56 |
* | widows | John Mark Bell | 2008-11-26 | 1 | -4/+49 |
* | white-space | John Mark Bell | 2008-11-26 | 2 | -4/+44 |
* | volume | John Mark Bell | 2008-11-26 | 2 | -5/+96 |
* | visibility | John Mark Bell | 2008-11-26 | 1 | -4/+35 |
* | vertical-align | John Mark Bell | 2008-11-26 | 2 | -5/+94 |
* | unicode-bidi | John Mark Bell | 2008-11-25 | 2 | -5/+38 |
* | text-transform | John Mark Bell | 2008-11-25 | 2 | -5/+42 |
* | text-indent | John Mark Bell | 2008-11-25 | 1 | -4/+54 |
* | text-align | John Mark Bell | 2008-11-25 | 2 | -5/+40 |
* | table-layout | John Mark Bell | 2008-11-25 | 1 | -4/+33 |
* | stress | John Mark Bell | 2008-11-25 | 1 | -4/+48 |
* | speech-rate | John Mark Bell | 2008-11-25 | 2 | -5/+80 |
* | speak | John Mark Bell | 2008-11-25 | 2 | -5/+37 |
* | speak-punctuation | John Mark Bell | 2008-11-25 | 2 | -5/+35 |
* | speak-numeral | John Mark Bell | 2008-11-25 | 2 | -5/+36 |
* | speak-header | John Mark Bell | 2008-11-25 | 2 | -5/+35 |
* | richness | John Mark Bell | 2008-11-25 | 1 | -4/+50 |
* | position | John Mark Bell | 2008-11-25 | 2 | -5/+44 |
* | pitch | John Mark Bell | 2008-11-25 | 2 | -5/+72 |
* | pitch-range | John Mark Bell | 2008-11-25 | 1 | -4/+48 |
* | pause-before | John Mark Bell | 2008-11-25 | 1 | -4/+52 |
* | Fix previous commit | John Mark Bell | 2008-11-25 | 1 | -1/+1 |
* | pause-after | John Mark Bell | 2008-11-25 | 1 | -4/+52 |
* | page-break-inside | John Mark Bell | 2008-11-25 | 2 | -5/+34 |
* | page-break-before | John Mark Bell | 2008-11-25 | 1 | -4/+39 |
* | page-break-after | John Mark Bell | 2008-11-25 | 2 | -5/+42 |
* | padding-{top,right,bottom,left} | John Mark Bell | 2008-11-25 | 1 | -24/+68 |
* | Fix todo from r5771. | John Mark Bell | 2008-11-25 | 1 | -50/+52 |
* | overflow | John Mark Bell | 2008-11-25 | 2 | -5/+39 |
* | outline-width | John Mark Bell | 2008-11-25 | 1 | -4/+19 |
* | max-height | John Mark Bell | 2008-11-25 | 3 | -43/+350 |
* | margin-{bottom,left,right,top} | John Mark Bell | 2008-11-25 | 1 | -33/+74 |
* | list-style-type. | John Mark Bell | 2008-11-25 | 3 | -13/+87 |
* | list-style-position | John Mark Bell | 2008-11-25 | 2 | -5/+36 |
* | list-style-image | John Mark Bell | 2008-11-25 | 1 | -4/+48 |
* | Fix rounding when fractional part is close to 1. | John Mark Bell | 2008-11-24 | 1 | -3/+4 |
* | Fix number parsing and make test code automatically determine correctness. | John Mark Bell | 2008-11-24 | 1 | -2/+3 |
* | All numerical values are represented in 22:10 fixed point. | John Mark Bell | 2008-11-23 | 3 | -24/+122 |
* | Something approximating line-height | John Mark Bell | 2008-11-21 | 1 | -4/+66 |
* | letter-spacing | John Mark Bell | 2008-11-20 | 1 | -4/+57 |