summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Silence uninitialised use warningrjek/clang-warningsRob Kendrick (humdrum)2013-04-251-1/+1
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
* set component version for releaserelease/0.2.0Vincent Sanders2013-04-191-1/+1
* add a .gitattributes so .gitignore is not exportedVincent Sanders2013-04-181-0/+2
* Hopefully silence a warningDaniel Silverstone2012-10-151-1/+1
* Prioritise id and class hashes over element hash when inserting rules.Michael Drake2012-08-262-47/+108
* Skip empty/broken rules early, before we match their selector chains.Michael Drake2012-08-261-11/+13
* Fix not([node_name]) selection.Michael Drake2012-08-071-1/+7
* Initialise variables used in lwc out params.John-Mark Bell2012-07-191-8/+8
* Cleanup: Remove unused UNUSED()Daniel Silverstone2012-07-191-2/+0
* Merge CLANG fixes from dsilvers/clang-fixDaniel Silverstone2012-07-012-15/+18
|\
| * Clear up CLANG warnings in various property settersDaniel Silverstone2012-07-011-11/+14
| * Clear up CLANG warnings in css__stylesheet_selector_append_specificDaniel Silverstone2012-07-011-4/+4
|/
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-2911-13/+15
* Git ignoresDaniel Silverstone2012-06-042-0/+5
* Fix up documentation liesJohn Mark Bell2012-05-291-8/+3
* Fix error reportingJohn Mark Bell2012-05-081-5/+5
* correctly apply enum casts to avoid warnings about casting between Vincent Sanders2012-04-142-42/+43
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-138-38/+236
* Bring example back up to date. Note: untested.Michael Drake2012-04-121-32/+196
* Fix debug build (warnings about comparing different enums).François Revel2012-04-062-36/+42
* Remove pedantic from CFLAGS ready for wapcaplet reworkDaniel Silverstone2012-03-291-1/+1
* Add common CSS tokens to stylesheet string table.Michael Drake2012-03-292-0/+11
* Fix comma at end of enumerator list warning.François Revel2012-03-251-1/+1
* Use correct unit enum values for computed clip rectangleRob Kendrick2012-03-251-1/+1
* Correct type of out parameterJohn Mark Bell2012-03-242-2/+2
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
* Bump version numberVincent Sanders2012-02-271-1/+1
* Remove out-of-sync sources comment. Make source list clearer and sort it.Michael Drake2012-02-031-27/+32
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-038-6/+973
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-2827-115/+2655
* Add some tests.Michael Drake2012-01-283-0/+22
* Fix \!important for opacity property.Michael Drake2012-01-272-0/+29
* Fix test build.Michael Drake2012-01-262-4/+4
* Fix font-face defaults (credit: James Montgomerie)John Mark Bell2012-01-241-1/+10
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-0422-52/+1577
* 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
* Bump version numberJohn Mark Bell2011-09-181-1/+1
* Explicitly narrow resultJohn Mark Bell2011-09-061-1/+1