Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support named colours. | John Mark Bell | 2009-04-01 | 1 | -6/+177 |
* | Completely change the approach used for presentational hints. | John Mark Bell | 2009-03-23 | 1 | -99/+104 |
* | Most of the interned string lifetimes are at least no shorter than we think t... | Daniel Silverstone | 2009-02-15 | 1 | -8/+45 |
* | Quirks mode parsing | John Mark Bell | 2009-02-15 | 1 | -92/+152 |
* | Port libcss to libwapcaplet. | Daniel Silverstone | 2009-02-14 | 1 | -178/+149 |
* | Make fpmath stuff public. | John Mark Bell | 2009-02-14 | 1 | -44/+44 |
* | Purge side bits. These cause more trouble than they're worth, and it's not as... | John Mark Bell | 2009-02-10 | 1 | -67/+55 |
* | Width values must be positive | John Mark Bell | 2009-01-25 | 1 | -0/+4 |
* | Range check volume values | John Mark Bell | 2009-01-25 | 1 | -0/+8 |
* | Make negative speech-rate values invalid | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Range check richness values | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Ensure pitch values are positive | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Range check pitch-range | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Make pause-after and pause-before treat negative values as illegal | John Mark Bell | 2009-01-24 | 1 | -0/+8 |
* | Ensure padding values are positive | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | hidden is an invalid outline style. | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Have orphans and widows treat negative values as illegal. The spec doesn't ex... | John Mark Bell | 2009-01-24 | 1 | -0/+8 |
* | Ensure max-width and min-width values are positive | John Mark Bell | 2009-01-24 | 1 | -0/+8 |
* | Ensure max-height and min-height values are positive | John Mark Bell | 2009-01-24 | 1 | -0/+8 |
* | Ensure line-height values are positive | John Mark Bell | 2009-01-24 | 1 | -0/+8 |
* | Ensure height values are positive | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Font size values must be positive | John Mark Bell | 2009-01-24 | 1 | -0/+4 |
* | Require comma separator in font-family and voice-family. | John Mark Bell | 2009-01-23 | 1 | -2/+29 |
* | Range check elevation angle. | John Mark Bell | 2009-01-23 | 1 | -0/+12 |
* | Fix counter-reset parsing | John Mark Bell | 2009-01-23 | 1 | -2/+6 |
* | Fix counter-increment parsing | John Mark Bell | 2009-01-23 | 1 | -0/+4 |
* | There's 400 gradians in 360 degrees. | John Mark Bell | 2009-01-23 | 1 | -1/+1 |
* | Border widths must be positive | John Mark Bell | 2009-01-23 | 1 | -0/+4 |
* | If the azimuth value ends up as "behind", fill in the implied "center" | John Mark Bell | 2009-01-23 | 1 | -0/+3 |
* | Introduce fixed point constants. | John Mark Bell | 2009-01-23 | 1 | -0/+12 |
* | Ensure stress value is in range | John Mark Bell | 2009-01-22 | 1 | -0/+3 |
* | Move isDigit() and isHex() to utils.h. | John Mark Bell | 2009-01-22 | 1 | -2/+11 |
* | Fix z-index | John Mark Bell | 2009-01-18 | 1 | -1/+1 |
* | Fix widows | John Mark Bell | 2009-01-18 | 1 | -1/+1 |
* | Fix volume | John Mark Bell | 2009-01-18 | 1 | -1/+2 |
* | Fix text-decoration | John Mark Bell | 2009-01-18 | 1 | -0/+3 |
* | Fix stress | John Mark Bell | 2009-01-18 | 1 | -1/+1 |
* | Fix speech-rate | John Mark Bell | 2009-01-18 | 1 | -1/+1 |
* | Fix richness | John Mark Bell | 2009-01-18 | 1 | -1/+1 |
* | Fix quotes | John Mark Bell | 2009-01-18 | 1 | -0/+10 |
* | Fix play-during | John Mark Bell | 2009-01-18 | 1 | -2/+6 |
* | Fix pitch | John Mark Bell | 2009-01-18 | 1 | -0/+5 |
* | Fix pitch-range | John Mark Bell | 2009-01-18 | 1 | -1/+1 |
* | Fix font-weight, line-height, and orphans. | John Mark Bell | 2009-01-18 | 1 | -3/+4 |
* | Fix azimuth | John Mark Bell | 2009-01-16 | 1 | -2/+2 |
* | Fix cursor: parsing | John Mark Bell | 2009-01-16 | 1 | -11/+23 |
* | Fix counter-increment and counter-reset | John Mark Bell | 2009-01-16 | 1 | -22/+22 |
* | Fix content: parsing | John Mark Bell | 2009-01-16 | 1 | -29/+73 |
* | Fix parse_clip to actually stand a chance of working. | John Mark Bell | 2009-01-16 | 1 | -10/+16 |
* | Fix parsing of dimensions without a unit specifier. | John Mark Bell | 2009-01-16 | 1 | -36/+67 |