2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Distinguish between pseudo classes and pseudo elements
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Musings about a potential optimisation
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Match details
John-Mark Bell
as John Mark Bell
More... about 17 years ago
This is more likely to handle universal simple_selectors correctly. Refactor stuff while we're at it.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Match selector chains. Universal selectors will probably break this.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Beginnings of a handler function table.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Iterate over the selectors in a stylesheet which match the current node's name.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Traverse stylesheet tree iteratively.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Further tweaks. We need to know the <sheet,rule> pair from which a property got set so that we can determine whether a subsequently defined rule overrides it.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Beginnings of a style selection algorithm.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Fix build. Sketch out a struct containing the state needed during selection. We need to know the specificity, origin, and importance of the source of the current property value. We also need to know whether the property has been set at all (as this is not available by simply inspecting the computed style struct).
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Oh look, I've changed my mind again. It's far better that the client creates computed style objects which we then populate. This will allow more efficient composition of styles as, in the most common case, it won't require any memory allocation.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More API changes. Make css_computed_style_create() private. Implement css_computed_style_[create,destroy]().
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Mutators for computed style
John-Mark Bell
as John Mark Bell
More... about 17 years ago
It probably helps to ensure the allocation routine is accessible. Minor fix for an accessor.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
More accessors
John-Mark Bell
as John Mark Bell
More... about 17 years ago
I've changed my mind. Don't assume that _INHERIT doesn't exist here.
John-Mark Bell
as John Mark Bell
More... about 17 years ago
Some property accessors. Define css_unit type.
John-Mark Bell
as John Mark Bell
More... about 17 years ago