summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-0414-47/+1169
* Fall back to UA's default font family if no generic family is specified in th...John Mark Bell2011-12-041-10/+48
* 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
* 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
* Make "params" argument to css_stylesheet_create const. Thanks to James Montg...Michael Drake2011-09-021-1/+1
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-239-64/+267
* Fix build with GCC 4.6John Mark Bell2011-07-2614-45/+5
* 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-132-2/+6
* 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
* Saturated maths in css fixed point Vincent Sanders2011-03-123-21/+21
* CSS3 NamespacesJohn Mark Bell2011-03-129-121/+417
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-124-0/+2114
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
* No. Just no.John Mark Bell2011-02-031-3/+0
* add system font hookVincent Sanders2011-02-023-0/+179
* 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
* Fix specificity calculation for prefix, suffix, and substring attribute selec...John Mark Bell2011-01-312-0/+24
* Place negated class and id selectors in the universal hash chainJohn Mark Bell2011-01-311-2/+4
* CSS3 SelectorsJohn Mark Bell2011-01-319-124/+824
* Add support for opacity propertyJohn Mark Bell2011-01-2913-2/+202
* Centralise handling of transparent colours.John Mark Bell2011-01-2917-62/+129
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-293-49/+50
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2645-407/+407
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-263-3/+3
* Fix cascade of counter-{increment,reset} on 64bit platformsJohn Mark Bell2011-01-241-3/+3
* Trivial optimisation of HSL->RGB conversionJohn Mark Bell2011-01-221-3/+4
* Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little.John Mark Bell2011-01-211-112/+86
* Add transparent keyword to colour value parsingVincent Sanders2011-01-211-0/+6
* improve accuracy of lightness and saturationVincent Sanders2011-01-211-27/+42
* Fix GCC3 build. LibCSS doesn't currently build natively on RO.Michael Drake2011-01-211-1/+1