Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -3/+10 |
* | Fix number parsing and make test code automatically determine correctness. | John Mark Bell | 2008-11-24 | 4 | -15/+107 |
* | Some kind of testsuite for number parsing. | John Mark Bell | 2008-11-23 | 5 | -1/+177 |
* | All numerical values are represented in 22:10 fixed point. | John Mark Bell | 2008-11-23 | 4 | -33/+126 |
* | Something approximating line-height | John Mark Bell | 2008-11-21 | 1 | -4/+66 |
* | letter-spacing | John Mark Bell | 2008-11-20 | 1 | -4/+57 |
* | height | John Mark Bell | 2008-11-20 | 1 | -4/+56 |
* | Make integer_from_css_string return the number of input bytes processed. | John Mark Bell | 2008-11-20 | 2 | -3/+9 |
* | Port css21 frontend to new object API | John Mark Bell | 2008-11-09 | 3 | -119/+104 |
* | Make stylesheet component constructors/destructors report errors | John Mark Bell | 2008-11-09 | 3 | -60/+96 |
* | Port libcss to new lpu API. | John Mark Bell | 2008-11-09 | 10 | -144/+174 |