| Commit message (Expand) | Author | Age | Files | Lines |
* | More apparent warnings squashed | John Mark Bell | 2009-08-02 | 1 | -3/+6 |
* | Avoid potential warning. | John Mark Bell | 2009-08-02 | 1 | -1/+8 |
* | Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp... | John Mark Bell | 2009-08-02 | 5 | -17/+17 |
* | More rigorous handling of EOF. | John Mark Bell | 2009-07-31 | 1 | -7/+75 |
* | Fix processing of quotes bytecode during cascade. | John Mark Bell | 2009-07-30 | 1 | -7/+9 |
* | Plug potential memory leaks in property setting | John Mark Bell | 2009-07-30 | 1 | -0/+27 |
* | Change selector hash to segregate: | John Mark Bell | 2009-07-29 | 3 | -171/+783 |
* | Calculate the in-memory size of stylesheets and provide some API to access this. | John Mark Bell | 2009-07-27 | 4 | -0/+170 |
* | If, after parsing the media list, we've ended up with no media whatsoever, th... | John Mark Bell | 2009-07-27 | 1 | -1/+6 |
* | Don't intern lower-case versions of strings. Use lwc_context_string_caseless_... | John Mark Bell | 2009-07-27 | 21 | -592/+1916 |
* | Purge use of alloca() | John Mark Bell | 2009-07-22 | 1 | -2/+10 |
* | Clarify operation | John Mark Bell | 2009-07-22 | 1 | -2/+3 |
* | Fix rgb() colour parser not to swap g and b. | Michael Drake | 2009-07-22 | 1 | -34/+34 |
* | Match details before considering combinators. | John Mark Bell | 2009-07-22 | 1 | -14/+13 |
* | Remove pointless parameter | John Mark Bell | 2009-07-21 | 2 | -6/+5 |
* | Always set values in result style when composing | John Mark Bell | 2009-07-21 | 1 | -335/+392 |
* | Avoid division by zero | John Mark Bell | 2009-07-20 | 1 | -2/+5 |
* | Error checking for string comparisons. | John Mark Bell | 2009-07-17 | 1 | -3/+13 |
* | Fix selector hash some more. It turns out that I'd forgotten how it was meant... | John Mark Bell | 2009-07-17 | 3 | -5/+37 |
* | Colour names are case insensitive | John Mark Bell | 2009-07-17 | 1 | -1/+1 |
* | Fix utterly broken selector chain search code. | John Mark Bell | 2009-07-17 | 1 | -12/+0 |
* | Change mechanism for handling case sensitivity of element names. Now has anot... | John Mark Bell | 2009-07-17 | 3 | -19/+18 |
* | Store em and percentage values for properties in the computed style. | John Mark Bell | 2009-07-17 | 3 | -536/+1983 |
* | It is necessary to consider the element name when matching selectors. | John Mark Bell | 2009-07-17 | 1 | -6/+27 |
* | Ensure that we merge-sort the element and universal selector chains during se... | John Mark Bell | 2009-07-17 | 1 | -44/+51 |
* | Fix matching of named ancestor combinators. | John Mark Bell | 2009-07-17 | 1 | -34/+166 |
* | Add a flag to the font size computation callback to indicate that the resulta... | John Mark Bell | 2009-07-16 | 2 | -5/+6 |
* | Hacky avoidance of element name case insensitivity. The correct solution is f... | John Mark Bell | 2009-07-16 | 1 | -1/+4 |
* | Use a proper hash function. | John Mark Bell | 2009-07-16 | 1 | -1/+1 |
* | Provide accessor for computed value of display assuming static position. | John Mark Bell | 2009-07-15 | 2 | -58/+2 |
* | Fix selection from selectors within @media blocks. | John Mark Bell | 2009-07-15 | 1 | -8/+14 |
* | Provide some API to allow retrieval of an Initial style | John Mark Bell | 2009-07-12 | 1 | -0/+40 |
* | It helps if you add files | John Mark Bell | 2009-07-09 | 1 | -0/+20 |
* | Fix processing of rules after @import -- previously, they were completely ign... | John Mark Bell | 2009-07-08 | 2 | -1/+3 |
* | Make list-style shorthand parser attempt to parse a list-style-type value bef... | John Mark Bell | 2009-07-07 | 1 | -5/+5 |
* | Simplify charToHex() | John Mark Bell | 2009-07-07 | 1 | -36/+9 |
* | Compute absolute values for all length properties. | John Mark Bell | 2009-07-04 | 2 | -6/+1018 |
* | Add callback to make client compute the font size. | John Mark Bell | 2009-07-04 | 2 | -11/+48 |
* | Ensure that any properties explicitly set to inherit on the root element are ... | John Mark Bell | 2009-07-04 | 3 | -114/+189 |
* | Move quotes property into common style block. | John Mark Bell | 2009-07-04 | 4 | -33/+27 |
* | Query client for initial values of color, font-family, quotes, and voice-fami... | John Mark Bell | 2009-07-04 | 5 | -306/+348 |
* | Factor out setting of property values from hints or initial values. | John Mark Bell | 2009-07-04 | 1 | -65/+73 |
* | Merge iterations across computed style | John Mark Bell | 2009-07-04 | 1 | -60/+59 |
* | Similar fix for empty rules in normal stylesheets. | John Mark Bell | 2009-07-01 | 1 | -0/+5 |
* | Blank inline styles, or inline styles that only contain invalid data will hav... | John Mark Bell | 2009-07-01 | 1 | -5/+6 |
* | Fixup parsing of empty inline styles -- previously, it would emit the START_S... | John Mark Bell | 2009-07-01 | 1 | -5/+9 |
* | Ensure that charset detection always returns CSS_OK unless there's a fatal er... | John Mark Bell | 2009-07-01 | 1 | -4/+2 |
* | Len already includes the NUL, so stop trying to manually terminate url/title. | John Mark Bell | 2009-07-01 | 1 | -2/+0 |
* | It probably helps to remember that @import also contains URL data. | John Mark Bell | 2009-07-01 | 1 | -1/+19 |
* | Make all URIs absolute | John Mark Bell | 2009-07-01 | 6 | -19/+80 |