summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify cache loop criterion.Michael Drake2011-11-071-2/+3
* Fill reject cache backwards from end.Michael Drake2011-11-072-7/+8
* Code style tweak.Michael Drake2011-11-061-1/+1
* Avoid trying to add already-cached selectors to reject cache. Remove pre-ins...Michael Drake2011-11-061-24/+15
* Fix regression introduced by reject cache: do not cache failure to match mult...John Mark Bell2011-11-051-0/+1
* Selection micro optimisation.Michael Drake2011-11-041-15/+17
* Don't need to match CSS_SELECTOR_ELEMENT detail since it will always match.Michael Drake2011-11-041-8/+13
* Cache rejected ancestor class/ID selectors to improve selection efficiencyJohn Mark Bell2011-11-042-8/+102
* Extend lifetime of property stringsJohn Mark Bell2011-10-063-9/+16
* Tidy upJohn Mark Bell2011-10-064-13/+7
* Avoid interning propstrings table for every stylesheet, style tag and style a...Michael Drake2011-10-064-15/+76
* Bump version numberJohn Mark Bell2011-09-181-1/+1
* Explicitly narrow resultJohn Mark Bell2011-09-061-1/+1
* Appease ancient compilersJohn Mark Bell2011-09-061-3/+9
* A bunch more microoptimisationsJohn Mark Bell2011-09-063-101/+74
* Iterate over pseudo elements, then properties, and reject unused pseudo eleme...John Mark Bell2011-09-051-16/+15
* Compute node name, id, and classes once, instead of once per stylesheetJohn Mark Bell2011-09-052-48/+51
* Hoist string internment into selection context constructor.John Mark Bell2011-09-052-305/+302
* Add a few more tests.Michael Drake2011-09-031-0/+1782
* Fix cursor URL dump.Michael Drake2011-09-031-1/+1
* Make "params" argument to css_stylesheet_create const. Thanks to James Montg...Michael Drake2011-09-022-2/+2
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-2311-64/+300
* Fix build with GCC 4.6John Mark Bell2011-07-2614-45/+5
* Add a few tests.Michael Drake2011-05-261-0/+33
* Fix a bunch of warnings.Michael Drake2011-05-261-35/+109
* Fix warning.Michael Drake2011-05-261-1/+2
* make pkgconf not happen when clean target calledVincent Sanders2011-04-191-6/+8
* Bump version numberJohn Mark Bell2011-04-071-1/+1
* Use _ALIGNED to stop gcc complaining about casts increasing alignment require...John Mark Bell2011-04-011-1/+1
* Add structure versioning for client inputJohn Mark Bell2011-03-138-2/+26
* Fix selection testsJohn Mark Bell2011-03-121-12/+370
* Fix caption-side dumpJohn Mark Bell2011-03-121-3/+3
* Make dump_computed do inheritsDaniel Silverstone2011-03-121-11/+241
* Ensure that the uncommon extension block is initialised correctlyJohn Mark Bell2011-03-121-1/+24
* Fix set_clipJohn Mark Bell2011-03-121-2/+2
* Fix cascade of clip rectangle valueJohn Mark Bell2011-03-121-0/+1
* Fix universal selector matchingJohn Mark Bell2011-03-121-1/+5
* Saturated maths in css fixed point Vincent Sanders2011-03-124-38/+126
* CSS3 NamespacesJohn Mark Bell2011-03-1214-207/+524
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-126-2087/+2372
* Fix warning: comma at end of enumerator listFrançois Revel2011-02-091-1/+1
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
* Initialise font callback pointersJohn Mark Bell2011-02-034-0/+8
* No. Just no.John Mark Bell2011-02-031-3/+0
* Minor documentation fixes.John Mark Bell2011-02-022-8/+7
* add system font hookVincent Sanders2011-02-025-0/+215
* Pedantic whitespace insertionJohn Mark Bell2011-01-311-0/+1
* C89.François Revel2011-01-311-1/+2
* The document root element cannot be the child of anythingJohn Mark Bell2011-01-311-12/+25