summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-112-66/+61
* 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-112-21/+90
* 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-1010-786/+1070
* Much API cleanup.John Mark Bell2009-02-102-23/+1660
* Map inherit to 0 for all properties, so we get a default style of everything ...John Mark Bell2009-02-101-268/+268
* Enumerate pseudo classes and elementsJohn Mark Bell2009-02-101-0/+20
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-107-13/+57
* Musings about a potential optimisationJohn Mark Bell2009-02-091-0/+6
* Match detailsJohn Mark Bell2009-02-092-5/+64
* This is more likely to handle universal simple_selectors correctly.John Mark Bell2009-02-092-44/+149
* Match selector chains. Universal selectors will probably break this.John Mark Bell2009-02-092-7/+116
* Beginnings of a handler function table.John Mark Bell2009-02-092-9/+20
* 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-075-23/+10
* More API changes.John Mark Bell2009-02-076-7/+152
* Mutators for computed styleJohn Mark Bell2009-02-072-1/+1628
* It probably helps to ensure the allocation routine is accessible.John Mark Bell2009-02-071-1/+4
* More accessorsJohn Mark Bell2009-02-061-0/+102
* More accessorsJohn Mark Bell2009-02-061-0/+68
* More accessorsJohn Mark Bell2009-02-061-0/+67
* More accessorsJohn Mark Bell2009-02-061-0/+39
* More accessorsJohn Mark Bell2009-02-061-0/+40
* More accessorsJohn Mark Bell2009-02-061-2/+161
* More accessorsJohn Mark Bell2009-02-061-0/+81
* More accessorsJohn Mark Bell2009-02-061-0/+120
* More accessorsJohn Mark Bell2009-02-061-0/+160
* More accessorsJohn Mark Bell2009-02-061-0/+90
* More accessorsJohn Mark Bell2009-02-061-0/+172
* More accessorsJohn Mark Bell2009-02-061-0/+218
* More accessorsJohn Mark Bell2009-02-061-1/+168
* I've changed my mind. Don't assume that _INHERIT doesn't exist here.John Mark Bell2009-02-061-15/+56
* Some property accessors.John Mark Bell2009-02-062-5/+149
* Bit allocations.John Mark Bell2009-02-061-0/+49
* Enumerated values for properties.John Mark Bell2009-02-052-16/+501
* Fill in members of css_computed_{style,uncommon}John Mark Bell2009-02-053-17/+105
* cursor:, which I omitted from the previous commit.John Mark Bell2009-01-291-4/+11
* More maths. I have no idea if this approach is sane, btw. More importantly, I...John Mark Bell2009-01-291-11/+24