2
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bit allocations.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Enumerated values for properties. Fixes to bit allocations.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fill in members of css_computed_{style,uncommon} Add a couple of types to types.h -- the fixed point stuff needs thinking about.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
cursor:, which I omitted from the previous commit.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More maths. I have no idea if this approach is sane, btw. More importantly, I've no useful ideas as to how to represent content:
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Create header containing computed style representation. This isn't remotely complete.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
I guess it helps if you commit the header, too.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fiddle around with css_select_style()'s API. Add some documentation.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Introduce ability to create/destroy selection contexts.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Use a chaining hash for selectors -- permits easy sorting of hash entries by specificity/rule index.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More font and voice family tests. More... about 17 years ago
Propagate specificity of simple selectors to the head of each combinator chain. This saves us having to calculate the specificity every time we want it.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Assert preconditions, rather than returning runtime errors. Squash leakage of selectors array in selector/page rules.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Implement css_stylesheet_{add,remove}_rule, thus (de)populating the selector hash.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Add ability to delete items from the selector hash (we use lazy deletion, as it's simpler)
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Clean up rules when destroying sheet
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Remove redundant fields
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Destroy rules
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Destroy selectors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Beginnings of specificity. Note that we store the specificity on each simple selector. Thus the total specificity for a combinator chain is obtained by summing the specificity of each chain member. TODO: distinguish between pseudo classes and elements.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Simplify API of css_stylesheet_selector_create -- it's always used to create element selectors. Everything else is handled via detail.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Destroy style objects
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Destroy parser on completion of parse, rather than keeping it around until we destroy the sheet.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Selector hash.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
0.1em is a perfectly legitimate word-spacing
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Width values must be positive
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Range check volume values
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix test data for voice-family. This probably also wants to test with appropriate idents for voices, rather than just being a copy of the font-family tests.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
CSS is case insensitive. Thus, HiDDen == hidden, and is a valid identifier.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
vertical-align: top is valid input
John-Mark Bell
as John Mark Bell
More... about 17 years ago