0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing the makefile targets. More... over 13 years ago
Forgot to add this file. More... over 13 years ago
C lib interface + necessary amendments. More... over 13 years ago
New targets for the static lib and a pure c driver to make sure the static lib works. More... over 13 years ago
Got the optimized selectors to emit correctly. More... over 13 years ago
Optimizing selector representation. More... over 13 years ago
Handling the "!important" directive. More... over 13 years ago
Don't munch keywords when they prefix a longer identifier. More... over 13 years ago
Got logical operators working. More... over 13 years ago
Fixed ordering of the matchers for relational operators. More... over 13 years ago
Comparison operators for nodes. Necessary for Sass conditionals and selector inheritance. More... over 13 years ago
Comparison operators. More... over 13 years ago
Preparing to handle boolean expressions. More... over 13 years ago
Allowing the parser to parse an arbitrary interval rather than all the way to the null terminator. More... over 13 years ago
Implemented the "comparable" builtin. More... over 13 years ago
Implemented the "unitless" builtin. More... over 13 years ago
Fixed the implementation of the "hsl" and "hsla" builtins. More... over 13 years ago
Some hsl functions. Buggy. More... over 13 years ago
Implemented "unit". More... over 13 years ago
Implemented "type-of". More... over 13 years ago
Implemented list builtins. More... over 13 years ago
Piling up the builtin function tests in here. Will move it to the spec when everything is implemented. More... over 13 years ago
Numeric builtins. More... over 13 years ago
Implemented "opacify" and "transparentize" and their aliases. More... over 13 years ago
Implemented "alpha" and "opacity". More... over 13 years ago
Implemented the "quote" and "unquote" builtins. More... over 13 years ago
Implemented the "invert" builtin. More... over 13 years ago
Implemented the "mix" builtin function. More... over 13 years ago
Giving all colors an alpha channel by default. Will simplify the internals. More... over 13 years ago
Adding another constructor to the Token class. May come in handy. More... over 13 years ago