summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* A bunch of c89.John Mark Bell2009-04-157-119/+125
* Reject any non-ASCII charset detected using the ASCII-compatible detectorJohn Mark Bell2009-04-021-0/+18
* Autodetect UTF-16 and UTF-32 charsetsJohn Mark Bell2009-04-021-14/+277
* Support named colours.John Mark Bell2009-04-012-7/+360
* Port to new buildsystemJohn Mark Bell2009-03-247-323/+13
* Implement set_*_from_hintJohn Mark Bell2009-03-231-5/+876
* Make dispatch.c legibleJohn Mark Bell2009-03-231-100/+792
* Completely change the approach used for presentational hints.John Mark Bell2009-03-239-318/+446
* Sketch out something for presentational hints.John Mark Bell2009-03-221-1/+13
* z-index is a signed int, not a css_fixed value.John Mark Bell2009-03-051-0/+49
* 7 more.John Mark Bell2009-03-051-0/+85
* 5 more.John Mark Bell2009-03-051-0/+65
* 7 more.John Mark Bell2009-03-051-0/+77
* Compose position and quotesJohn Mark Bell2009-03-051-0/+51
* 8 more.John Mark Bell2009-03-051-0/+88
* 5 more.John Mark Bell2009-03-051-0/+79
* 4 more.John Mark Bell2009-03-051-0/+58
* Compose {min,max}{width,height}John Mark Bell2009-03-051-0/+68
* 10 more.John Mark Bell2009-03-051-0/+162
* 4 moreJohn Mark Bell2009-03-051-0/+51
* Compose font-familyJohn Mark Bell2009-03-051-0/+38
* 5 more.John Mark Bell2009-03-051-0/+56
* Compose cue-after, cue-before, cursor.John Mark Bell2009-03-041-0/+62
* Constify.John Mark Bell2009-03-041-1/+81
* compute_content()John Mark Bell2009-03-041-0/+41
* Implement initial_content()John Mark Bell2009-03-041-3/+1
* 4 more.John Mark Bell2009-03-041-0/+57
* 4 more.John Mark Bell2009-03-021-0/+68
* 12 more.John Mark Bell2009-03-021-0/+188
* 8 property composition functions.John Mark Bell2009-03-021-0/+123
* Add compose entry to property dispatch table.John Mark Bell2009-03-024-105/+424
* Reduce code duplicationJohn Mark Bell2009-03-021-1/+1
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-153-15/+16
* Most of the interned string lifetimes are at least no shorter than we think t...Daniel Silverstone2009-02-153-19/+123
* Tidy up handling of malformed selectorsJohn Mark Bell2009-02-151-38/+51
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-159-384/+761
* Lose redundant todosJohn Mark Bell2009-02-151-2/+0
* Pay attention to the disabled flag on top-level stylesheetsJohn Mark Bell2009-02-151-2/+4
* Quirks mode parsingJohn Mark Bell2009-02-155-94/+220
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-1414-569/+529
* Finally, a representation of a computed content property.John Mark Bell2009-02-142-35/+141
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-142-7/+17
* Make fpmath stuff public.John Mark Bell2009-02-146-234/+169
* I was on crack this morning, it would appear.John Mark Bell2009-02-141-2/+0
* Rework handling of imported stylesheets.John Mark Bell2009-02-144-57/+150
* Parse media type list in @import ruleJohn Mark Bell2009-02-142-6/+66
* I guess it helps if you actually flag that you've had a valid statement, so @...John Mark Bell2009-02-141-0/+6
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-1413-19/+19
* Move css_error_from_string into test utilitiesDaniel Silverstone2009-02-141-30/+0
* Assert that we've got a style once the property handler's returned CSS_OK.John Mark Bell2009-02-141-9/+7