Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rather less memory corruption. | John Mark Bell | 2008-12-02 | 1 | -8/+8 |
* | border-spacing | John Mark Bell | 2008-12-02 | 1 | -5/+90 |
* | Fix up azimuth to cater for !important after property value. | John Mark Bell | 2008-12-01 | 2 | -13/+157 |
* | Finish azimuth | John Mark Bell | 2008-12-01 | 2 | -2/+72 |
* | The advantage of interning strings is that you don't have to store their leng... | John Mark Bell | 2008-12-01 | 2 | -27/+18 |
* | Given that we're going to be copying selector details, anyway, it seems point... | John Mark Bell | 2008-12-01 | 3 | -64/+26 |
* | Retain pointer to dictionary entries so we don't have to rediscover it later. | John Mark Bell | 2008-12-01 | 9 | -463/+437 |
* | Simplify decision as to whether to intern token data by inserting markers int... | John Mark Bell | 2008-12-01 | 2 | -29/+23 |
* | Divorce css_string from whatever gets stored in lpu hashes. | John Mark Bell | 2008-12-01 | 3 | -9/+12 |
* | Make getToken reduce consecutive whitespace tokens to a single whitespace token. | John Mark Bell | 2008-11-30 | 1 | -9/+19 |
* | Slightly clearer code. Marginally faster, too. | John Mark Bell | 2008-11-30 | 1 | -42/+52 |
* | Use parserutils_hash instead of parserutils_dict. | John Mark Bell | 2008-11-30 | 5 | -24/+24 |
* | Commentary on which tokens actually need string data interning. | John Mark Bell | 2008-11-30 | 1 | -0/+12 |
* | Beginnings of azimuth. | John Mark Bell | 2008-11-30 | 2 | -6/+70 |
* | 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 |