summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More property handlersJohn Mark Bell2009-02-111-51/+186
* More property handlersJohn Mark Bell2009-02-111-115/+385
* More property handlersJohn Mark Bell2009-02-111-40/+47
* Sync azimuth with current idiom.John Mark Bell2009-02-111-15/+24
* More property handlersJohn Mark Bell2009-02-111-93/+66
* More property handlersJohn Mark Bell2009-02-111-71/+198
* More property handlersJohn Mark Bell2009-02-111-60/+226
* More property handlersJohn Mark Bell2009-02-111-30/+100
* More property handlersJohn Mark Bell2009-02-111-37/+91
* More property handlersJohn Mark Bell2009-02-111-255/+252
* Border colours. Factor out common code.John Mark Bell2009-02-111-63/+58
* More property handlersJohn Mark Bell2009-02-111-17/+47
* Restore the magical properties of background-repeat values (the bottom two bi...John Mark Bell2009-02-111-17/+86
* So, it transpires that we don't need the selection context in the property ha...John Mark Bell2009-02-112-231/+283
* Implement sort ordering. Inevitably, this is more comment than code.John Mark Bell2009-02-101-17/+110
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-105-177/+455
* Much API cleanup.John Mark Bell2009-02-102-23/+1660
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-105-11/+53
* Musings about a potential optimisationJohn Mark Bell2009-02-091-0/+6
* Match detailsJohn Mark Bell2009-02-091-5/+42
* This is more likely to handle universal simple_selectors correctly.John Mark Bell2009-02-091-41/+143
* Match selector chains. Universal selectors will probably break this.John Mark Bell2009-02-091-6/+107
* Beginnings of a handler function table.John Mark Bell2009-02-091-8/+11
* Iterate over the selectors in a stylesheet which match the current node's name.John Mark Bell2009-02-091-3/+76
* Traverse stylesheet tree iteratively.John Mark Bell2009-02-091-22/+60
* Further tweaks. We need to know the <sheet,rule> pair from which a property g...John Mark Bell2009-02-071-2/+8
* Beginnings of a style selection algorithm.John Mark Bell2009-02-071-10/+76
* Fix build.John Mark Bell2009-02-071-1/+18
* Oh look, I've changed my mind again.John Mark Bell2009-02-073-21/+6
* 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-262-125/+111
* Propagate specificity of simple selectors to the head of each combinator chain.John Mark Bell2009-01-261-0/+3
* Assert preconditions, rather than returning runtime errors.John Mark Bell2009-01-251-19/+22
* Implement css_stylesheet_{add,remove}_rule, thus (de)populating the selector ...John Mark Bell2009-01-251-7/+191
* Add ability to delete items from the selector hash (we use lazy deletion, as ...John Mark Bell2009-01-252-3/+50
* Clean up rules when destroying sheetJohn Mark Bell2009-01-251-1/+12
* Remove redundant fieldsJohn Mark Bell2009-01-251-6/+0
* Destroy rulesJohn Mark Bell2009-01-251-4/+81
* Destroy selectorsJohn Mark Bell2009-01-251-5/+17
* Beginnings of specificity. John Mark Bell2009-01-252-2/+32
* Simplify API of css_stylesheet_selector_create -- it's always used to create ...John Mark Bell2009-01-253-13/+7
* Destroy style objectsJohn Mark Bell2009-01-251-3/+3
* Destroy parser on completion of parse, rather than keeping it around until we...John Mark Bell2009-01-251-11/+26
* Selector hash.John Mark Bell2009-01-255-4/+388
* Width values must be positiveJohn Mark Bell2009-01-251-0/+4
* Range check volume valuesJohn Mark Bell2009-01-251-0/+8