summaryrefslogtreecommitdiff
path: root/src/select
Commit message (Expand)AuthorAgeFilesLines
* More API changes.John Mark Bell2009-02-074-3/+150
* Mutators for computed styleJohn Mark Bell2009-02-072-1/+1628
* Fill in members of css_computed_{style,uncommon}John Mark Bell2009-02-051-0/+1
* Fiddle around with css_select_style()'s API. Add some documentation.John Mark Bell2009-01-271-2/+23
* Introduce ability to create/destroy selection contexts.John Mark Bell2009-01-262-1/+221
* Use a chaining hash for selectors -- permits easy sorting of hash entries by ...John Mark Bell2009-01-261-121/+105
* Add ability to delete items from the selector hash (we use lazy deletion, as ...John Mark Bell2009-01-252-3/+50
* Selector hash.John Mark Bell2009-01-253-0/+373