summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create header containing computed style representation. This isn't remotely c...John Mark Bell2009-01-272-6/+138
* I guess it helps if you commit the header, too.John Mark Bell2009-01-271-2/+6
* 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-264-1/+261
* Use a chaining hash for selectors -- permits easy sorting of hash entries by ...John Mark Bell2009-01-262-125/+111
* More font and voice family tests.Michael Drake2009-01-261-0/+39
* 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
* 0.1em is a perfectly legitimate word-spacingJohn Mark Bell2009-01-251-0/+1
* Width values must be positiveJohn Mark Bell2009-01-251-0/+4
* Range check volume valuesJohn Mark Bell2009-01-251-0/+8
* Fix test data for voice-family. This probably also wants to test with appropr...John Mark Bell2009-01-241-3/+3
* CSS is case insensitive. Thus, HiDDen == hidden, and is a valid identifier.John Mark Bell2009-01-241-0/+1
* vertical-align: top is valid inputJohn Mark Bell2009-01-241-0/+1
* Test cases for margin shorthand property.Michael Drake2009-01-241-0/+61
* More CSS tests. All props tested.Michael Drake2009-01-241-0/+510
* More CSS tests.Michael Drake2009-01-241-0/+190
* More tests.Michael Drake2009-01-241-11/+46
* More tests.Michael Drake2009-01-241-0/+288
* Make negative speech-rate values invalidJohn Mark Bell2009-01-241-0/+4
* More tests.Michael Drake2009-01-241-0/+189
* Range check richness valuesJohn Mark Bell2009-01-241-0/+4
* Ensure pitch values are positiveJohn Mark Bell2009-01-241-0/+4
* +50 is a valid numberJohn Mark Bell2009-01-241-0/+1
* Range check pitch-rangeJohn Mark Bell2009-01-241-0/+4
* Make pause-after and pause-before treat negative values as illegalJohn Mark Bell2009-01-241-0/+8