2
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix azimuth data
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Introduce fixed point constants. Range check azimuth angles.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More property testing. More... about 17 years ago
More property testing. More... about 17 years ago
Expected colours must use lowercase.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix test data. Comment out tests involving named colours, seeing as they're not implemented yet, so these will fail for the wrong reason.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Extra test, to ensure recovery after unterminated string.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix test data -- unterminated strings contain everything up to the end of the line.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Ensure stress value is in range
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Move isDigit() and isHex() to utils.h. Fix #rgb/#rrggbb parsing to ensure that the characters are valid hex digits.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix test data -- EOF after a selector but before the brace results in no ruleset being generated.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix handling of EOF in property values
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Test data for EOF in strange places. Fix EOF handling in the core parser.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Possibly fix test data. More... about 17 years ago
Clear side bits from value before using it.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix test data -- /*/*/*/*/*/ => COMMENT(/) CHAR(*) COMMENT(/)
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix speech-rate printing
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Tests for malformed declarations. More... about 17 years ago
Test cases for illegal values. More... about 17 years ago
Tests for CSS comments. (Some test data may be wrong here. I'm not absolutly certain what's valid.) More... about 17 years ago
Tests for unknown properties. More... about 17 years ago
Double property test. More... about 17 years ago
Squash warnings
John-Mark Bell
as John Mark Bell
More... about 17 years ago
I guess it helps if you add new files.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Intern zero-length data, too. Otherwise, we'll explode later on. Fixes content: "", for example.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Purge stylesheet dumping code from the library. Create a common header for the test harnesses to use, instead. Fix z-index dumping while we're at it.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Another test harness for parser tests. This one compares the reserialised output, thus allowing us to sensibly test handling of invalid input and suchlike. Also, some rudimentary tests using this harness, and some documentation of the test data format. This doesn't use the dumping code from the library itself, as that's likely to disappear.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix z-index
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix widows
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix volume
John-Mark Bell
as John Mark Bell
More... about 17 years ago