| Commit message (Expand) | Author | Age | Files | Lines |
* | z-index is a signed int, not a css_fixed value. | John Mark Bell | 2009-03-05 | 2 | -1/+50 |
* | 7 more. | John Mark Bell | 2009-03-05 | 1 | -0/+85 |
* | 5 more. | John Mark Bell | 2009-03-05 | 1 | -0/+65 |
* | 7 more. | John Mark Bell | 2009-03-05 | 1 | -0/+77 |
* | Compose position and quotes | John Mark Bell | 2009-03-05 | 1 | -0/+51 |
* | 8 more. | John Mark Bell | 2009-03-05 | 1 | -0/+88 |
* | 5 more. | John Mark Bell | 2009-03-05 | 1 | -0/+79 |
* | 4 more. | John Mark Bell | 2009-03-05 | 1 | -0/+58 |
* | Compose {min,max}{width,height} | John Mark Bell | 2009-03-05 | 1 | -0/+68 |
* | 10 more. | John Mark Bell | 2009-03-05 | 1 | -0/+162 |
* | 4 more | John Mark Bell | 2009-03-05 | 1 | -0/+51 |
* | Compose font-family | John Mark Bell | 2009-03-05 | 1 | -0/+38 |
* | 5 more. | John Mark Bell | 2009-03-05 | 1 | -0/+56 |
* | Compose cue-after, cue-before, cursor. | John Mark Bell | 2009-03-04 | 1 | -0/+62 |
* | Constify. | John Mark Bell | 2009-03-04 | 2 | -3/+83 |
* | compute_content() | John Mark Bell | 2009-03-04 | 1 | -0/+41 |
* | Implement initial_content() | John Mark Bell | 2009-03-04 | 1 | -3/+1 |
* | 4 more. | John Mark Bell | 2009-03-04 | 1 | -0/+57 |
* | 4 more. | John Mark Bell | 2009-03-02 | 1 | -0/+68 |
* | 12 more. | John Mark Bell | 2009-03-02 | 1 | -0/+188 |
* | 8 property composition functions. | John Mark Bell | 2009-03-02 | 1 | -0/+123 |
* | Add compose entry to property dispatch table. | John Mark Bell | 2009-03-02 | 4 | -105/+424 |
* | Reorder libraries, so that symbols don't get lost. | John Mark Bell | 2009-03-02 | 1 | -1/+1 |
* | Reduce code duplication | John Mark Bell | 2009-03-02 | 1 | -1/+1 |
* | Initialise variables. | John Mark Bell | 2009-03-02 | 3 | -9/+11 |
* | Some changes. No idea what they are, mind you. | John Mark Bell | 2009-02-15 | 8 | -29/+32 |
* | Most of the interned string lifetimes are at least no shorter than we think t... | Daniel Silverstone | 2009-02-15 | 4 | -20/+124 |
* | Tidy up handling of malformed selectors | John Mark Bell | 2009-02-15 | 1 | -38/+51 |
* | Move property dispatch table out of select.c so it can be used by the compute... | John Mark Bell | 2009-02-15 | 9 | -384/+761 |
* | Lose redundant todos | John Mark Bell | 2009-02-15 | 1 | -2/+0 |
* | Pay attention to the disabled flag on top-level stylesheets | John Mark Bell | 2009-02-15 | 1 | -2/+4 |
* | Quirks mode parsing | John Mark Bell | 2009-02-15 | 10 | -138/+282 |
* | Fix maths in commentary | John Mark Bell | 2009-02-15 | 1 | -8/+6 |
* | Port libcss to libwapcaplet. | Daniel Silverstone | 2009-02-14 | 28 | -869/+855 |
* | Replace pointers to aural/page properties with pointers to void as placeholders | John Mark Bell | 2009-02-14 | 1 | -12/+2 |
* | Finally, a representation of a computed content property. | John Mark Bell | 2009-02-14 | 4 | -44/+211 |
* | Fix clip: rect() with auto sides | John Mark Bell | 2009-02-14 | 3 | -28/+59 |
* | Make fpmath stuff public. | John Mark Bell | 2009-02-14 | 10 | -238/+232 |
* | Test + selector. | Michael Drake | 2009-02-14 | 1 | -0/+82 |
* | I was on crack this morning, it would appear. | John Mark Bell | 2009-02-14 | 1 | -2/+0 |
* | Rework handling of imported stylesheets. | John Mark Bell | 2009-02-14 | 11 | -85/+233 |
* | Fix caption-side constants | John Mark Bell | 2009-02-14 | 1 | -4/+6 |
* | Update expected data. | Michael Drake | 2009-02-14 | 1 | -0/+48 |
* | Dump bottom, caption-side, clear and clip. | Michael Drake | 2009-02-14 | 1 | -0/+74 |
* | Add missing colons | John Mark Bell | 2009-02-14 | 1 | -4/+4 |
* | Dump border-style-* and border-width-* properties. | Michael Drake | 2009-02-14 | 1 | -7/+276 |
* | Parse media type list in @import rule | John Mark Bell | 2009-02-14 | 2 | -6/+66 |
* | I guess it helps if you actually flag that you've had a valid statement, so @... | John Mark Bell | 2009-02-14 | 1 | -0/+6 |
* | Drop css_error_handler and rename css_alloc to css_allocator_fn | Daniel Silverstone | 2009-02-14 | 18 | -32/+28 |
* | Trivial header cleanups. | Daniel Silverstone | 2009-02-14 | 2 | -13/+15 |