summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make negative speech-rate values invalidJohn Mark Bell2009-01-241-0/+4
* Range check richness valuesJohn Mark Bell2009-01-241-0/+4
* Ensure pitch values are positiveJohn Mark Bell2009-01-241-0/+4
* 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
* Ensure padding values are positiveJohn Mark Bell2009-01-241-0/+4
* hidden is an invalid outline style.John Mark Bell2009-01-241-0/+4
* Have orphans and widows treat negative values as illegal. The spec doesn't ex...John Mark Bell2009-01-241-0/+8
* Ensure max-width and min-width values are positiveJohn Mark Bell2009-01-241-0/+8
* Ensure max-height and min-height values are positiveJohn Mark Bell2009-01-241-0/+8
* Ensure line-height values are positiveJohn Mark Bell2009-01-241-0/+8
* Ensure height values are positiveJohn Mark Bell2009-01-241-0/+4
* Fix handling of max -ve numbersAdrian Lees2009-01-241-9/+26
* Fix assertion failure when EOF is encountered in block-content.John Mark Bell2009-01-241-6/+23
* Font size values must be positiveJohn Mark Bell2009-01-241-0/+4
* Require comma separator in font-family and voice-family.John Mark Bell2009-01-231-2/+29
* Range check elevation angle.John Mark Bell2009-01-232-2/+22
* Fix counter-reset parsingJohn Mark Bell2009-01-231-2/+6
* Fix counter-increment parsingJohn Mark Bell2009-01-231-0/+4
* There's 400 gradians in 360 degrees.John Mark Bell2009-01-232-2/+2
* Border widths must be positiveJohn Mark Bell2009-01-231-0/+4
* If the azimuth value ends up as "behind", fill in the implied "center"John Mark Bell2009-01-231-0/+3
* Introduce fixed point constants.John Mark Bell2009-01-233-0/+34
* Ensure stress value is in rangeJohn Mark Bell2009-01-221-0/+3
* Move isDigit() and isHex() to utils.h.John Mark Bell2009-01-223-14/+21
* Fix handling of EOF in property values John Mark Bell2009-01-221-0/+6
* Test data for EOF in strange places.John Mark Bell2009-01-221-2/+14
* Intern zero-length data, too. Otherwise, we'll explode later on. John Mark Bell2009-01-191-2/+1
* Purge stylesheet dumping code from the library.John Mark Bell2009-01-195-2073/+1
* Fix z-indexJohn Mark Bell2009-01-181-1/+1
* Fix widowsJohn Mark Bell2009-01-181-1/+1